/* Custom styles for a modern, creative design */
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(135deg, #6e93d6, #4c669f, #192f6a);
color: white;
}
nav {
background-color: #ffffff22;
}
.navbar-brand img {
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
h1 {
font-size: 3rem;
font-weight: bold;
margin-bottom: 20px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.lead {
font-size: 1.2rem;
font-weight: 300;
margin-bottom: 30px;
}
.form-control, .form-control-sm {
border-radius: 50px;
padding: 28px;
font-size: 1.4rem;
border: 3px solid white;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
transition: all 0.3s ease-in-out;
background-color: #f5f5f5;
text-align: center;
color: #333;
}
.form-control-sm {
font-size: 0.9rem;
padding: 20px;
}
.form-control:focus, .form-control-sm:focus {
border-color: #fda085;
box-shadow: 0 0 25px rgba(255, 255, 255, 0.7), 0 0 10px rgba(253, 160, 133, 0.7);
}
.form-group {
max-width: 600px;
margin: 0 auto;
}
.btn-primary {
background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
border: none;
border-radius: 50px;
padding: 15px 40px;
font-size: 1.2rem;
color: white;
text-transform: uppercase;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
}
footer {
background-color: #0d113b;
color: #bbb;
padding: 30px 0;
}
.loading-icon {
display: none;
}
.how-it-works {
background-color: #f9f9f9;
padding: 60px 16px;
color: #333;
border-radius: 20px;
}
.how-it-works h2 {
font-size: 2.5rem;
font-weight: bold;
text-align: center;
margin-bottom: 40px;
color: #192f6a;
}
.step-icon {
font-size: 3rem;
margin-bottom: 10px;
transition: transform 0.3s ease;
}
.step-icon:hover {
transform: scale(1.1);
}

/* New Thumbnail Styles */
.thumbnail {
display: flex;
flex-wrap: wrap;
background-color: #fff;
border-radius: 15px;
overflow: hidden;
padding: 15px;
border: 1px solid #e9ecef;
box-shadow: 0 4px 15px rgba(0,0,0,0.07);
margin-bottom: 2rem;
}
.thumbnail .image-fb {
flex: 0 0 300px;
position: relative;
cursor: pointer;
border-radius: 10px;
overflow: hidden;
height: 368px;
background-size: cover;
background-position: center;
}
.thumbnail .content {
flex: 1;
padding-left: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.thumbnail .video-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: #343a40;
line-height: 1.3;
}
.play-icon {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 3.3rem;
color: white; opacity: 0.8; pointer-events: none; transition: transform 0.3s ease;
}
.image-fb:hover .play-icon { transform: translate(-50%, -50%) scale(1.1); }

/* Download Table Styles */
.download-table {
width: 100%;
margin-top: 1rem;
background-color: #fff;
border-radius: .25rem;
}
.download-table thead th {
background-color: #f8f9fa; color: #495057; font-weight: 600;
text-align: center; border-bottom: 2px solid #dee2e6;
}
.download-table tbody td { vertical-align: middle; text-align: center; color: #212529; }
.download-table .video-quality { font-weight: 500; }
.download-table .btn-success {
background-color: #28a745; border-color: #28a745;
font-size: 0.9rem; min-width: 100px;
}
.results-item {
display: flex;
background-color: #fff;
border-radius: 15px;
overflow: hidden;
border: 1px solid #e9ecef;
box-shadow: 0 4px 15px rgba(0,0,0,0.07);
margin-bottom: 2rem;
flex-direction: column;
align-items: center;
text-align: center;
}
.results-item-image-wrapper {
position: relative;
width: 100%;
height: 250px;
background-size: cover;
background-position: center;
border-radius: 15px 15px 0 0;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
}
.results-item-text {
padding: 20px;
width: 100%;
color: #333;
}
.results-item-text h3 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: #343a40;
line-height: 1.3;
}
.results-item-text p {
font-size: 1rem;
color: #6c757d;
margin-bottom: 1rem;
}
.results-item-image-wrapper:hover .play-icon {
transform: scale(1.1);
}
.btn-success {
background-color: #28a745;
border-color: #28a745;
font-size: 0.9rem;
min-width: 100px;
}
.bxmfunk-button {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50px;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
text-decoration: none;
color: #fff;
transition: background-color 0.3s ease;
border: none;
}
.bxmfunk-button img {
width: 20px;
height: 20px;
margin-right: 5px;
}
.hd-button {
background-color: #007bff;
}
.sd-button {
background-color: #28a745;
}
.ripple-btn {
position: relative;
overflow: hidden;
}
.ripple-btn::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
transform: scale(0);
opacity: 0;
transition: transform 0.5s ease, opacity 0.5s ease;
}
.ripple-btn:active::after {
transform: scale(2);
opacity: 1;
}

@media (max-width: 768px) {
.thumbnail { flex-direction: column; }
.thumbnail .image-fb { flex-basis: auto; width: 100%; max-height: 250px; }
.thumbnail .content { padding-left: 0; padding-top: 15px; text-align: center; }
.thumbnail .video-title { margin-bottom: 1rem; }
}





حق موقع ثاني
/* variables */
:root {
  --font-regular: sans-serif;
  --font-semiBold: sans-serif;
  --font-bold: sans-serif;
  --font-black: sans-serif;

  --font-size-text: 16px;
  --font-size-small: 12px;
  --font-size-very-small: 10px;
  --font-size-title: 20px;
  --font-size-large-title: 32px;
  --font-size-very-large-title: 48px;

  --color-black: #000;
  --color-dark: #192133;
  --color-white: #fff;
  --color-gray: #a5a7b2;
  --color-light-gray: #f7f7f9;
  --color-dark-blue: #300e5b;
  --color-tiktok-text: #ff004b;
  --color-twitter-text: #358cc1;
  --color-facebook-text: #0169da;
  --color-border: #e2e4e6;
  --color-footer: #dedede;
  --color-accordion: #0d0d22;
  --color-accordion-border: #e0ebf5;
  --color-tabs: #1a2239;
  --color-link: #1daef9;
  --color-disabled: #e0e0e0;

  --color-gradient: rgb(1, 105, 218);
  --gradient: linear-gradient(0deg,
      rgba(1, 105, 218, 1) 0%,
      rgba(29, 174, 249, 1) 100%);

  --shadow-header: 0px 2px 16px rgba(0, 0, 0, 0.05);

  --transition: 0.25s ease-out;
}

* {
  outline: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: var(--font-regular), Helvetica, Arial, Sans-Serif;
  height: 100%;
  font-size: var(--font-size-text);
  margin: 0;
  overflow-x: hidden;
}

body {
  min-width: 320px;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: var(--font-semiBold);
  font-weight: 500;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

main {
  height: 100%;
  flex: 1 0 auto;
  position: relative;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100vw;
  /* &:before, &:after{
        display: none;
    } */
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 1230px;
  }
}

/* Icons */
.icon {
  display: inline-block;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  flex-shrink: 0;
}

/* Button */
@keyframes ripple {
  from {
    transform: scale(0.2);
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

.ripple-btn {
  position: relative;
  overflow: hidden;
}

.ripple-btn * {
  pointer-events: none;
}

span.ripple {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: ripple 0.8s linear;
  animation: ripple 0.8s linear;
  background-color: rgba(0, 0, 0, 0.25);
}

.bxmfunk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 20px 48px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  font-weight: bold;
}

/* Input */
.bxmfunk-input {
  position: relative;
  display: flex;
  align-items: center;
}

.bxmfunk-input.width-full {
  width: 100%;
}

.bxmfunk-input-icon {
  position: absolute;
  left: 20px;
}

.bxmfunk-input input {
  padding: 19px 36px;
  display: flex;
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 36px;
  flex-grow: 1;
  color: var(--color-dark);
  opacity: 1;
  line-height: 1.5;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.15);
}

.bxmfunk-input input::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

.bxmfunk-input.with-icon input {
  padding-left: 54px;
}

.bxmfunk-input input:focus {}

#copy-link {
  padding-right: 80px;
}

