/*
Theme Name: Hax Media Theme
Author: In House Team
Version: 1.0
Description: Theme for Hax Media Partners
*/

.animate-up,
.animate-left,
.animate-right {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-up {
  transform: translateY(20px);
}

.animate-left {
  transform: translateX(-30px);
}

.animate-right {
  transform: translateX(30px);
}

.animate-up.visible,
.animate-left.visible,
.animate-right.visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #333;
}
/* Container */
.home-container {
    padding: 0px;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  background-color: #2c313f;
    background-image: url('assets/images/solution-bg.png');
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
      overflow: hidden;
}
.btn-adv{
    padding-left: 20px;
}
/* Header */
header {
  text-align: center;
}
/* Header Styles */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(44, 49, 63, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

#site-header.scrolled {
  background: rgba(44, 49, 63, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 0 30px;
  margin: 0 auto;
  height: 70px;
}

/* Logo */
.site-logo {
  flex-shrink: 0;
}

.site-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.site-logo a:hover {
  transform: scale(1.05);
}

.site-logo img {
  height: 35px;
  width: auto;
}

/* Navigation */
#main-navigation {
  display: flex;
  align-items: center;
}

#main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
}

#main-navigation li {
  position: relative;
}

#main-navigation a {
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  position: relative;
}

#main-navigation a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #39B3FF 0%, #AC6AFF 100%);
  transition: width 0.3s ease;
}

#main-navigation a:hover,
#main-navigation a.active
{
  color: #39B3FF;
}

#main-navigation a:hover::after,
#main-navigation a.active::after{
  width: 100%;
}

/* Contact Button */
.contact-gradient-button {
  flex-shrink: 0;
}

.btn-contact {
  padding: 5px 8px !important;
}

.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(57, 179, 255, 0.3);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  background: rgba(44, 49, 63, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}

