@import "/assets/ltr/home.css";
.theme-banner {
    padding: 2rem 0 2rem 0;
    position: relative;
    overflow: hidden;
    animation: popIn 1s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .theme-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .slider-margin{
    left: 8.7%;
  }

  .theme-banner .theme-title {
    flex-grow: 1;
    font-size: 3.4em;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    position: relative;
  }

  .theme-banner .theme-title-right {
    flex-grow: 1;
    font-size: 3.4em;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    position: relative;
  }
  
  .theme-banner .theme-title span {
    display: inline-block;
    position: relative;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
  }
  
  .theme-banner .theme-title-right span {
    display: inline-block;
    position: relative;
    animation: rightAnimat 20s linear infinite;
    white-space: nowrap;
  }
  .theme-banner:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  }
  
  .theme-banner .btn-slider-register {
    flex-shrink: 0;
    margin-left: 2px;
  }
  
  .theme-banner .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
    background-color: #fff;
    border-color: #fff;
  }
  
  .theme-banner .btn:hover {
    color: #fff;
    background-color: #0088cc;
    border-color: #0088cc;
  }
  .btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 0;
    margin-bottom: 0.2rem;
}
  
  :root {
    --theme-vatrenas: linear-gradient(135deg, #84d2ff 0%, #0c6689 50%, #063244 100%);
    --theme-dark: radial-gradient(circle at 20% 50%,#2e2e2e 0%, #1c1c1c 50%, #121212 100%);
    --theme-midnight: radial-gradient(circle at 20% 50%, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    --theme-purple: radial-gradient(circle at 20% 50%, #3a0ca3 0%, #7209b7 50%, #03045e 100%);
    --theme-light: radial-gradient(circle at 20% 50%, #ffffff 0%, #eaf4ff 50%, #d0dce6 100%);
    --theme-warm: radial-gradient(circle at 20% 50%, #fffdf4 0%, #fceabb 50%, #e8dbc5 100%);
    --theme-colorful: radial-gradient(circle at 30% 50%, #ff79c6 0%,  #f1fa8c 50%,  #8be9fd 100%);
    --theme-gray-blue: radial-gradient(circle at 20% 50%, #d4d8dd 0%, #7a91a5 40%, #1f2e40 100%);
    --theme-solar-peach: linear-gradient(135deg, #fdd9b5 0%, #ffb199 50%, #ff677d 100%);
    --theme-ocean-breeze: radial-gradient(circle at 30% 30%, #c2f0f7 0%, #4ca1af 50%, #1b6ca8 100%);
    --theme-rose-noir: linear-gradient(135deg, #5a0000 0%, #9d2235 50%, #2a0d14 100%);
    --theme-aurora-sky: radial-gradient(circle at 30% 40%, #a18cd1 0%, #fbc2eb 40%, #4facfe 80%, #00f2fe 100%);
    --theme-mint-velvet: linear-gradient(135deg, #d4fc79 0%, #96e6a1 50%, #a7f0ba 100%);
  }
  
  .vatrenas-theme {
    background: var(--theme-vatrenas);
    font-family: 'Montserrat', sans-serif;
  }
  .dark-theme {
    background: var(--theme-dark);
    font-family: 'Roboto Mono', monospace;
  }
  .midnight-theme {
    background: var(--theme-midnight);
    font-family: 'Orbitron', sans-serif;
    position: relative;
    overflow: hidden;
    color: white;
  }
  .midnight-theme::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 2px;
    height: 2px;
    background: white;
    box-shadow:
      20px 30px white,
      50px 80px white,
      90px 20px white,
      150px 120px white,
      200px 60px white,
      250px 90px white,
      300px 30px white,
      350px 100px white,
      400px 40px white,
      450px 150px white;
    animation: twinkle 5s infinite ease-in-out;
    z-index: 1;
    opacity: 0.6;
  }
  .purple-theme {
    background: var(--theme-purple);
    font-family: 'Playfair Display', serif;
  }
  .light-theme {
    background: var(--theme-light);
    font-family: 'Open Sans', sans-serif;
  }
  .warm-theme {
    background: var(--theme-warm);
    font-family: 'Lora', serif;
  }
  .colorful-theme {
    background: var(--theme-colorful);
    font-family: 'Comic Neue', cursive;
  }
  .gray-blue-theme {
    background: var(--theme-gray-blue);
    font-family: 'Nunito', sans-serif;
  }
  .solar-peach-theme {
    background: var(--theme-solar-peach);
    font-family: 'Quicksand', sans-serif;
  }
  .ocean-breeze-theme {
    background: var(--theme-ocean-breeze);
    font-family: 'Raleway', sans-serif;
  }
  .rose-noir-theme {
    background: var(--theme-rose-noir);
    font-family: 'Merriweather', serif;
  }
  .aurora-sky-theme {
    background: var(--theme-aurora-sky);
    font-family: 'Poppins', sans-serif;
  }
  .mint-velvet-theme {
    background: var(--theme-mint-velvet);
    font-family: 'Cabin', sans-serif;
  }
  
  .dark-theme .theme-title span,
  .midnight-theme .theme-title span,
  .gray-blue-theme .theme-title span,
  .purple-theme .theme-title span,
  .rose-noir-theme .theme-title span,
  .vatrenas-theme .theme-title span {
    color: #fff;
  }
  
  .colorful-theme .theme-title span { color: #222; }
  .light-theme .theme-title span { color: #0b0b0b; }
  
  @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  @keyframes rightAnimat {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }
  
  @keyframes twinkle {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.3; }
  }
  .ad-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .ad-media {
    width: 97%;
    max-width: 1360px;
    height: auto;
    object-fit: contain;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .ad-media-middle, .ad-media-bottom{
    width: 100%;
    max-width: 1360px;
    height: auto;
    object-fit: contain;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }

.ad-search-product {
    width: 100%;
}
.ad-search-vendor {
  width: 97% !important;
  margin-bottom: 1rem;
}
.advertisement-link-search-right {
  direction: ltr;
}
.advertisement-link-search-left {
  direction: rtl;
}
.ad-search-shop {
    margin-bottom: 1rem;
    width: 97%;
}
.ad-text-search {
  margin-bottom: 1rem;
  margin: 0px 21px 3rem 21px;
}

.ad-text-search-products {
    margin-bottom: 3rem;
}
.modal-content .learn-more-btn {
  background: white;
  border: none;
  color: black;
  transition: all 0.3s ease;
}
.learn-more-btn:hover {
  background: #333;
  color: white;
}

.learn-more-btn:hover i {
  color: white;
}
.ads{
    position: absolute;
    right: 5px;
    top: 4px;
    border:none; 
    background-color: gray;
}
.ads:hover {
  background-color: white !important;
  color: black !important;
}
.video-wrapper, .image-wrapper {
  width: 100%;
  max-width: 1360px;
  height: auto;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vid {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: inherit;
}

.ad-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: inherit;
}
.text-black {
    color: #000!important;
}
.ad-btn{
  display: flex !important;
  justify-content: flex-end !important;
  padding: 0 3rem;
}

.advertisement-link {
  display: flex;
  align-items: center;
  margin-right: 5%;
  margin-top: 1%;
  justify-content: end;
}
@media (min-width: 768px) {
  .advertisement-link {
    margin-right: 5%;
  }
}

@media (min-width: 1024px) { 
  .advertisement-link {
    margin-right: 15%;
  }
}

.advertisement-link-search {
  display: flex;
  align-items: center;
  margin: 1rem;
  justify-content: end;
}
.advertisement-link-search-home-right, .advertisement-link-search-home-left {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: 1rem;
}
.intro-section-home-page{
  padding-top: 1rem;
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .advertisement-link-search-home-right {
    margin-right: 7rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .advertisement-link-search-home-right {
    margin-right: 27rem;
    margin-top: 1rem;
  }
}

.advertisement-link-search-home-right-bottom, .advertisement-link-search-home-left-bottom {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: 1rem;
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .advertisement-link-search-home-right-bottom {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .advertisement-link-search-home-right-bottom {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .advertisement-link-search-home-left-bottom {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .advertisement-link-search-home-left-bottom {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .advertisement-link-search-home-left {
    margin-left: 7rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1600px) {
  .advertisement-link-search-home-left {
    margin-left: 27rem;
    margin-top: 1rem;
  }
}

.arrow-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.small-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.big-arrow {
  width: 2.5rem;
  height: 2.5rem;
}

.advertisement-link:hover .arrow-icon {
  transform: translateX(5px);
}

.cookiesContent {
  display: contents;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 20px;
  padding: 0 0 15px;
  button.close {
    width: 30px;
    font-size: 20px;
    color: #4d4646b8;
    align-self: flex-end;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    position: absolute;
  }
  button.accept {
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: white;
  }
}
.cookiesContent .popup-footer {
  padding: 0 1rem 1rem 0;
}

.text-style{
  max-width: 300px; 
  white-space: normal;
  word-wrap: break-word; 
}