.bxmfunk-textarea {
  padding: 19px 36px;
  display: flex;
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 36px;
  flex-grow: 1;
  color: var(--color-dark);
  opacity: 1;
  line-height: 1.5;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.15);
  resize: none;
}

.bxmfunk-textarea::placeholder {
  color: var(--color-gray);
  opacity: 1;
}

.bxmfunk-textarea.width-full {
  width: 100%;
  overflow-x: hidden;
}

/* Tabs */
.tabs {
  display: flex;
  background-color: var(--color-light-gray);
  padding: 4px;
  border-radius: 32px;
}

.tab {
  flex: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: var(--font-semiBold);
  font-weight: 500;
  color: var(--color-gray);
  border-radius: 32px;
  padding: 12px;
  line-height: 1.5;
  cursor: pointer;
  transition: var(--transition);
}

.tab:hover {
  background-color: var(--color-gray);
  color: var(--color-white);
}

.tab:hover svg *,
.tab.active svg * {
  fill: var(--color-white);
}

.tab.active {
  background: var(--gradient);
  color: var(--color-white);
}

.tab>svg {
  flex-shrink: 0;
  margin-right: 8px;
}

.tab>svg * {
  transition: var(--transition);
}

.tab-content {
  display: none;
}

/* Slider */
.slider {
  width: 100%;
  overflow: hidden;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  border-radius: 32px;
  padding: 32px;
  transition: background var(--transition);
  cursor: pointer;
}