.mobile-nav.active {
  transform: translateY(0);
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.mobile-nav li:last-child {
  border-bottom: none;
}

.mobile-nav a {
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: color 0.3s ease;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  color: #39B3FF;
}

.mobile-nav .btn-contact {
  display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px 15px;
    border: 1px solid currentColor;
    border-color: var(--variant-outlinedBorder, currentColor);
    background-color: var(--variant-outlinedBg);
    color: var(--variant-outlinedColor);
    --variant-textColor: #4A90E2;
    --variant-outlinedColor: #4A90E2;
    --variant-outlinedBorder: rgba(74, 144, 226, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #4A90E2;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    text-transform: inherit;
    background-image: linear-gradient(90deg, #39B3FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    min-width: 160px;
    margin: 8px;
    margin-left: 8px;
    padding: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .toolbar {
    padding: 0 15px;
    height: 70px;
  }
  
  #main-navigation {
    display: none;
  }
  
  .contact-gradient-button {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .mobile-nav {
    display: block;
    top: 70px;
  }
}

@media (max-width: 480px) {
  .toolbar {
    padding: 0 10px;
    height: 60px;
  }
  
  .site-logo img {
    height: 35px;
  }
  
  .mobile-menu-toggle img {
    height: 28px;
  }
  
  .mobile-nav {
    top: 60px;
  }
}
/* Footer Styles */
/*.footer-wrapper {*/
    /*background: #1B1D23;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    color: #ADA8C3;*/
/*    font-family: 'Poppins', Arial, sans-serif;*/
/*      background: none;*/
/*  box-shadow: none;*/
/*        background-image: url('assets/images/footer-bg-pc.svg');*/
/*   background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*      overflow: hidden;*/
      /*opacity: 0.9;*/
      /*background: linear-gradient(rgba(44, 49, 63, 0.8), rgba(44, 49, 63, 0.8)), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
/*    background: linear-gradient(90deg, #2c313f 0%, rgba(212, 178, 255, 0.2) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
    /*background: linear-gradient(90deg, rgba(57, 179, 255, 0.1) 0%, rgba(212, 178, 255, 0.1) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
/*}*/
.footer-wrapper {
     position: relative;
  color: #ADA8C3;
  font-family: 'Poppins', Arial, sans-serif;
  overflow: hidden;

  background: 
    linear-gradient(90deg, #2c313f 0%, rgba(212, 178, 255, 0.2) 100%), 
    url('assets/images/bg-dot-footer.svg'), 
    url('assets/images/footer-bg-pc.svg');

  background-position: center center, center center, center center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, 700px auto, cover;
   /*background: linear-gradient(90deg, rgba(57, 179, 255, 0.1) 0%, rgba(212, 178, 255, 0.1) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
       /*background: linear-gradient(90deg, #2c313f 0%, rgba(212, 178, 255, 0.2) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
         /*background: linear-gradient(rgba(44, 49, 63, 0.8), rgba(44, 49, 63, 0.8)), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
}

.pre-footer {
    text-align: center;
    padding: 80px 20px;
}

.pre-footer h2 {
     color: #fff;
    line-height: 1.334;
    padding-top: 16px;
    font-weight: 600;
    font-size: 48px;
    font-family: Poppins, Arial, sans-serif;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#main-footer {
    padding: 80px 20px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-logo {
    height: 35px;
    margin-bottom: 20px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
    color: #fff;
}

.footer-column ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul a:hover {
    color: #fff;
}

.newsletter-form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #111318;
    border-radius: 8px;
    padding: 3px;
    border: 1px solid #292B36;
    margin-top: 10px;
}
.newsletter-form {
    margin: 20px 0px;
}
.newsletter-form .email-icon {
    position: absolute;
    left: 15px;
    color: #ADA8C3;
}

.newsletter-form input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 15px 10px 45px;
    font-size: 14px;
    outline: none;
}

.newsletter-form button {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #f0f0f0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    color: #ADA8C3;
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 576px) {
    .pre-footer h2 {
        font-size: 36px;
    }
    .footer-container {
        grid-template-columns: 1fr !important;
        text-align: left;
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-form .input-wrapper {
        margin: 0 auto;
    }
}
.privacy-policy{
    padding: 50px 0;
}
.privacy-policy h1{
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.167;
  color: transparent;
  background-image: linear-gradient(90deg, #43B7FF 0%, #923BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
.privacy-policy p{
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px;
  border-bottom: 1px solid black;
  color: #ffffff;
}
.hero-wrapper{
     position: relative;
     background-image: url('assets/images/full-bg.svg');
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;

   -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(44, 49, 63, 0.3); 
  z-index: 1;
}
.hero {
     position: relative;
  z-index: 2; 
  text-align: center;
  padding: 40px 20px 30px 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.hero h1 {
        font-family: Poppins, Arial, sans-serif;
          font-size: 50px;
    line-height: 80px;
    background-image: linear-gradient(90deg, #39B3FF 0%, #D4B2FF 100%);
    background-clip: text;
    font-weight: 700;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin: auto;
    color: transparent;
}

.hero p {
     white-space: pre-line;
    color: #ADA8C3;
    padding: 16px;
        margin: 0 auto;
    font-size: 20px;
    width: 58%;
    line-height: 1.334;
}
.btn-cta{
    padding: 5px 0px !important;
    font-size: 18px;
}
.cta-button {
 display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px 15px;
    border: 1px solid currentColor;
    border-color: var(--variant-outlinedBorder, currentColor);
    background-color: var(--variant-outlinedBg);
    color: var(--variant-outlinedColor);
    --variant-textColor: #4A90E2;
    --variant-outlinedColor: #4A90E2;
    --variant-outlinedBorder: rgba(74, 144, 226, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #4A90E2;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    text-transform: inherit;
    background-image: linear-gradient(90deg, #39B3FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    min-width: 160px;
    margin: 8px;
    margin-left: 8px;
    padding: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Cross-Platform */
.cross-platform {
    margin: 50px 20px 20px 20px;
      left: 20px;
    right: 20px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    margin-bottom: 16px;
    background: linear-gradient(216.81deg, rgba(27, 29, 35, 0.7) 0%, rgba(27, 29, 35, 0.5) 100%);
    padding: 30px 50px 50px 50px;
}

.cross-platform-container{
    display: flex;
    background-color: #fff;
    align-items: center;
    color: #fff;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    box-shadow: var(--Paper-shadow);
    background-image: var(--Paper-overlay);
    overflow: hidden;
    box-shadow: unset;
    border-radius: 24px;
    background-color: unset;
    gap: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 1140px;
    margin: 0 auto;
}
.cross-platform-content{
        -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
      /*flex: 0 0 30%;*/
  max-width: 30%;
}
.cross-platform-content h2 {
    color: #fff;
    line-height: 1.334;
    font-weight: 600;
    font-size: 48px;
    font-family: Poppins, Arial, sans-serif;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.cross-platform-content h2.animate {
  opacity: 1;
  transform: translateX(0);
}
.cross-platform-description p{
     white-space: pre-line;
    color: #ADA8C3;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.334;
}
.cross-platform-video {
  flex: 0 0 70%;
  max-width: 70%;
}

.cross-platform-video video {
  width: 100%;
  height: auto;
  border-radius: 35px;
  object-fit: cover;
}
.cross-platform-content span{
     margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    line-height: 2.5;
    white-space: nowrap;
}
.traffic-types{
         margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.334;
    margin-top: 16px;
    margin-bottom: 16px;
}
.traffic-type{
    display: flex;
    gap: 5px;
}
.traffic-type p{
        margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 15px;
    line-height: 2.5;
    white-space: nowrap;
}
/* Description */
.home-description {
  text-align: center;
  padding: 40px 16px;
}

.home-description p {
  font-size: 16px;
  color: #ADA8C3;
}

/* Logo Slider */
/*.logo-slider {*/
/*  background: transparent;*/
/*  overflow: hidden;*/
/*}*/

/*.logo-slider .swiper-slide {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  padding: 10px;*/
/*  transition: transform 0.3s ease;*/
/*  animation: scrollLoop 30s linear infinite;*/
/*}*/
/*@keyframes scrollLoop {*/
/*  from {*/
/*    transform: translateX(0);*/
/*  }*/
/*  to {*/
/*    transform: translateX(-50%);*/
/*  }*/
/*}*/
/*.swiper-slide {*/
/*  flex-shrink: 0;*/
/*  padding: 0 15px;*/
/*}*/
/*.logo-slider .swiper-slide img {*/
/*    width: 100px;*/
/*    height: 30px;*/
/*  object-fit: contain;*/
/*  transition: transform 0.3s ease;*/
/*  filter: brightness(0) invert(1); */
/*}*/

.logo-slider {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
}

.logo-item {
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
    max-height: 20px;
    width: 220px;
}


@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-item img {
    max-height: 15px;
     width: 200px;
  }

  .logo-track {
    animation-duration: 20s; 
  }
}
/* Optimization */
.optimization {
  left: 20px;
  right: 20px;
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  margin-top: 56px;
  margin-bottom: 16px;
  max-width: 1200px;
    margin: 0 auto;
}

.optimization-container {
  display: flex;
  background-color: #fff;
  align-items: center;
  color: #fff;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: unset;
  background-color: unset;
  gap: 16px;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  padding: 30px;
}

.optimization-content {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.optimization-content h2 {
  color: #fff;
  line-height: 1.334;
  padding-top: 16px;
  font-weight: 600;
  font-size: 48px;
  font-family: Poppins, Arial, sans-serif;
}

.optimization-description {
  white-space: pre-line;
  color: #ADA8C3;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.334;
}

.optimization-content span {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 2.5;
  white-space: nowrap;
}

.optimization-video {
  flex: 0 0 50%;
  max-width: 50%;
}

.optimization-video img {
  width: 100%;
  height: auto;
  border-radius: 60px 12px 60px 12px;
  object-fit: cover;
}

.traffic-types {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 16px;
  margin-bottom: 16px;
}

.traffic-type {
  display: flex;
  gap: 5px;
}

.traffic-type p {
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.5;
  white-space: nowrap;
}


/* Why Choose */
.why-choose {
    display: flex;
    flex-direction: column;
  margin-top: 56px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-choose-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  padding: 15px;
}

.why-choose-video {
  flex: 0 0 60%;
  max-width: 60%;
}

.why-choose-video img {
  width: 90%;
  height: auto;
  border-radius: 35px;
  object-fit: cover;
}

.why-choose-content {
  flex: 0 0 40%;
  max-width: 40%;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
}

.why-choose-content h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}

.why-choose-content p {
    margin: 20px 0;
  font-size: 14px;
  color: #ADA8C3;
  line-height: 1.6;
}

.features {
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    height: 350px;
    padding: 10px;
}

.feature {
  flex: 1 1 250px;
  background: #262a36;
  border-radius: 30px;
    padding: 16px;
    padding: 32px;
    padding-bottom: 32px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
    height: 100%;
    color: #fff;
    position: relative;
}
.feature h3{
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 27px;
    padding-bottom: 32px;
}
.feature p{
    position: absolute;
    bottom: 0;
    bottom: 44px;
    width: 200px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #ADA8C3;
    font-size: 16px;
}
.btn-cta-trade{
    padding: 5px 20px;
}
/* CTA */
.cta-section {
  text-align: center;
  padding: 50px 20px;
  background: #2c313f;
  color: white;
  display: flex;
  flex-direction: column;
      gap: 40px;
    
}
.cta-section a{
    width: fit-content;
    margin: 0 auto;
    padding: 6px 0px !important;
    font-size: 20px;
}
.cta-section h2 {
    width: 700px;
    margin: 0 auto;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    font-size: 60px;
        line-height: 90px;
    padding-top: 16px;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Footer */
/*footer {*/
/*  padding: 50px 20px;*/
/*  background: #f5f5f5;*/
/*  text-align: center;*/
/*}*/

/*.footer-links ul {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 20px;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.footer-links ul li a {*/
/*  text-decoration: none;*/
/*  color: #333;*/
/*}*/

/*.newsletter form {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 10px;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.newsletter input {*/
/*  padding: 10px;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 4px;*/
/*}*/

/*.newsletter button {*/
/*  padding: 10px 20px;*/
/*  background: #1976d2;*/
/*  color: white;*/
/*  border: none;*/
/*  border-radius: 4px;*/
/*  cursor: pointer;*/
/*}*/
/*.elementor-location-footer{*/
/*      background: none;*/
/*  box-shadow: none;*/
/*        background-image: url('assets/images/footer-bg-pc.svg');*/
/*   background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*      overflow: hidden;*/
      /*opacity: 0.9;*/
      /*background: linear-gradient(rgba(44, 49, 63, 0.8), rgba(44, 49, 63, 0.8)), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
/*    background: linear-gradient(90deg, #2c313f 0%, rgba(212, 178, 255, 0.2) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
    /*background: linear-gradient(90deg, rgba(57, 179, 255, 0.1) 0%, rgba(212, 178, 255, 0.1) 100%), url('assets/images/footer-bg-pc.svg') center center / cover no-repeat;*/
/*}*/
/*.elementor-section .elementor-container {*/
/*    padding: 23px 35px !important;*/
/*}*/
/*.elementor-section-wrap{*/
/*     background: none;*/
/*  box-shadow: none;*/
/*        background-image: url('assets/images/bg-dot-footer.svg');*/
/*   background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*      overflow: hidden;*/
/*       background-size: 500px auto;*/
/*       background-position: center center;*/
/*}*/
/*.elementor-widget-container{*/
/*    border-top: 1px solid #eee;*/
/*    padding: 10px;*/
/*}*/
/*.elementor-widget-container span{*/
/*    font-size: 16px;*/
/*}*/
/*Publisher*/
.home-container{
    padding: 50px 0;
    .publishers{
        border-color: rgba(255, 255, 255, 0.08);
      margin-bottom: 16px;
              max-width: 1200px;
        margin: 0 auto;
      .publishers-container{
        display: flex;
        background-color: #fff;
        align-items: center;
        color: #fff;
        -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 4px;
        box-shadow: var(--Paper-shadow);
        background-image: var(--Paper-overlay);
        overflow: hidden;
        box-shadow: unset;
        border-radius: 24px;
        background-color: unset;
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
            padding: 50px;
        .publishers-content{
           -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
            flex: 0 0 50%;
        max-width: 50%;
          h1{
                font-family: Poppins, Arial, sans-serif;
            font-size: 60px;
            line-height: 80px;
            width: 100%;
            background-image: linear-gradient(90deg, #39B3FF 0%, #D4B2FF 100%);
            background-clip: text;
            font-weight: 700;
            padding-bottom: 16px;
            padding-left: 24px;
            padding-right: 24px;
            margin: auto;
            color: transparent;
          }
          .publishers-description{
            white-space: pre-line;
            color: #ADA8C3;
            padding: 16px;
                margin: 0 auto;
            font-size: 20px;
            line-height: 1.334;
          }
          span{
             padding: 16px;
             font-size: 24px;
          }
          .traffic-types{
             padding: 16px;
          }
        }
        .publishers-img{
            flex: 0 0 50%;
            max-width: 50%;
        }
         .publishers-img img{
             width: 100%;
            height: auto;
            border-radius: 60px 12px 60px 12px;
            object-fit: cover;
        }
      }
      .contact-publisher{
        h2{
              margin: 0;
              font-family: Poppins, Arial, sans-serif;
              font-weight: 400;
              line-height: 1.334;
              padding-top: 16px;
              font-weight: 600;
              color: #fff;
              font-size: 48px;
              text-align: center;
        }
        .cross-platform-cta{
          margin: 0 auto;
          width: fit-content;
          padding: 50px;
        }
      }
      .cars{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        margin-top: 60px;
        padding: 0 80px;
        .car{
          cursor: pointer;
          flex: 1 1 250px;
          background: #262a36;
          border-radius: 35px;
            padding: 30px;
            height: auto;
            color: #fff;
            img{
              width: 100%;
              border-radius: 30px !important;
            }
            h3{
                  margin: 0;
                font-family: Poppins, Arial, sans-serif;
                font-weight: 400;
                font-size: 1rem;
                line-height: 1.5;
                text-align: center;
                font-size: 20px;
                padding-left: 8px;
                padding-right: 8px;
                padding-bottom: 12px;
                margin-top: 24px;
          }
          p{
                  margin: 0;
              font-family: Poppins, Arial, sans-serif;
              font-weight: 400;
              font-size: 1rem;
              line-height: 1.5;
              color: #ADA8C3;
              font-size: 14px;
              text-align: center;
              padding-bottom: 16px;
              padding-top: 16px;
          }
          .discover{
            display: flex;
            align-items: center;
                text-align: center;
            background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
            font-size: 14px;
            width: fit-content;
            margin: 0 auto;
            img{
              color: transparent;
              font-weight: bold;
              width: 22px;
            }
          }
        }
        .car:hover{
          scale: 1.01;
        }
      }
  }
}
/*advertiser*/
.home-container{
    .advertiser{
        border-color: rgba(255, 255, 255, 0.08);
      margin-bottom: 16px;
      position: relative;
         background-image: url('assets/images/full-bg.svg');
       background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 0;
    
       -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
      mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
              &::before {
                  content: "";
                  position: absolute;
                  inset: 0;
                  background-color: rgba(44, 49, 63, 0.3); 
                }
      .advertiser-container{
        display: flex;
        background-color: #fff;
        align-items: center;
        z-index: 2;
        color: #fff;
        -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 4px;
        box-shadow: var(--Paper-shadow);
        background-image: var(--Paper-overlay);
        overflow: hidden;
        box-shadow: unset;
        border-radius: 24px;
        background-color: unset;
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
            padding: 50px;
                    max-width: 1300px;
            margin: 0 auto;
        .advertiser-content{
           -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
            flex: 0 0 50%;
        max-width: 50%;
          h1{
                font-family: Poppins, Arial, sans-serif;
            font-size: 60px;
            line-height: 80px;
            width: 100%;
            background-image: linear-gradient(90deg, #39B3FF 0%, #D4B2FF 100%);
            background-clip: text;
            font-weight: 700;
            padding-bottom: 16px;
            padding-left: 24px;
            padding-right: 24px;
            margin: auto;
            color: transparent;
          }
          .advertiser-description{
            white-space: pre-line;
            color: #ADA8C3;
            padding: 16px;
                margin: 0 auto;
            font-size: 20px;
            line-height: 1.334;
            padding-left: 25px;
          }
        }
        .advertiser-img{
            flex: 0 0 50%;
            max-width: 50%;
        }
         .advertiser-img img{
             width: 100%;
            height: auto;
            border-radius: 60px 12px 60px 12px;
            object-fit: cover;
        }
      }
    }
    .trade{
      .trade-container{
        position: relative;
        background-image: url('assets/images/question-bg.svg');
      background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 0;


    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
         -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(44, 49, 63, 0) 0%, rgba(44, 49, 63, 0.7) 100%);
      z-index: 1;
    }

        .trade-content{
           position: relative;
          z-index: 3;
           padding: 80px 35px;
          h2{ 
                  max-width: 1200px;
    margin: 0 auto;
            color: #fff;
            line-height: 1.334;
            padding: 60px 0 0 35px;
            font-weight: 600;
            font-size: 48px;
            font-family: Poppins, Arial, sans-serif;
            transition: opacity 1s ease-out, transform 1s ease-out;
          }
          .cars{
            display: flex;
            gap: 40px;
            padding: 30px;
            width: fit-content !important;
            margin: 0 auto !important;
            max-width: 1200px;
            .car{
              display: flex;
              flex-direction: column;
              width: 300px;
              img{
                width: 60px;
              }
              span{
                     margin: 0;
                    font-family: Poppins, Arial, sans-serif;
                    font-weight: 400;
                    font-size: 1rem;
                    line-height: 1.5;
                    color: transparent;
                    padding-top: 24px;
                    padding-bottom: 8px;
                    background-image: linear-gradient(180deg, #89DFFF 0%, #AC6AFF 100%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    font-weight: 700;
                    font-size: 45px;
                    border-bottom: 0.1px solid #555459;
              }
              h3{
                padding: 20px 0;
                 color: #fff;
                line-height: 1.334;
                padding-top: 16px;
                font-weight: 400;
                font-size: 22px;
                font-family: Poppins, Arial, sans-serif;
                transition: opacity 1s ease-out, transform 1s ease-out;
              }
              p{
                 white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 16px;
                  font-family: Poppins, Arial, sans-serif;
                  line-height: 1.334;
              }
            }
          }
        }
      }
    }
    .reach-target{
      margin-bottom: 200px;
      .reach-target-container{
        display: flex;
        padding: 0 10px;
        margin-top: 80px;
        max-width: 1200px;
    margin: 0 auto;
        .reach-target-content{
          display: flex;
          flex-direction: column;
          gap: 20px;
          width: 40%;
          padding-left: 16px;
          h2{
            color: #fff;
            line-height: 1.334;
            font-weight: 600;
            font-size: 48px;
            font-family: Poppins, Arial, sans-serif;
            transition: opacity 1s ease-out, transform 1s ease-out;
            width: 80%;
          }
          p{
             white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 16px;
                  font-family: Poppins, Arial, sans-serif;
                  line-height: 1.334;
          }
          a{
            width: fit-content;
                 text-decoration: none;
                    cursor: pointer;
                    color: #fff;
                    border-radius: 20px;
                    border: 1px solid;
                    padding: 5px 15px;
                    text-align: center;
                    
                    &:hover{
                      background-color: #cccbd1;
                    }
          }
        }
        .content-more{
          width: 60%;
          .items{
            display: flex;
            flex-direction: column;
            gap: 10px;
            .active{
              .content{
                display: block;
              }
            }
            .following{
              border-top: 1px solid  #262a36;
            }
            .item{
              padding: 10px 0;
                  border-bottom: 1px solid #555459;
              .title{
                display: flex;
                justify-content: space-between;
                align-items: center;
                span{
                      margin: 0;
                      color: #fff;
                      font-family: Poppins, Arial, sans-serif;
                      font-weight: 400;
                      font-size: 1rem;
                      line-height: 1.5;
                }
                .action {
                  margin-right: 20px;
                  color: red;
                  font-size: 30px;
                  cursor: pointer;
                  display: inline-block;
                  transition: transform 0.5s ease;
                    user-select: none;

                  &.spin {
                    animation: spin 0.4s ease forwards;
                  }

                  @keyframes spin {
                    from {
                      transform: rotate(0deg);
                    }
                    to {
                      transform: rotate(360deg);
                    }
                  }
                }
              }
               p{
                 display: none;
                  transition: all 0.3s ease;
                  white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 16px;
                  transition: all 0.4s ease;
                  font-family: Poppins, Arial, sans-serif;
                  line-height: 1.334;
                }
            }
          }
        }
      }
    }
    .trade-more{
        margin: 20px;
      left: 20px;
    right: 20px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    margin-top: 56px;
    margin-bottom: 16px;
     background-image: url('assets/images/bg.svg');
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
      overflow: hidden;
      .trade-more-container{
        display: flex;
        background-color: #fff;
        align-items: center;
        color: #fff;
        -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 4px;
        box-shadow: var(--Paper-shadow);
        background-image: var(--Paper-overlay);
        overflow: hidden;
        box-shadow: unset;
        border-radius: 24px;
        background-color: unset;
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 1300px;
            margin: 0 auto;
         padding: 60px 75px;
        .trade-more-content{
           -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              justify-content: space-between;
                flex: 0 0 50%;
            max-width: 50%;
          h2{
            color: #fff;
              line-height: 1.334;
              padding-top: 16px;
              font-weight: 600;
              font-size: 48px;
              font-family: Poppins, Arial, sans-serif;
              transition: opacity 1s ease-out, transform 1s ease-out;
          }
          .trade-more-description{
            p{
               white-space: pre-line;
                color: #ADA8C3;
                padding: 40px 0;
                font-size: 14px;
                line-height: 1.334;
            }
          }
        }
      }
    }
    /*solution*/
    .solution{
        border-color: rgba(255, 255, 255, 0.08);
      border-radius: 0px;
      margin-bottom: 16px;
       position: relative;
     background-image: url('assets/images/full-bg.svg');
   background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;

   -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
   &::before {
          content: "";
          position: absolute;
          inset: 0;
          background-color: rgba(44, 49, 63, 0.3); 
        }
      .solution-container{
        display: flex;
        z-index: 2; 
        background-color: #fff;
        align-items: center;
        color: #fff;
        -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 4px;
        box-shadow: var(--Paper-shadow);
        background-image: var(--Paper-overlay);
        overflow: hidden;
        box-shadow: unset;
        border-radius: 24px;
        background-color: unset;
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
            padding: 50px;
            max-width: 1200px;
            margin: 0 auto;
        .solution-content{
           -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
            flex: 0 0 40%;
        max-width: 40%;
          h1{
                font-family: Poppins, Arial, sans-serif;
            font-size: 60px;
            line-height: 60px;
            width: 100%;
            background-image: linear-gradient(90deg, #39B3FF 0%, #D4B2FF 100%);
            background-clip: text;
            font-weight: 700;
            padding-bottom: 16px;
            padding-left: 20px;
            padding-right: 24px;
            margin: auto;
            color: transparent;
          }
          .solution-description{
            white-space: pre-line;
            color: #ADA8C3;
            padding: 16px;
                margin: 0 auto;
            font-size: 20px;
            line-height: 1.334;
          }
        }
        .solution-img{
            flex: 0 0 50%;
            max-width: 50%;
        }
         .solution-img img{
             width: 100%;
            height: auto;
            border-radius: 60px 12px 60px 12px;
            object-fit: cover;
        }
      }
    }
    .personalized{
      margin: 0 auto;
        left: 20px;
      right: 20px;
      border: 1px solid;
      border-color: rgba(255, 255, 255, 0.08);
      border-radius: 20px;
      margin-top: 56px;
      margin-bottom: 16px;
      background: linear-gradient(216.81deg, rgba(27, 29, 35, 0.7) 0%, rgba(27, 29, 35, 0.5) 100%);
      margin: 20px;
      .personalized-container{
        display: flex;
        background-color: #fff;
        align-items: center;
        color: #fff;
        -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        border-radius: 4px;
        box-shadow: var(--Paper-shadow);
        background-image: var(--Paper-overlay);
        overflow: hidden;
        box-shadow: unset;
        border-radius: 24px;
        background-color: unset;
        gap: 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
                    padding: 50px 80px;
            width: 1200px;
            margin: 0 auto;
        .personalized-content{
              -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
              flex: 0 0 50%;
          max-width: 50%;
            h2{
              color: #fff;
                line-height: 1.334;
                padding-top: 16px;
                font-weight: 600;
                font-size: 48px;
                font-family: Poppins, Arial, sans-serif;
                transition: opacity 1s ease-out, transform 1s ease-out;
            }
          .personalized-description{
            p{
                   white-space: pre-line;
                  color: #ADA8C3;
                  padding: 40px 0;
                  font-size: 14px;
                  line-height: 1.334;
            }
          }
        }
        .personalized-img{
          flex: 0 0 50%;
          max-width: 50%;
          .items{
            display: flex;
            flex-direction: column;
            gap: 20px;
            .item{
                      background: linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0) 100%);
                  padding: 32px;
                  width: 90%;
                  margin-top: 0px;
                  border-radius: 24px;
              .statistics{
                display: flex;
                background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
                color: transparent;
                -webkit-background-clip: text;
                background-clip: text;
                font-size: 14px;
                margin: 0 auto;
                font-weight: 600px;
                align-items: center;
                background-clip: text;
                font-size: 40px;
                font-weight: 700;
                gap: 10px;
                 font-family: Poppins, Arial, sans-serif;
              }
              img{
                width: 40px;
              }
            }
          }
         
        }
    }
    }
    .marketplace{
       display: flex;
          flex-direction: column;
        margin-top: 56px;
        margin-bottom: 16px;
        padding: 50px 30px;
      .marketplace-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 42px;
                max-width: 1130px;
        margin: 0 auto;
                    padding: 0 40px;
        .marketplace-video{
           flex: 0 0 50%;
            max-width: 50%;
            img{
              width: 100%;
              height: auto;
              border-radius: 35px;
              object-fit: cover;
            }
        }
        .marketplace-content{
          flex: 0 0 50%;
          max-width: 50%;
          color: #fff;
          font-family: Poppins, Arial, sans-serif;
          h2{
            font-size: 48px;
            font-weight: 600;
            margin-bottom: 16px;
            line-height: 1.3;
          }
          p{
            margin: 20px 0;
            font-size: 14px;
            color: #ADA8C3;
            line-height: 1.6;
            padding-right: 40px;
          }
        }
      }
    }
    .services{
      padding: 35px;
      max-width: 1140px;
      margin: 0 auto;
      .title{
        display: flex;
        gap: 20px;
        align-items: center;
        h2{
            color: #fff;
            font-weight: 600;
            font-size: 48px;
            font-family: Poppins, Arial, sans-serif;
            transition: opacity 1s ease-out, transform 1s ease-out;
            width: 120%;
        }
        p{
           white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 16px;
                  font-family: Poppins, Arial, sans-serif;
                  line-height: 1.334;
        }
      }
      .services-cars{
        display: flex;
        margin-top: 80px;
        padding: 0px;
        gap: 30px;
        .car{
            flex: 1;
          img{
            width: 50px;
          }
          span{
            color:rgb(173 170 195 / 60%);
            font-size: 14px;
          }
          h3{
            padding: 20px 0;
                 color: #fff;
                line-height: 1.334;
                padding-top: 16px;
                font-weight: 400;
                font-size: 20px;
                font-family: Poppins, Arial, sans-serif;
                transition: opacity 1s ease-out, transform 1s ease-out;
          }
          p{
             white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 13px;
                  font-family: Poppins, Arial, sans-serif;
                  line-height: 1.334;
          }
          .discover{
              display: flex;
                text-align: center;
                align-items: center;
              background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
              color: transparent;
              -webkit-background-clip: text;
              background-clip: text;
              font-size: 14px;
              width: fit-content;
              padding: 30px;
              cursor: pointer;
              img{
                color: transparent;
                font-weight: bold;
                width: 22px;
              }
              &:hover{
                scale: 1.1;
              }
            }
        }
      }
    }
    .contact{
        .contact-container{
          text-align: center;
          padding: 35px;
          h1{
              font-family: Poppins, Arial, sans-serif;
                font-size: 60px;
                line-height: 80px;
                width: 100%;
                background-image: linear-gradient(90deg, #39B3FF 0%, #D4B2FF 100%);
                background-clip: text;
                font-weight: 700;
                padding-bottom: 16px;
                padding-left: 24px;
                padding-right: 24px;
                margin: auto;
                color: transparent;
          }
          p{
            white-space: pre-line;
                  color: #ADA8C3;
                  margin: 0 auto;
                  font-size: 20px;
                  font-family: Poppins, Arial, sans-serif;
                  width: 55%;
                  line-height: 1.334;
          }
          .contact-content {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 48px;
            border-radius: 20px;
            margin-bottom: 16px;
            background: linear-gradient(216.81deg, rgba(27, 29, 35, 0.7) 0%, rgba(27, 29, 35, 0.5) 100%);
            padding: 50px;
          
            .info {
              display: flex;
              flex-direction: column;
              justify-content: center;
              flex: 1;
              max-width: 350px;
              text-align: left;
          
              .info-title {
                color: #fff;
                font-size: 30px;
                font-family: Poppins, Arial, sans-serif;
                font-weight: 600;
                margin-bottom: 32px;
              }
              .address-info {
                margin-bottom: 32px;
                .address-margin {
                  margin-bottom: 18px;
                }
                .address-label {
                  display: block;
                  color: #fff;
                  font-size: 14px;
                  margin-bottom: 4px;
                }
                .address-value {
                  color: #ADA8C3;
                  font-size: 15px;
                  margin: 0;
                }
              }
            }
          
            .your-info {
              flex: 2;
              max-width: 600px;
              .contact-form {
                display: flex;
                flex-direction: column;
                gap: 18px;
                .form-row {
                  display: flex;
                  gap: 16px;
                  .form-group {
                    flex: 1;
                    text-align: left;
                  }
                }
                .form-group {
                  text-align: left;
                  .form-label {
                    color: #fff;
                    font-size: 16px;
                  }
                  .form-input {
                    width: 100%;
                    padding: 10px 14px;
                    background: #181A22;
                    border: 1px solid #292B36;
                    border-radius: 6px;
                    color: #fff;
                    font-size: 15px;
                    margin-top: 6px;
                  }
                  .textarea {
                    resize: vertical;
                    min-height: 100px;
                  }
                }
                .cta-button{
                  width: fit-content;
                }
              }
            }
          } 
        }
    }
}
@media (max-width: 1024px) {
       html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    }
#main-navigation ul {
    gap: 0px;
}
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }
.home-container {
      max-width: 1024px;
    overflow: hidden;
}
.privacy-policy p{
    padding: 30px 10px;
}
.hero h1 {
           font-size: 24px;
    line-height: 35px;
}

.hero p {
        font-size: 14px;
       width: 100%;
}
.cross-platform {
    width: 890px;
    margin: 0 auto;
    margin-top: 100px;
}
.cross-platform-container{
        padding: 20px;
        width: 100%;
}
 .cross-platform-content{
             max-width: 100%;
 }
  .cross-platform-content{
             max-width: 100%;
  }
  .cross-platform-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
.cross-platform-video{
            max-width: 100%;
        }
.cross-platform-video video{
        width: 95%;
        }
.optimization{
    margin: 0 auto;
     width: 890px;
}
 .optimization-container {
              padding: 20px;
    }
     .optimization-content {
         max-width: 100%;
     }
        .optimization-video{
            max-width: 100%;
        }
      .optimization-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .optimization-description{
                padding: 0px;
            }
            .optimization-content span{
                font-size: 22px;
            }
.why-choose{
    margin: 0 auto;
     width: 890px;
}
 .why-choose-container {
              padding: 20px;
    }
     .why-choose-content {
         max-width: 100%;
     }
        .why-choose-video{
            max-width: 100%;
        }
     .why-choose-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .why-choose-conten p{
                padding: 0px;
            }
              .features {
    height: auto;
        flex-wrap: nowrap;
  }
      .feature {
    width: 22%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 20px 10px;
    padding-left: 20px !important; 
     padding-right: 10px !important;
  }
 .feature h3{
     font-size: 16px;
 }
  .feature p {
    position: static;
    width: 100%;
    margin-top: 14px;
  }
  .trade{
      .trade-container{
        .trade-content{
          padding: 30px 10px;
          h2{ 
            font-size: 32px;
            padding: 0px 0px !important;
          }
          .cars{
          height: auto;
          padding: 0px !important;
            .car{
                  padding: 10px;
                  padding-top: 30px;
                  width: 200px !important;
              img{
                width: 60px;
              }
            }
          }
        }
      }
    }
    .reach-target{
      margin-bottom: 100px;
      .reach-target-container{
        flex-direction: column;
        padding: 0 35px;
        .reach-target-content{
          width: 100%;
          padding-left: 0px;
          padding-bottom: 40px;
          text-align: center;
          h2{
            font-size: 32px;
            width: 100%;
          }
          a{
            /*margin: 0 auto;*/
          }
        }
        .content-more{
          width: 100%;
        }
      }
    }
    .trade-more{
       width: 90%;
      margin: 0 auto;
      .trade-more-container{
        padding: 10px;
        .trade-more-content{
                flex: 0 0 100%;
            max-width: 100%;
          h2{
            color: #fff;
              font-size: 32px;
          }
          .trade-more-description{
            p{
                padding: 30px 0;
            }
          }
        }
      }
    }
    /*Publishers*/
    .home-container .publishers .publishers-container .publishers-content span{
        font-size: 16px;
    }
     .home-container .publishers .cars {
    height: auto;
    padding: 0 20px;
  }
  
  .home-container .publishers .cars .car {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }
  /*trade section*/
    .home-container .reach-target .reach-target-container {
    padding: 0 35px;
    flex-direction: row;
    
  }
  .home-container .reach-target .reach-target-container .reach-target-content{
      text-align: left;
  }
  /* Personalized section */
  .home-container .personalized{
      width: 890px;
  }
  .home-container .personalized .personalized-container {
    padding: 20px;
    width: 100%;
  }
  
  .home-container .personalized .personalized-container .personalized-content {
    flex: 0 0 50%;
  }
  .home-container .marketplace .marketplace-container .marketplace-content p{
      padding: 0;
  }
   .home-container .trade-more  .trade-more-container {
       width: 100%;
   }             
}

/* Responsive */
@media (max-width: 576px) {
     html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    }
.home-container {
      max-width: 576px;
    overflow: hidden;
}

.hero h1 {
           font-size: 32px;
    line-height: 35px;
    width: 100%;
}

.hero p {
        font-size: 14px;
       width: 100%;
}
.cross-platform {
    width: 500px;
    margin-top: 25px;
}
.cross-platform-container{
        flex-direction: column;
        padding: 20px;
}
 .cross-platform-content{
             max-width: 100%;
 }
  .cross-platform-content{
             max-width: 100%;
  }
  .cross-platform-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
.cross-platform-video{
            max-width: 100%;
        }
.optimization{
    margin: 0 auto;
     width: 500px;
}
 .optimization-container {
              padding: 20px;
               flex-direction: column;
    }
     .optimization-content {
         max-width: 100%;
     }
        .optimization-video{
            max-width: 100%;
        }
      .optimization-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 30px;
            }
            .optimization-description{
                padding: 0px;
            }
            .optimization-content span{
                font-size: 22px;
            }
.why-choose{
    margin: 0 auto;
     width: 500px;
         padding: 50px 0px;
}
 .why-choose-container {
        flex-direction: column-reverse;
              padding: 20px;
              gap: 20px;
    }
     .why-choose-content {
         max-width: 100%;
     }
        .why-choose-video{
            max-width: 100%;
        }
         .why-choose-video img {
          width: 100% !important;
        }
     .why-choose-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .why-choose-content p{
                padding: 0px;
            }
              .features {
    flex-direction: column;
    height: auto;
  }
      .feature {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }

  .feature p {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  .feature h3{
      font-size: 27px;
  }
  
  /* Publishers section */
  .home-container .publishers .publishers-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  
  .home-container .publishers .publishers-container .publishers-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-content h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .publishers .publishers-container .publishers-content .publishers-description {
    white-space: pre-line;
    color: #ADA8C3;
    padding: 0px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    line-height: 1.334;
  }
  
  .home-container .publishers .publishers-container .publishers-content span {
    padding: 16px;
    font-size: 20px;
    text-align: center;
  }
  
  .home-container .publishers .publishers-container .publishers-content .traffic-types {
    padding: 16px;
  }
  
  .home-container .publishers .publishers-container .publishers-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-img img {
    width: 100%;
    height: auto;
    border-radius: 60px 12px 60px 12px;
    object-fit: cover;
  }
  
  .home-container .publishers .contact-publisher {
    margin-top: 50px;
  }
  
  .home-container .publishers .contact-publisher h2 {
    line-height: 1.334;
    padding-top: 32px;
    font-size: 30px;
    text-align: center;
  }
  
  .home-container .publishers .contact-publisher .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
    padding: 50px;
  }
  
  .home-container .publishers .cars {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
  
  .home-container .publishers .cars .car {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }
  
  .home-container .publishers .cars .car img {
    width: 100%;
    border-radius: 30px !important;
  }
  
  .home-container .publishers .cars .car h3 {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    margin-top: 24px;
  }
  
  .home-container .publishers .cars .car p {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #ADA8C3;
    font-size: 14px;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  .home-container .publishers .cars .car .discover {
    display: flex;
    text-align: center;
    background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .publishers .cars .car .discover img {
    color: transparent;
    font-weight: bold;
    width: 22px;
  }
  
  .home-container .publishers .cars .car:hover {
    scale: 1.01;
  }
  
  /* Advertiser section */
  .home-container .advertiser {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .home-container .advertiser .advertiser-container {
    flex-direction: column;
    padding: 10px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .advertiser-description {
    font-size: 18px;
    text-align: center;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Trade section */
  .home-container .trade .trade-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .trade .trade-container .trade-content {
    padding: 30px 10px;
  }
  
  .home-container .trade .trade-container .trade-content h2 {
    font-size: 24px;
    padding: 0px 0px !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars {
    height: auto;
    padding: 0px !important;
    flex-direction: column;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car {
    padding: 10px;
    padding-top: 30px;
    width: 100% !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car img {
    width: 60px;
  }
  
  /* Reach target section */
  .home-container .reach-target {
    margin-bottom: 100px;
  }
  
  .home-container .reach-target .reach-target-container {
    flex-direction: column;
    padding: 0 35px;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content h2 {
    font-size: 24px;
    width: 100%;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content a {
    /*margin: 0 auto;*/
  }
  
  .home-container .reach-target .reach-target-container .content-more {
    width: 100%;
  }
  
  /* Trade more section */
  .home-container .trade-more {
    width: 90%;
    margin: 0 auto;
  }
  
  .home-container .trade-more .trade-more-container {
    padding: 10px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content h2 {
    color: #fff;
    font-size: 24px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content .trade-more-description p {
    padding: 30px 0;
  }
  
  /* Solution section */
  .home-container .solution .solution-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .solution .solution-container .solution-content {
    max-width: 100%;
    text-align: center;
  }
  
  .home-container .solution .solution-container .solution-content h1 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .solution .solution-container .solution-content .solution-description {
    padding: 0px;
    font-size: 14px;
  }
  
  .home-container .solution .solution-container .solution-content .cross-platform-cta {
    width: 100%;
  }
  
  .home-container .solution .solution-container .solution-img {
    max-width: 100%;
  }
  
  /* Personalized section */
  .home-container .personalized{
      width: 500px;
  }
  .home-container .personalized .personalized-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .personalized .personalized-container .personalized-content {
    max-width: 100%;
  }
  
  .home-container .personalized .personalized-container .personalized-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .personalized .personalized-container .personalized-content .personalized-description p {
    padding: 0px;
    font-size: 16px;
  }
  
  .home-container .personalized .personalized-container .personalized-img {
    max-width: 100%;
  }
  
  /* Marketplace section */
  .home-container .marketplace {
    margin: 0 auto;
    width: 500px;
    padding: 50px 0px;
  }
  
  .home-container .marketplace .marketplace-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-video {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content p {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* Services section */
  .home-container .services .title{
      flex-direction: column;
  }
  .home-container .services .title h2 {
    font-size: 24px;
    line-height: 35px;
    width: 100%;
  }
  
  .home-container .services .services-cars {
    flex-direction: column;
  }
  
  .home-container .services .services-cars .car {
    width: 100%;
    padding: 20px;
    display: flex;
        flex-direction: column;
        gap: 10px;
    text-align: center;
    align-items: center;
  }
  
  .home-container .services .services-cars .car img {
    width: 60px;
  }
  
  .home-container .services .services-cars .car span {
    font-size: 12px;
  }
  
  .home-container .services .services-cars .car h3 {
    font-size: 18px;
  }
  
  .home-container .services .services-cars .car .discover {
    margin-top: 16px;
  }
  
  .home-container .services .services-cars .car .discover img {
    width: 20px;
    height: 20px;
  }
  
  .home-container .services .services-cars .car .discover:hover {
    transform: translateY(-2px);
  }
  
  /* Contact section */
  .home-container .contact .contact-container {
    padding: 20px;
  }
  
  .home-container .contact .contact-container h1 {
    font-size: 32px;
    line-height: 35px;
    padding-top: 30px;
  }
  
  .home-container .contact .contact-container p {
    font-size: 14px;
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content {
    flex-direction: column;
    padding: 25px;
  }
  
  .home-container .contact .contact-container .contact-content .info,
  .home-container .contact .contact-container .contact-content .your-info {
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content .info .info-title {
    font-size: 18px;
  }
  
  .home-container .contact .contact-container .contact-content .info .address-value {
    font-size: 14px;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .form-row {
    flex-direction: column;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .cta-button {
    width: 30%;
    margin: 0 auto;
  }
}
/* Responsive */
@media (max-width: 460px) {
     html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    }
.home-container {
      max-width: 460px;
    overflow: hidden;
}

.hero h1 {
    line-height: 35px;
}

.hero p {
        font-size: 14px;
       width: 100%;
}
.cross-platform {
    width: 400px;
    padding: 0;
}
.cross-platform-container{
        flex-direction: column;
        padding: 20px;
}
 .cross-platform-content{
             max-width: 100%;
 }
  .cross-platform-content{
             max-width: 100%;
  }
  .cross-platform-description p {
      padding: 20px 0;
  }
  .cross-platform-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 30px;
            }
.cross-platform-video{
            max-width: 100%;
        }
.optimization{
    margin: 0 auto;
     width: 430px;
}
 .optimization-container {
                      padding: 5px;
               flex-direction: column;
    }
     .optimization-content {
         max-width: 100%;
     }
        .optimization-video{
            max-width: 100%;
        }
      .optimization-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .optimization-description{
                padding: 0px;
            }
            .optimization-content span{
                font-size: 22px;
            }
.why-choose{
    margin: 0 auto;
     width: 400px;
}
 .why-choose-container {
        flex-direction: column-reverse;
              padding: 5px;
              gap: 20px;
    }
     .why-choose-content {
         max-width: 100%;
     }
        .why-choose-video{
            max-width: 100%;
        }
         .why-choose-video img {
          width: 100% !important;
        }
     .why-choose-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .why-choose-content p{
                padding: 0px;
                font-size: 14px;
            }
              .features {
    flex-direction: column;
    height: auto;
  }
      .feature {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }

  .feature p {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  
  /* Publishers section */
  .home-container .publishers .publishers-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  
  .home-container .publishers .publishers-container .publishers-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .publishers .publishers-container .publishers-content .publishers-description {
    white-space: pre-line;
    color: #ADA8C3;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 1.334;
  }
  
  .home-container .publishers .publishers-container .publishers-content span {
    padding: 16px;
    font-size: 1.5rem;
    text-align: center;
  }
  
  .home-container .publishers .publishers-container .publishers-content .traffic-types {
    padding: 0px;
  }
  
  .home-container .publishers .publishers-container .publishers-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-img img {
    width: 100%;
    height: auto;
    border-radius: 60px 12px 60px 12px;
    object-fit: cover;
  }
  
  .home-container .publishers .contact-publisher {
    margin-top: 50px;
  }
  
  .home-container .publishers .contact-publisher h2 {
    line-height: 1.334;
    padding: 30px 30px;
    font-size: 30px;
    text-align: center;
  }
  
  .home-container .publishers .contact-publisher .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
    padding: 50px;
  }
  
  .home-container .publishers .cars {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
  
  .home-container .publishers .cars .car {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }
  
  .home-container .publishers .cars .car img {
    width: 100%;
    border-radius: 30px !important;
  }
  
  .home-container .publishers .cars .car h3 {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    margin-top: 24px;
  }
  
  .home-container .publishers .cars .car p {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #ADA8C3;
    font-size: 14px;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  .home-container .publishers .cars .car .discover {
    display: flex;
    text-align: center;
    background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .publishers .cars .car .discover img {
    color: transparent;
    font-weight: bold;
    width: 22px;
  }
  
  .home-container .publishers .cars .car:hover {
    scale: 1.01;
  }
  
  /* Advertiser section */
  .home-container .advertiser {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .home-container .advertiser .advertiser-container {
    flex-direction: column;
    padding: 10px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .advertiser-description {
    font-size: 18px;
    text-align: center;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Trade section */
  .home-container .trade .trade-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .trade .trade-container .trade-content {
    padding: 30px 10px;
  }
  
  .home-container .trade .trade-container .trade-content h2 {
    font-size: 30px;
    padding: 0px 0px !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars {
    height: auto;
    padding: 0px !important;
    flex-direction: column;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car {
    padding: 10px;
    padding-top: 30px;
    width: 100% !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car img {
    width: 60px;
  }
  
  /* Reach target section */
  .home-container .reach-target {
    margin-bottom: 100px;
  }
  
  .home-container .reach-target .reach-target-container {
    flex-direction: column;
    padding: 0 35px;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: left;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content h2 {
    font-size: 30px;
    width: 100%;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content a {
    /*margin: 0 auto;*/
  }
  
  .home-container .reach-target .reach-target-container .content-more {
    width: 100%;
  }
  
  /* Trade more section */
  .home-container .trade-more {
    width: 90%;
    margin: 0 auto;
  }
  
  .home-container .trade-more .trade-more-container {
    padding: 20px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content h2 {
    color: #fff;
    font-size: 24px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content .trade-more-description p {
    padding: 30px 0;
  }
  
  /* Solution section */
  .home-container .solution .solution-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .solution .solution-container .solution-content {
    max-width: 100%;
    text-align: center;
  }
  
  .home-container .solution .solution-container .solution-content h1 {
    line-height: 35px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .solution .solution-container .solution-content .solution-description {
    padding: 0px;
    font-size: 14px;
  }
  
  .home-container .solution .solution-container .solution-content .cross-platform-cta {
    width: 100%;
  }
  
  .home-container .solution .solution-container .solution-img {
    max-width: 100%;
  }
  
  /* Personalized section */
  .home-container .personalized{
      width: 400px;
  }
  .home-container .personalized .personalized-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .personalized .personalized-container .personalized-content {
    max-width: 100%;
  }
  
  .home-container .personalized .personalized-container .personalized-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .personalized .personalized-container .personalized-content .personalized-description p {
    padding: 0px;
    font-size: 16px;
  }
  
  .home-container .personalized .personalized-container .personalized-img {
    max-width: 100%;
  }
  
  /* Marketplace section */
  .home-container .marketplace {
    margin: 0 auto;
    width: 430px;
  }
  
  .home-container .marketplace .marketplace-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-video {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content p {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* Services section */
  .home-container .services .title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .services .services-cars {
    flex-direction: column;
  }
  
  .home-container .services .services-cars .car {
    width: 100%;
    padding: 20px;
  }
  
  .home-container .services .services-cars .car img {
    width: 60px;
  }
  
  .home-container .services .services-cars .car span {
    font-size: 22px;
  }
  
  .home-container .services .services-cars .car h3 {
    font-size: 18px;
  }
  
  .home-container .services .services-cars .car .discover {
    margin-top: 16px;
  }
  
  .home-container .services .services-cars .car .discover img {
    width: 20px;
    height: 20px;
  }
  
  .home-container .services .services-cars .car .discover:hover {
    transform: translateY(-2px);
  }
  
  /* Contact section */
  .home-container .contact .contact-container {
    padding: 20px;
  }
  
  .home-container .contact .contact-container h1 {
    line-height: 35px;
    padding-top: 30px;
  }
  
  .home-container .contact .contact-container p {
    font-size: 14px;
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content {
    flex-direction: column;
    padding: 25px;
  }
  
  .home-container .contact .contact-container .contact-content .info,
  .home-container .contact .contact-container .contact-content .your-info {
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content .info .info-title {
    font-size: 18px;
  }
  
  .home-container .contact .contact-container .contact-content .info .address-value {
    font-size: 14px;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .form-row {
    flex-direction: column;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .cta-button {
    width: 30%;
    margin: 0 auto;
  }
}
/* Responsive */
@media (max-width: 430px) {
     html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    }
.home-container {
      max-width: 430px;
    overflow: hidden;
}

.hero h1 {
    line-height: 35px;
}

.hero p {
        font-size: 14px;
       width: 100%;
}
.cross-platform {
    width: 380px;
}
.cross-platform-container{
        flex-direction: column;
        padding: 20px;
}
 .cross-platform-content{
             max-width: 100%;
 }
  .cross-platform-content{
             max-width: 100%;
  }
  .cross-platform-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
.cross-platform-video{
            max-width: 100%;
        }
.optimization{
    margin: 0 auto;
     width: 380px;
}
 .optimization-container {
              padding: 20px;
               flex-direction: column;
    }
     .optimization-content {
         max-width: 100%;
     }
        .optimization-video{
            max-width: 100%;
        }
      .optimization-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .optimization-description{
                padding: 0px;
            }
            .optimization-content span{
                font-size: 22px;
            }
.why-choose{
    margin: 0 auto;
     width: 380px;
}
 .why-choose-container {
        flex-direction: column-reverse;
              padding: 20px;
              gap: 20px;
    }
     .why-choose-content {
         max-width: 100%;
     }
        .why-choose-video{
            max-width: 100%;
        }
         .why-choose-video img {
          width: 100% !important;
        }
     .why-choose-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .why-choose-content p{
                padding: 0px;
                font-size: 14px;
            }
              .features {
    flex-direction: column;
    height: auto;
  }
      .feature {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }

  .feature p {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  
  /* Publishers section */
  .home-container .publishers .publishers-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  
  .home-container .publishers .publishers-container .publishers-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .publishers .publishers-container .publishers-content .publishers-description {
    white-space: pre-line;
    color: #ADA8C3;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 1.334;
  }
  
  .home-container .publishers .publishers-container .publishers-content span {
    padding: 16px;
    font-size: 20px;
    text-align: center;
  }
  
  .home-container .publishers .publishers-container .publishers-content .traffic-types {
    padding: 16px;
  }
  
  .home-container .publishers .publishers-container .publishers-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-img img {
    width: 100%;
    height: auto;
    border-radius: 60px 12px 60px 12px;
    object-fit: cover;
  }
  
  .home-container .publishers .contact-publisher {
    margin-top: 50px;
  }
  
  .home-container .publishers .contact-publisher h2 {
    line-height: 1.334;
    padding-top: 32px;
    font-size: 30px;
    text-align: center;
  }
  
  .home-container .publishers .contact-publisher .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
    padding: 50px;
  }
  
  .home-container .publishers .cars {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
  
  .home-container .publishers .cars .car {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }
  
  .home-container .publishers .cars .car img {
    width: 100%;
    border-radius: 30px !important;
  }
  
  .home-container .publishers .cars .car h3 {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    margin-top: 24px;
  }
  
  .home-container .publishers .cars .car p {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #ADA8C3;
    font-size: 14px;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  .home-container .publishers .cars .car .discover {
    display: flex;
    text-align: center;
    background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .publishers .cars .car .discover img {
    color: transparent;
    font-weight: bold;
    width: 22px;
  }
  
  .home-container .publishers .cars .car:hover {
    scale: 1.01;
  }
  
  /* Advertiser section */
  .home-container .advertiser {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .home-container .advertiser .advertiser-container {
    flex-direction: column;
    padding: 10px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .advertiser-description {
    font-size: 18px;
    text-align: center;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Trade section */
  .home-container .trade .trade-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .trade .trade-container .trade-content {
    padding: 30px 10px;
  }
  
  .home-container .trade .trade-container .trade-content h2 {
    font-size: 24px;
    padding: 0px 0px !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars {
    height: auto;
    padding: 0px !important;
    flex-direction: column;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car {
    padding: 10px;
    padding-top: 30px;
    width: 100% !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car img {
    width: 60px;
  }
  
  /* Reach target section */
  .home-container .reach-target {
    margin-bottom: 100px;
  }
  
  .home-container .reach-target .reach-target-container {
    flex-direction: column;
    padding: 0 35px;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content h2 {
    font-size: 24px;
    width: 100%;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content a {
    /*margin: 0 auto;*/
  }
  
  .home-container .reach-target .reach-target-container .content-more {
    width: 100%;
  }
  
  /* Trade more section */
  .home-container .trade-more {
    width: 90%;
    margin: 0 auto;
  }
  
  .home-container .trade-more .trade-more-container {
    padding: 10px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content h2 {
    color: #fff;
    font-size: 24px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content .trade-more-description p {
    padding: 30px 0;
  }
  
  /* Solution section */
  .home-container .solution .solution-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .solution .solution-container .solution-content {
    max-width: 100%;
    text-align: center;
  }
  
  .home-container .solution .solution-container .solution-content h1 {
    line-height: 35px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .solution .solution-container .solution-content .solution-description {
    padding: 0px;
    font-size: 14px;
  }
  
  .home-container .solution .solution-container .solution-content .cross-platform-cta {
    width: 100%;
  }
  
  .home-container .solution .solution-container .solution-img {
    max-width: 100%;
  }
  
  /* Personalized section */
  .home-container .personalized{
      width: 380px;
  }
  .home-container .personalized .personalized-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .personalized .personalized-container .personalized-content {
    max-width: 100%;
  }
  
  .home-container .personalized .personalized-container .personalized-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .personalized .personalized-container .personalized-content .personalized-description p {
    padding: 0px;
    font-size: 16px;
  }
  
  .home-container .personalized .personalized-container .personalized-img {
    max-width: 100%;
  }
  
  /* Marketplace section */
  .home-container .marketplace {
    margin: 0 auto;
    width: 380px;
  }
  
  .home-container .marketplace .marketplace-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-video {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content p {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* Services section */
  .home-container .services .title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .services .services-cars {
    flex-direction: column;
  }
  
  .home-container .services .services-cars .car {
    width: 100%;
    padding: 20px;
  }
  
  .home-container .services .services-cars .car img {
    width: 60px;
  }
  
  .home-container .services .services-cars .car span {
    font-size: 22px;
  }
  
  .home-container .services .services-cars .car h3 {
    font-size: 18px;
  }
  
  .home-container .services .services-cars .car .discover {
    margin-top: 16px;
  }
  
  .home-container .services .services-cars .car .discover img {
    width: 20px;
    height: 20px;
  }
  
  .home-container .services .services-cars .car .discover:hover {
    transform: translateY(-2px);
  }
  
  /* Contact section */
  .home-container .contact .contact-container {
    padding: 20px;
  }
  
  .home-container .contact .contact-container h1 {
    line-height: 35px;
    padding-top: 30px;
  }
  
  .home-container .contact .contact-container p {
    font-size: 14px;
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content {
    flex-direction: column;
    padding: 25px;
  }
  
  .home-container .contact .contact-container .contact-content .info,
  .home-container .contact .contact-container .contact-content .your-info {
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content .info .info-title {
    font-size: 18px;
  }
  
  .home-container .contact .contact-container .contact-content .info .address-value {
    font-size: 14px;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .form-row {
    flex-direction: column;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .cta-button {
    width: 30%;
    margin: 0 auto;
  }
}

/* Responsive */
@media (max-width: 375px) {
     html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    }
.home-container {
      max-width: 375px;
    overflow: hidden;
}

.hero h1 {
    line-height: 35px;
}

.hero p {
        font-size: 14px;
       width: 100%;
}
.cross-platform {
    width: 365px;
}
.cross-platform-container{
        flex-direction: column;
        padding: 20px;
}
 .cross-platform-content{
             max-width: 100%;
 }
  .cross-platform-content{
             max-width: 100%;
  }
  .cross-platform-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
.cross-platform-video{
            max-width: 100%;
        }
.optimization{
    margin: 0 auto;
     width: 365px;
}
 .optimization-container {
              padding: 20px;
               flex-direction: column;
    }
     .optimization-content {
         max-width: 100%;
     }
        .optimization-video{
            max-width: 100%;
        }
      .optimization-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .optimization-description{
                padding: 0px;
            }
            .optimization-content span{
                font-size: 22px;
            }
.why-choose{
    margin: 0 auto;
     width: 380px;
}
 .why-choose-container {
        flex-direction: column-reverse;
              padding: 20px;
              gap: 20px;
    }
     .why-choose-content {
         max-width: 100%;
     }
        .why-choose-video{
            max-width: 100%;
        }
         .why-choose-video img {
          width: 100% !important;
        }
     .why-choose-content h2{
                    padding-top: 0px; 
                font-weight: 600;
                font-size: 24px;
            }
            .why-choose-content p{
                padding: 0px;
                font-size: 14px;
            }
              .features {
    flex-direction: column;
    height: auto;
  }
      .feature {
    width: 90%;
    max-width: 90%;
     margin: 0 auto;
    height: auto;
    position: relative;
    padding: 24px;
  }

  .feature p {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  
  /* Publishers section */
  .home-container .publishers .publishers-container {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  
  .home-container .publishers .publishers-container .publishers-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .publishers .publishers-container .publishers-content .publishers-description {
    white-space: pre-line;
    color: #ADA8C3;
    padding: 0px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: 1.334;
  }
  
  .home-container .publishers .publishers-container .publishers-content span {
    padding: 16px;
    font-size: 20px;
    text-align: center;
  }
  
  .home-container .publishers .publishers-container .publishers-content .traffic-types {
    padding: 16px;
  }
  
  .home-container .publishers .publishers-container .publishers-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .publishers .publishers-container .publishers-img img {
    width: 100%;
    height: auto;
    border-radius: 60px 12px 60px 12px;
    object-fit: cover;
  }
  
  .home-container .publishers .contact-publisher {
    margin-top: 50px;
  }
  
  .home-container .publishers .contact-publisher h2 {
    line-height: 1.334;
    padding-top: 32px;
    font-size: 30px;
    text-align: center;
  }
  
  .home-container .publishers .contact-publisher .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
    padding: 50px;
  }
  
  .home-container .publishers .cars {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
  }
  
  .home-container .publishers .cars .car {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 24px;
  }
  
  .home-container .publishers .cars .car img {
    width: 100%;
    border-radius: 30px !important;
  }
  
  .home-container .publishers .cars .car h3 {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 12px;
    margin-top: 24px;
  }
  
  .home-container .publishers .cars .car p {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #ADA8C3;
    font-size: 14px;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  
  .home-container .publishers .cars .car .discover {
    display: flex;
    text-align: center;
    background-image: linear-gradient(90deg, #43B7FF 0%, #AC6AFF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .publishers .cars .car .discover img {
    color: transparent;
    font-weight: bold;
    width: 22px;
  }
  
  .home-container .publishers .cars .car:hover {
    scale: 1.01;
  }
  
  /* Advertiser section */
  .home-container .advertiser {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .home-container .advertiser .advertiser-container {
    flex-direction: column;
    padding: 10px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .cross-platform-cta {
    margin: 0 auto;
    width: fit-content;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content h1 {
    line-height: 40px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-content .advertiser-description {
    font-size: 18px;
    text-align: center;
  }
  
  .home-container .advertiser .advertiser-container .advertiser-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  /* Trade section */
  .home-container .trade .trade-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .trade .trade-container .trade-content {
    padding: 30px 10px;
  }
  
  .home-container .trade .trade-container .trade-content h2 {
    font-size: 24px;
    padding: 0px 0px !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars {
    height: auto;
    padding: 0px !important;
    flex-direction: column;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car {
    padding: 10px;
    padding-top: 30px;
    width: 100% !important;
  }
  
  .home-container .trade .trade-container .trade-content .cars .car img {
    width: 60px;
  }
  
  /* Reach target section */
  .home-container .reach-target {
    margin-bottom: 100px;
  }
  
  .home-container .reach-target .reach-target-container {
    flex-direction: column;
    padding: 0 35px;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content h2 {
    font-size: 24px;
    width: 100%;
  }
  
  .home-container .reach-target .reach-target-container .reach-target-content a {
    /*margin: 0 auto;*/
  }
  
  .home-container .reach-target .reach-target-container .content-more {
    width: 100%;
  }
  
  /* Trade more section */
  .home-container .trade-more {
    width: 90%;
    margin: 0 auto;
  }
  
  .home-container .trade-more .trade-more-container {
    padding: 10px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content h2 {
    color: #fff;
    font-size: 24px;
  }
  
  .home-container .trade-more .trade-more-container .trade-more-content .trade-more-description p {
    padding: 30px 0;
  }
  
  /* Solution section */
  .home-container .solution .solution-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .solution .solution-container .solution-content {
    max-width: 100%;
    text-align: center;
  }
  
  .home-container .solution .solution-container .solution-content h1 {
    line-height: 35px;
    text-align: center;
    padding-top: 30px;
  }
  
  .home-container .solution .solution-container .solution-content .solution-description {
    padding: 0px;
    font-size: 14px;
  }
  
  .home-container .solution .solution-container .solution-content .cross-platform-cta {
    width: 100%;
  }
  
  .home-container .solution .solution-container .solution-img {
    max-width: 100%;
  }
  
  /* Personalized section */
  .home-container .personalized{
      width: 365px;
  }
  .home-container .personalized .personalized-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .personalized .personalized-container .personalized-content {
    max-width: 100%;
  }
  
  .home-container .personalized .personalized-container .personalized-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .personalized .personalized-container .personalized-content .personalized-description p {
    padding: 0px;
    font-size: 16px;
  }
  
  .home-container .personalized .personalized-container .personalized-img {
    max-width: 100%;
  }
  
  /* Marketplace section */
  .home-container .marketplace {
    margin: 0 auto;
    width: 365px;
  }
  
  .home-container .marketplace .marketplace-container {
    flex-direction: column;
    padding: 20px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-video {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content {
    max-width: 100%;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .marketplace .marketplace-container .marketplace-content p {
    font-size: 14px;
    line-height: 20px;
  }
  
  /* Services section */
  .home-container .services .title h2 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .home-container .services .services-cars {
    flex-direction: column;
  }
  
  .home-container .services .services-cars .car {
    width: 100%;
    padding: 20px;
  }
  
  .home-container .services .services-cars .car img {
    width: 60px;
  }
  
  .home-container .services .services-cars .car span {
    font-size: 22px;
  }
  
  .home-container .services .services-cars .car h3 {
    font-size: 18px;
  }
  
  .home-container .services .services-cars .car .discover {
    margin-top: 16px;
  }
  
  .home-container .services .services-cars .car .discover img {
    width: 20px;
    height: 20px;
  }
  
  .home-container .services .services-cars .car .discover:hover {
    transform: translateY(-2px);
  }
  
  /* Contact section */
  .home-container .contact .contact-container {
    padding: 20px;
  }
  
  .home-container .contact .contact-container h1 {
    line-height: 35px;
    padding-top: 30px;
  }
  
  .home-container .contact .contact-container p {
    font-size: 14px;
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content {
    flex-direction: column;
    padding: 25px;
  }
  
  .home-container .contact .contact-container .contact-content .info,
  .home-container .contact .contact-container .contact-content .your-info {
    width: 100%;
  }
  
  .home-container .contact .contact-container .contact-content .info .info-title {
    font-size: 18px;
  }
  
  .home-container .contact .contact-container .contact-content .info .address-value {
    font-size: 14px;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .form-row {
    flex-direction: column;
  }
  
  .home-container .contact .contact-container .contact-content .your-info .contact-form .cta-button {
    width: 30%;
    margin: 0 auto;
  }
}