.slide:hover {
  background: rgba(255, 255, 255, 0.05);
}

.slide.active {
  background: rgba(255, 255, 255, 0.15);
}

.slide-icon {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.slide-title {
  margin-bottom: 8px;
  font-size: var(--font-size-title);
  line-height: 1.5;
  font-family: var(--font-semiBold);
  font-weight: 500;
}

.slide-text {
  line-height: 1.5;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.slider-dot {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  transition: var(--transition);
}

.slider-dot:hover {
  background-color: var(--color-dark);
}

.slider-dot:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--color-white);
  opacity: 0.2;
  display: block;
  transition: var(--transition);
}

.slider-dot.active:before {
  opacity: 1;
}

/* Accordion */
.accordion-item {
  border-bottom: 1px solid var(--color-accordion-border);
}

.accordion-item.active .accordion-close {
  transform: rotate(45deg);
}

.accordion-item.active .accordion-text {
  display: block;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 0;
}

.accordion-close {
  width: 24px;
  height: 24px;
  background: url("/images/icons/faqs_plus.svg");
  flex-shrink: 0;
  transition: var(--transition);
  margin-left: 4px;
}

.accordion-title {
  font-family: var(--font-semiBold);
  font-weight: 500;
  font-size: var(--font-size-title);
  line-height: 1.5;
  color: var(--color-accordion);
  margin-top: 0;
  margin-bottom: 0;
}

@keyframes text-slideX {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

.accordion-text {
  line-height: 1.5;
  color: var(--color-dark);
  display: none;
  padding-bottom: 24px;
  animation: text-slideX var(--transition);
}

/* Section */
.section-title {
  font-family: var(--font-bold);
  font-weight: 600;
  font-size: var(--font-size-large-title);
  line-height: 1.25;
  color: var(--color-dark);
  text-align: center;
}

.section-text {
  line-height: 1.5;
  text-align: center;
}

/* Header */
.header {
  background: var(--color-white);
  box-shadow: var(--shadow-header);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header-logo {
  position: relative;
  font-size: var(--font-size-small);
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: var(--font-black);
  font-weight: 800;
  background: var(--color-gradient);
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.header-logo img {
  width: 100%;
  height: 100%;
  max-width: 130px;  
}





.header-links {
  display: flex;
}

.header-link {
  font-size: var(--font-size-text);
  line-height: 1.5;
  color: var(--color-dark);
  display: flex;
  align-items: center;
  padding: 10px;
  transition: var(--transition);
}

.header-link:hover {
  background-color: var(--color-light-gray);
}

.header-link .header-link-icon {
  margin-right: 10px;
}

/* Main */
.main {
  padding: 72px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: url("/images/main-bg1.svg") left no-repeat; */
  /* background-size: cover; */
  background: linear-gradient(270deg, #0169DA 0%, #3387E1 30.33%, #549AE7 70.33%, #0169DA 100%);
  text-align: center;
}

.main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: auto !important;
}

.main-title {
  color: var(--color-white);
  font-size: var(--font-size-very-large-title);
  line-height: 1.166;
  margin: 0 0 16px;
}

.main-text {
  color: var(--color-white);
  line-height: 1.5;
  margin: 0 0 72px;
}

.main-form {
  width: 100%;
  align-items: center;
  position: relative;
}

.main-form .bxmfunk-input {
  width: 100%;
}

.main-form .bxmfunk-input input {
  font-family: var(--font-bold);
  font-weight: 600;
  padding-left: 76px;
}

.main-form .bxmfunk-input-icon {
  left: 36px;
}

.main-link-details {
  display: flex;
  flex-direction: column;
  margin: 32px 0 0;
}

.main-link-details span {
  font-size: var(--font-size-small);
  line-height: 1.133;
  color: var(--color-white);
  word-break: break-all;
}

.main-link-details span:not(:last-child) {
  margin-bottom: 8px;
}

.main-label {
  color: var(--color-white);
  margin: 30px 0 10px 20px;
  line-height: 1.5;
  align-self: flex-start;
}

.copy-btn {
  background: none;
  border: none;
  text-decoration: underline;
  color: var(--color-link);
  position: absolute;
  right: 20px;
  display: none;
  background-color: #fff;
  padding-left: 5px;
}

.copy-btn.copied {
  color: #3c8d12;
  background-color: #fff;
  z-index: 1;
}

.copy-btn svg {
  width: 20px;
  color: #3c8d12;
}

/* Features */
.features {
  padding: 120px 0;
  text-align: center;
}

.features .section-title {
  margin: 0 0 108px;
}

.features-items {
  display: flex;
  justify-content: center;
}

.features-item {
  max-width: 368px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.features-item-details {
  flex-grow: 1;
  padding: 32px;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(247, 247, 249, 0) 0%,
      rgba(247, 247, 249, 0.5) 45.38%,
      #f7f7f9 100%);
  border-radius: 32px;
}

.features-item-title {
  font-size: var(--font-size-title);
  line-height: 1, 5;
  font-family: var(--font-bold);
  font-weight: 600;
  margin-bottom: 10px;
}

.features-item-img.crown {
  /* margin-right: -48px; */
}

.features-item-img.devices {
  /* margin-right: -16px; */
}

.features-item-img.lightning {
  /* margin-right: -80px; */
}

/* Download info */
.download-info {
  padding: 120px 0 78px;
  /* background: url("/images/download-info-bg.svg") left no-repeat;
   */
  /* background: linear-gradient(#1b2039, #28244e, #192133);
   */
  background: #192133;
  /* background-size: cover; */
}

.download-info::after {
  display: block;
  content: '';
  background: linear-gradient(91.26deg, rgba(29, 37, 112, 0.5) 12.36%, rgba(132, 65, 144, 0.5) 36.84%, rgba(136, 23, 82, 0.5) 69.13%, rgba(226, 116, 45, 0.5) 94.13%);
  filter: blur(404px);
  transform: rotate(75deg);
  top: 10%;
  left: 10%;
}

.download-info.light {
  background: none;
}

.download-info,
.download-info .section-title,
.download-info .section-text {
  color: var(--color-white);
}

.download-info.light,
.download-info.light .section-title,
.download-info.light .section-text {
  color: var(--color-dark);
}

.download-info.light .slider-dot:before {
  background-color: var(--color-dark);
}

.download-info.light .slider-dot:hover {
  background-color: var(--color-gray);
}

.download-info .section-title {
  margin: 0 0 16px;
}

.download-info .section-text {
  margin: 0 0 60px;
}

.download-info-wrap {
  display: flex;
  align-items: center;
}

.download-info-devices {
  flex-shrink: 0;
  border-radius: 32px;
}

.download-info-devices .tabs {
  margin-bottom: 28px;
}

.download-info-screenshots img {
  max-width: 100%;
}

/* Instruction */
.instruction .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.instruction-mobile,
.instruction-pc {
  padding: 120px 0 0;
}

.instruction-pc .container {
  flex-direction: row-reverse;
}

.instruction-title {
  font-size: var(--font-size-large-title);
  line-height: 1.25;
  margin: 0 0 24px;
  font-family: var(--font-bold);
  font-weight: 600;
}

.instruction-text p {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 15px;
}

.instruction-text p:not(:last-child) {
  margin-bottom: 16px;
}

.instruction-image img {
  max-width: 100%;
}

/* Faqs */
.faqs {
  padding: 120px 0;
}

.faqs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faqs .section-title {
  margin: 0 0 68px;
}

.faqs .accordion {
  width: 100%;
  max-width: 768px;
}

/* Products */
.products {
  padding: 120px 0;
  background: url("/images/products-bg.svg") left no-repeat;
  background-size: cover;
}

.products .container {
  display: flex;
  align-items: center;
}

.products .section-title {
  flex: 1;
  text-align: left;
  margin: 0 144px 0 0;
}

.products-items {
  display: flex;
  flex: 1;
}

.products-item {
  display: flex;
  flex: 1;
}

.products-item.tiktok {
  color: var(--color-tiktok-text);
}

.products-item.twitter {
  color: var(--color-twitter-text);
}

.products-item.facebook {
  color: var(--color-facebook-text);
}

.products-item.tiktok .products-item-text {
  background: rgba(255, 0, 75, 0.1);
}

.products-item.twitter .products-item-text {
  background: rgba(53, 140, 193, 0.1);
}

.products-item.facebook .products-item-text {
  background: rgba(1, 105, 218, 0.1);
}

.products-item-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-radius: 32px;
  padding: 32px 32px 32px 60px;
  font-family: var(--font-bold);
  font-weight: 600;
}

body.body-ar .products-item-text {
  padding: 32px 60px 32px 32px;
}

body.body-ar .products .section-title {
  margin: 0 0 0 144px;
}

.products-item-icon {
  z-index: 1;
  margin-right: -80px;
  width: 150px;
}

body.body-ar .products-item-icon {
  margin-right: 0;
  margin-left: -60px;
}

/* Footer */
.footer {
  margin-top: auto;
  flex: 0 0 auto;
  padding: 40px 0 32px;
  color: var(--color-dark);
  line-height: 1.2;
  font-size: var(--font-size-very-small);
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-dot {
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 50%;
  margin: 0 16px;
  background-color: var(--color-dark);
}

.footer-link {
  color: var(--color-dark);
  position: relative;
  transition: var(--transition);
}

.footer-link:before,
.footer-link:after {
  background-color: var(--color-dark-blue);
  transition: var(--transition);
  height: 1px;
  top: 100%;
  content: "";
  position: absolute;
}

.footer-link:before {
  left: 50%;
  right: 50%;
}

.footer-link:after {
  left: 50%;
  right: 50%;
}

.footer-link:hover:before {
  right: 50%;
  left: 0%;
}

.footer-link:hover:after {
  left: 50%;
  right: 0%;
}

/* Results */
.results {
  padding: 80px 0;
}

.fb-response .results {
  padding-top: 0 !important;
}

.results-item {
  width: 360px;
  max-width: 100%;
}

.results-item-image-wrapper {
  text-align: center;
}

.results-item-image {
  max-width: 100%;
  max-height: 200px;
}

.results-item-text {
  font-family: var(--font-semiBold);
  font-weight: 500;
  padding: 32px;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(247, 247, 249, 0) 0%,
      rgba(247, 247, 249, 0.5) 45.38%,
      #f7f7f9 100%);
  border-radius: 32px;
}

.results-download {
  flex: 1;
}

.results-list {
  list-style: none;
  padding: 0;
}

.results-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 32px;
}

.results-list-item:nth-child(even) {
  background: var(--color-light-gray);
}

.results-list-item .bxmfunk-button {
  padding: 12px 48px;
}

@media (min-width: 992px) {
  .results-item {
    margin-right: 40px;
  }

  .results .container {
    display: flex;
  }
}

@media (min-width: 1201px) {
  .slider-dots {
    display: none;
  }

  .download-info-slider {
    margin-right: 32px;
    flex: 1;
    min-width: 50%;
  }

  .download-info-devices {
    flex: 2;
  }

  .instruction-info {
    max-width: 468px;
  }
}

@media (min-width: 992px) {
  .features-item:not(:last-child) {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .download-info-devices {
    padding: 36px 24px;
    background-color: var(--color-white);
    padding-top: 0;
  }
}

@media (min-width: 600px) {
  .main-form {
    display: flex;
  }

  .main-form .bxmfunk-button {
    position: absolute;
    right: 4px;
    top: auto;
  }

  body.body-ar .main-form .bxmfunk-button {
    right: auto;
    left: 4px;
  }

  .main-form .bxmfunk-input input {
    padding-right: 200px;
    height: 72px;
  }

  body.body-ar .main-form .bxmfunk-input input {
    padding-right: 20px;
    padding-left: 200px;
  }
}

@media (max-width: 1200px) {
  .slider-wrap {
    display: flex;
    overflow: hidden;
  }

  .download-info-wrap {
    flex-direction: column-reverse;
  }

  .products .container {
    flex-direction: column;
  }

  .instruction .container {
    flex-direction: column-reverse;
  }

  .download-info-devices {
    margin-bottom: 16px;
  }

  .products .section-title {
    margin: 0 0 32px;
  }
}

@media (max-width: 991px) {
  .features-items {
    flex-direction: column;
    align-items: center;
  }

  .features-item:not(:last-child) {
    margin-bottom: 32px;
  }

  .products-items {
    flex-direction: column;
  }

  .products-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .products-item-icon {
    margin-right: -56px;
    width: 104px;
    height: 104px;
  }

  .results {
    padding: 40px 0;
  }

  .results-item {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .results-list-item .bxmfunk-button {
    padding: 12px 32px;
  }

  #private-result .container {
    flex-direction: column !important;
  }

  #private-result .results-download {
    width: 100% !important;
  }

  #private-result .results-item {
    width: 100% !important;
  }

  #private-result .results-item {
    width: 220px !important;
  }

  .instruction-title {
    text-align: center;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .header-container {
    padding: 30px 0;
  }

  .header-links {
    display: none;
  }

  .tabs {
    background-color: var(--color-tabs);
  }

  .tab {
    font-size: var(--font-size-very-small);
    flex-direction: column;
  }

  .tab:hover {
    background-color: var(--color-dark-blue);
  }

  .tab>svg {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .products .section-title {
    text-align: center;
  }

  .download-info-screenshots img {
    width: 100%;
    height: auto;
  }

  .fb-response #target {
    margin-top: 0 !important;
  }
}

@media (max-width: 599px) {
  #form {
    margin-top: 30px;
  }
  .dropdown-toggle {
    line-height: 1.2rem;
  }

  .lang {
    padding-left: 15px;
  }

  .results-download-instagram {
    grid-template-columns: auto auto !important;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    justify-content: center;
  }

  .main .container {
    width: 100%;
  }

  .slide {
    padding: 16px;
  }

  .bxmfunk-button {
    padding: 16px 48px;
  }

  .main {
    padding: 20px 0 20px;
  }

  .main-form .bxmfunk-input {
    margin-bottom: 16px;
  }

  .main-form .bxmfunk-button {
    width: 100%;
  }

  .main-title {
    font-size: 26px;
  }

  .main-text {
    text-align: center;
    max-width: 250px;
    margin: 0;
  }

  .download-info .section-text {
    margin: 0 0 32px;
  }

  .download-info,
  .features,
  .products {
    padding: 80px 0;
  }

  .instruction-mobile,
  .instruction-pc {
    padding: 80px 0 0;
  }

  .faqs {
    padding-bottom: 80px;
  }

  .faqs .section-title {
    margin: 0 0 32px;
  }

  .features .section-title {
    margin: 0 0 32px;
  }

  .footer-dot {
    margin: 0 8px;
  }

  .section-title {
    text-align: center !important;
  }

  #main-link {
    width: 100%;
  }

  #paste,
  #clear {
    position: absolute;
    right: 20px !important;
    top: 31px !important;
  }

  .results-item-image {
    max-width: 100%;
    max-height: none !important;
  }

  .results-item {
    width: 100% !important;
  }

  .products .section-title {
    margin: 0 0 32px !important;
  }
}

@media (min-width:599px) and (max-width: 768px) {
  .main-title {
    font-size: 40px;
  }

  .main {
    padding-top: 40px;
  }

  .main-text {
    margin-bottom: 30px;
  }
}

/*--------------------------
      Animate effect
----------------------------*/
.animation-element.slide-bottom {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
  transform: translate3d(0px, 80px, 0px);
}

.animation-element.slide-bottom.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-top {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
  transform: translate3d(0px, -80px, 0px);
}

.animation-element.slide-top.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
  transform: translate3d(-200px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
  transform: translate3d(200px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.fade-in {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
}

.animation-element.fade-in.in-view {
  opacity: 1;
}

.animation-element.scale-in {
  opacity: 0;
  transition: all 1s ease-out 0.5s;
}

.lang {
  list-style-type: none;
  margin: 0;
}

.lang .dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.lang>li {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.lang ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lang ul a {
  font-size: 14px;
  color: var(--color-dark);
}

.lang .dropdown-menu {
  min-width: 180px;
}

.lang li:hover .dropdown-menu {
  display: block;
}

.lang li:hover a svg {
  transform: rotate(180deg);
  transition: transform 0.05s linear;
}

.lang>li>a {
  display: flex;
  color: var(--color-dark);
}

.lang>li>a svg {
  margin-left: 10px;
  width: 15px;
  transition: transform 0.05s linear;
}

.lang li {
  position: relative;
}

#form {
  width: 100%;
  width: 800px;
}

.result {
  display: flex;
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
  width: 800px;
  margin: 0 auto;
}

.result.result-error {
  background-color: #fff;
  flex-direction: column;
  margin: 0 auto;
}

.result.result-error h4 {
  font-weight: bold;
  font-size: 20px;
}

.result.result-error a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 7px 30px;
  letter-spacing: 0.75px;
}

.result.result-success {
  background: #fff;
}

.result.result-success img {
  max-width: 200px;
  margin-right: 15px;
}

.result.result-success .text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  flex: 1;
}

.result.result-success .btn-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.result.result.result-success .btn-wrapper>div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.result.result-success .btn-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 10px 40px;
  letter-spacing: 0.75px;
}

.result.result-success .btn-wrapper a:first-child {
  margin-bottom: 15px;
}

#loader {
  display: none;
  width: 0;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#loader main {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
}

#loader main.loaded {
  transition: opacity 0.25s linear;
  opacity: 1;
}

#loader main header {
  width: 100%;
}

#loader main header>div {
  width: 50%;
}

#loader main header>.left,
#loader main header>.right {
  height: 100%;
}

#loader main .loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

#loader main .loaders .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.ball-pulse {
  display: flex;
}

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ball-pulse-sync>div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync>div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

#main_submit.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.how-to-download-private {
  margin-top: 100px;
}

.how-to-download-private h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #192133;
  margin-bottom: 15px;
}

.how-to-download-private h2+p {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #192133;
}

.how-to-download-private .item {
  display: flex;
  background: linear-gradient(180deg, rgba(247, 247, 249, 0) 0%, rgba(247, 247, 249, 0.5) 45.38%, #F7F7F9 100%);
  border-radius: 32px;
  margin-bottom: 40px;
  padding: 30px;
}

.how-to-download-private .item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #192133;
  margin-bottom: 20px;
}

.how-to-download-private .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #192133;
}

.how-to-download-private .item:nth-child(2n) {
  background: gradient(180deg, rgba(247, 247, 249, 0) 0%, rgba(247, 247, 249, 0.5) 45.38%, #F7F7F9 100%);
}

.how-to-download-private .item img {
  margin-right: 100px;
}

.how-to-download-private .item .img_w {
  display: flex;
}

.how-to-download-private .item:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .how-to-download-private .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .how-to-download-private .item img {
    margin-right: 0 !important;
  }

  .how-to-download-private .item p {
    max-width: 80%;
    margin: 0 auto;
  }

  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faqs .section-title {
    margin-bottom: 40px;
  }

  .header-logo {
    margin-left: 70px;
  }

  body.body-ar .header-logo {
    margin-left: 0;
    margin-right: 70px;
  }

  .hamburger-lines {
    display: flex !important;
  }

  .header-links {
    position: absolute;
    top: 100px;
    display: block;
    background: #fff;
    z-index: 999;
    left: 0;
    width: 100%;
    transform: translate(-150%);
    transition: transform 0.5s ease-in-out;
    padding-top: 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
  }

  .lang .dropdown-menu {
    transform: translate(0, 0);
    left: auto !important;
    right: 0 !important;
  }
  
  body.body-ar .lang .dropdown-menu {
    left: 0 !important;
    right: auto !important;
  }

  .header-link,
  .lang>li>a {
    font-size: 16px !important;
  }

  #loader {
    top: -12px;
  }
}

@media (max-width: 992px) {
  .how-to-download-private .item img {
    margin-right: 30px !important;
  }

  .header-link,
  .lang>li>a {
    font-size: 12px;
  }

  #form,
  .result {
    width: 100%;
  }

  .result {
    flex-direction: column;
  }

  .result.result-success img {
    margin-right: auto !important;
    margin-bottom: 15px;
  }

  .result.result-success .text {
    padding-bottom: 15px;
  }
}

/*
@media (min-width: 1201px) {
  .container {
    max-width: 1230px;
  }
} */

.checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 37px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

#menu-toggle {
  display: none;
}

.hamburger-lines {
  display: none;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 37px;
  left: 20px;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
}

body.body-ar .hamburger-lines {
  left: auto;
  right: 20px;
}

.hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: var(--color-dark);
}


.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

input[type="checkbox"]:checked~.header-links {
  transform: translateX(0);
}

input[type="checkbox"]:checked~.hamburger-lines .line1 {
  transform: rotate(45deg);
}

input[type="checkbox"]:checked~.hamburger-lines .line2 {
  transform: scaleY(0);
}

input[type="checkbox"]:checked~.hamburger-lines .line3 {
  transform: rotate(-45deg);
}


.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

#fb-submit-wrapper {
  display: none;
  justify-content: center;
  padding-top: 15px;
}

#fb-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 7px 30px;
  letter-spacing: 0.75px;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left;
}

.fb-response .main {
  background: transparent;
}

.fb-response .main .container {
  flex-direction: row !important;
}

.fb-response .header {
  background: var(--color-white);
  box-shadow: var(--shadow-header);
}

#target {
  margin-top: 15px;
}

.text-center {
  text-align: center;
}

.private-loader-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
}

.private #target {
  width: 100%;
}

.private .main .container {
  flex-direction: row;
}

#private-result {
  width: 100%;
}


#private-result .container {
  flex-direction: row;
  background: white;
  padding: 15px;
  border-radius: 36px;
}


#private-result .results-item-image {
  border-radius: 25px;
}

.private #error-container {
  margin-top: 15px;
  position: relative !important;
  transform: translate(0, 0) !important;
}

.result-login {
  padding: 20px;
  background: #fff;
  border-radius: 25px;
  margin-top: 20px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #1f8dd6;
}

#error-container {
  width: 100%;
  font-size: 1em;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  padding: 0.4em;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translate(0, -140%);
  border-radius: 6px;
}

#rate-limit-container {
  display: none;
  padding: 10px;
  color: #000;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  align-items: center;
  font-size: 14px;
}

#rate-limit-container svg {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}

#rate-limit-container svg path {
  fill: #18a2f3;
}

#error-container:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f7f7f9;
  clear: both;
  bottom: 0;
  transform: translate(-5px, 9px);
}

#error-container svg {
  width: 2em;
  height: 2em;
  margin-left: 1em;
  margin-right: 1em;
}

/* #error-container.info {
  border-left: 5px solid #1f8dd6;
} */
.warning .svg-icon path,
.warning .svg-icon polygon,
.warning .svg-icon rect {
  fill: #df3020;
}

/*#error-container.warning {*/
/* border-left: 5px solid #df3020;*/
/*}*/

#error-container>div:first-child {
  display: flex;
}

.instruction-info,
.instruction-image {
  min-width: 50%;
}

.instruction-image {
  text-align: center;
}

.private-warning {
  color: #192133;
  background-color: #ddad3d;
  border-color: #ffeeba;
  padding: 0.75rem 1.25rem;
  text-align: center;
  margin-top: 50px;
}

.private-warning a {
  color: #192133;
  text-decoration: underline;
}


.header .contact-link svg {
  width: 22px;
  color: #000;
  margin-right: 10px;
  margin-left: 2px;
}

.contact-us h1 {
  color: var(--color-dark);
  margin-top: 25px;
}


.form-group {
  margin-bottom: 15px;
}

.contact-us input,
.contact-us textarea {
  border: 1px solid #dedede;
  width: 100%;
  padding: 20px;
  border-radius: 30px;
}

.contact-us textarea {
  resize: none;
}

.contact-us button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 20px 48px;
  letter-spacing: .75px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
}

#alert-success,
#alert-error {
  display: none;
}

.alert {
  margin-top: 20px;
  margin-bottom: 20px;
}

.privacy {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 27px;
}


.results-download-instagram {
  max-width: 900px;
  display: grid !important;
  grid-template-columns: auto auto auto;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  justify-content: center;
}


.results-download-instagram .item {
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 300px;
  min-width: 250px;
}


.results-download-instagram .item a {
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-family: var(--font-bold);
  font-weight: 600;
  font-size: 13px;
  color: var(--color-white);
  border: none;
  line-height: 1.5;
  background: var(--gradient);
  padding: 10px 20px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 10px;
  margin: 0 auto;
  display: inline-block;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  text-align: center;
  display: flex;
}

.results-download-instagram svg {
  width: 20px;
  margin-right: 10px;
}

.results-download-instagram img {
  max-width: 100%;
  max-height: 200px;
}

.results-download-instagram .img {
  text-align: center;
}

.content-visibility { 
  content-visibility: auto;
  contain-intrinsic-size: 1230px;
}

.mp3 .download-mp3-icon  {
  display: block;
}

.mp3 .download-mp3-loading-icon  {
  display: none;
}

.mp3.loading .download-mp3-icon  {
  display: none;
}
.mp3.loading .download-mp3-loading-icon {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.mp3.loading .download-mp3-loading-icon  {
  display: block;
}
.relative {
  position: relative;
}

body.body-ar .header-link .header-link-icon {
  margin-right: 0;
  margin-left: 10px;
}


.enhanced-slider {
  margin: 20px 0;
}

.enhanced-slider-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.enhanced-slide {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.2s ease;
  cursor: pointer;
  opacity: 1;
  border-color: #3182ce;
  background-color: #f7f7f9 !important;
}

.enhanced-slide:hover {
  border-color: #3182ce;
  background-color: #edf2f7 !important;
}

.slide-number {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  color: #fff;
  background: var(--gradient);
  color: white;
}
.slide-content {
  flex: 1;
}

.enhanced-slide-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark);
  margin-bottom: 5px;
  line-height: 1.3;
}

.enhanced-slide-text {
  font-size: 14px;
  color: var(--color-dark);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .enhanced-slide {
      flex-direction: column;
      text-align: center;
      gap: 10px;
      padding: 15px;
  }
  
  .slide-number {
      min-width: 35px;
      height: 35px;
      font-size: 16px;
  }
  
  .enhanced-slide-title {
      font-size: 16px;
  }
  
  .enhanced-slide-text {
      font-size: 13px;
  }
}
