

/*-----------
# Google-font

  font-family: "Poppins", system-ui;
  font-family: "Roboto", sans-serif;

-------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --white-color: #f7f7f7;
    --white-color-rgb: 255, 255, 255;
    --light-black-color: #292929;
    --black-color: #000000;
    --light-grey-color: #eeeeee;
    --black-color-rgb: 0, 0, 0;
    --red-color: #FE0000;
    --blue-color: #2E3191;
    --light-blue-color: #E9F7FF;
    --font-dmsans: "DM Sans", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --height-28: 28px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

.viewport {
    position: relative;
    background-color: inherit;
}

.viewport section {
    filter: none;
    opacity: 1;
    background-color: transparent;
}

.site {
    position: relative;
    z-index: 1;
}

/* Reset CSS */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
table,
tr,
td,
th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--white-color);
    font-size: var(--font-size-16);
    line-height: var(--height-28);
    font-family: var(--font-dmsans);
    color: var(--light-black-color);
}

/* Add your custom styles below this line */

hr {
    background-color: var(--white-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

p {
    font-size: var(--font-size-16);
    line-height: var(--height-28);
    font-family: var(--font-dmsans);
    color: var(--light-black-color);
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.4s;
    color: #1d1d1f;
}

a:hover {
    text-decoration: none;
    outline: none;
    /* color: var(--red-color); */
}

strong,
b {
    font-weight: 700;
}

blockquote {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: var(--height-28);
    letter-spacing: 1.2px;
}

ol,
ul {
    padding-left: 25px;
}

/* Title*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1,
.h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 40px;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 34px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: var(--font-size-18);
}

/*Form*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    color: var(--light-black-color);
    padding: 10px 15px;
    font-weight: 400;
    border: none;
    background-color: var(--white-color);
    border: 1px solid;
}

textarea {
    height: 130px;
    resize: none;
    padding-top: 25px;
}

select:focus,
input:focus,
textarea:focus,
button:focus,
select:hover,
input:hover,
textarea:hover,
button:hover {
    outline: none;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--light-black-color);
}

input {
    -moz-appearance: value;
    appearance: value;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


textarea {
    resize: vertical
}

textarea:-moz-placeholder {
    text-transform: inherit;
}

textarea::-moz-placeholder710 {
    text-transform: inherit;
}

textarea:-ms-input-placeholder {
    text-transform: inherit;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

iframe {
    border: 0
}


/* Button Style */

.button {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    box-shadow: 0px 1px 4px 0px #0C0C0D0D;
    padding-right: 3rem;
    padding-left: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: relative;
    border: 1px solid var(--red-color);
}

.button:hover {
    padding-right: 1.5rem;
    padding-left: 2.5rem;
}

.bottom-color {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: var(--red-color);
    width: 100%;
    height: 0.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.button:hover .bottom-color {
    height: 100%;
}

.right-arrow,
.left-arrow {
    position: absolute;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 0.2s;
    padding-right: 1rem;
    right: 0;
}

.button:hover .right-arrow {
    transform: translate(3rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.right-arrow svg,
.left-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--red-color);
}

.left-arrow {
    padding-right: 0;
    right: auto;
    left: 0;
    padding-left: 0.625rem;
    transform: translate(-3rem, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.button:hover .left-arrow {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.button:hover .left-arrow svg {
    color: var(--white-color);
}

.button-text {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    text-align: left;
    position: relative;
    width: 100%;
    font-family: var(--font-dmsans);
    color: var(--red-color);
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: var(--height-28);
}

.button:hover .button-text {
    color: var(--white-color);
}

/* Black Button */

.btn-black.button {
    border-color: var(--black-color);
    background-color: transparent;
}

.btn-black.button .bottom-color {
    background-color: var(--black-color);
}

.btn-black.button .right-arrow svg,
.btn-black.button .left-arrow svg {
    color: var(--black-color);
}

.btn-black.button:hover .left-arrow svg {
    color: var(--white-color);
}

.btn-black.button .button-text {
    color: var(--black-color);
}

.btn-black.button:hover .button-text {
    color: var(--white-color);
}


/*Flex grid*/

.flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.justify-content {
    justify-content: center;
}

.align-center {
    align-items: center;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

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

[class*="col-"] {
    padding: 0 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    [class*="col-"] {
        width: 100%;
    }
}

.mb-auto {
    margin-bottom: auto;
}

.mt-auto {
    margin-top: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

/* container */

.container {
    max-width: 1475px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}


.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}

.header .logo img {
    height: auto;
    max-width: 168px;
    width: 100%;
}

/* Navigation */
.header .nav ul {
  display: flex;
  list-style: none;
  gap: 50px;
}

.header .nav ul li {
  font-size: 15px;
  color: #1d1d1f;
  cursor: pointer;
  line-height: 30px;
  font-weight: 500;
}

.header .nav ul li span {
  color: #b2b2b2;
  font-size: 10px;
  display: block;
  margin-bottom: 2px;
  line-height: 1px;
}

/* Buttons */
.header .buttons {
  display: flex;
  gap: 40px;
}

.header .button {
  border: none;
  padding: 8px 60px 10px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  line-height: 2em;
  font-family: var(--font-dmsans);
}

.header .login {
  background-color: #555;
  color: #fff;
}

.header .register {
  background-color: #0a9f4b;
  color: #fff;
}

/* Hamburger */
.header .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 14px;
  cursor: pointer;
}

.header .hamburger span {
  display: block;
  height: 1px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger active (X icon) */
.header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 3px);
    width: 20px;
}
.header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
    transform: rotate(-46deg) translate(7px, -5px);
    width: 20px;
}

.header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.header .nav ul li span {
    position: absolute;
    top: 26px;
}

.header .nav ul li {
    padding:15px 30px;
    line-height: 67px;
    transition: background-color .4s 
ease-out;
}

.header .nav ul {
    gap:0px;
}
/* .header .nav ul li:hover{
    background-color: #ffffffb0;
} */

.target {
  position: absolute;
  background: rgb(255 255 255 / 76%);
  z-index: -1;
  pointer-events: none;
  transition: all 0.35s ease;
  opacity: 0; /* hidden initially */
}
/* Footer*/
.footer {
  background-color: #1e1e1e;
  padding: 60px 0px 0px 0px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1380px;
  margin: auto;
  padding: 0px 40px;
}

/* Left logo */
.footer .footer-logo img {
  max-width: 180px;
  width: 100%;
}

/* Middle info */
.footer .footer-info {
  max-width: 300px;
  font-size: 15px;
  line-height: 1.6;
}

.footer .footer-info a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-info a:hover {
  text-decoration: underline;
}

/* Right form */
.footer .footer-form {
  flex: 1;
  max-width: 300px;
}

.footer .footer-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer .form-group {
  display: flex;
  flex-direction: column;
}

.footer .form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #b2b2b2;
}

.footer .form-group label span {
  color: #ff4b4b;
}

.footer .form-group input,
.footer .form-group textarea {
  background: transparent;
  border: 1px solid #666;
  padding: 8px 10px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}

.footer .form-group input:focus,
.footer .form-group textarea:focus {
  border-color: #0a9f4b;
  outline: none;
}

.footer .checkbox {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.footer .checkbox label {
  font-weight: normal;
}

.footer .submit-btn {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  align-self: flex-start;
  transition: 0.3s;
}

.footer .submit-btn:hover {
  background: #0a9f4b;
  color: #fff;
}

/* Footer bottom */
.footer .footer-bottom {
  text-align: center;
  background-color: #0c0c0d;
  margin-top: 40px;
  padding: 17px;
  font-size: 13px;
  color: #ccc;
}

.footer .footer-bottom a {
  color: #919191;
  text-decoration: none;
}
.footer .footer-bottom p{
    color: #919191;
    font-size: 12px;
}
.footer .footer-bottom a:hover {
  color: #fff;
}

.footer .footer-links {
  margin-top: 5px;
  font-size: 12px;
}

.footer .footer-info p {
    font-size: 16px;
    line-height: 1.7em;
    color: #b2b2b2;
    font-weight: 500;
}
.footer .footer-info p a{
   color: #b2b2b2; 
}
/* Responsive */


/* CTA Section */
.cta-section {
  background-color: #f9f9f9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 27px 27px;
}

.cta-section .cta-container {
  text-align: center;
}

.cta-section .cta-title {
  font-family: var(--font-roboto);
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.cta-section .cta-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.cta-section .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 200px;
}

.cta-section .cta-btn .btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.cta-section .btn-gray {
  background-color: #5a5d5f;
}

.cta-section .btn-gray:hover {
  background-color: #4a4c4e;
}
.header .login.btn-gray:hover {
  background-color: #4a4c4e;
}
.cta-section .btn-green {
  background-color: #1ca94b;
}

.cta-section .btn-green:hover {
  background-color: #168a3d;
}
.header .register.btn-green:hover {
  background-color: #168a3d;
}
/* revenue section */
.revenue-section {
  background: #7bc4b3;
  color: #fff;
  padding: 80px 20px;
  background-image: url(../image/bg-green.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.revenue-section  .revenue-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 50px;
}

.revenue-section  .revenue-image img {
  width: 100%;
  max-width: 565px;
  height: auto;
  object-fit: cover;
}
.revenue-section .revenue-image img {
    position: absolute;
    bottom: -80px;
    left: -99px;
}

.revenue-section .revenue-container {
    position: relative;
}
.revenue-section  .revenue-content {
  max-width: 600px;
}

.revenue-section  .revenue-content h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

.revenue-section  .revenue-item {
  margin-bottom: 30px;
}

.revenue-section .revenue-item span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}

.revenue-section .revenue-item span:first-child {
  width: 150px;
}

.revenue-section .revenue-item span:last-child {
  float: right;
}

.revenue-section .progress-bar {
  position: relative;
  height: 3px;
  background: rgba(255,255,255,0.3);
  margin-top: 8px;
  width: 100%;
}

.revenue-section .progress {
  height: 3px;
  background: #fff;
  width: 0;
  transition: width 1.5s ease;
}

.revenue-section .revenue-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}


/* creater partner section */

.creator-partner-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
  padding-bottom: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.creator-partner-section .creator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.creator-partner-section .creator-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.creator-partner-section .creator-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}

.creator-partner-section .creator-content {
  flex: 1;
  text-align: center;
  max-width: 600px;
}

.creator-partner-section .creator-content h2 {
  font-family: var(--font-roboto);  
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
}

.creator-partner-section .creator-content p {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  margin-bottom: 30px;
}

.creator-partner-section .cta-btn {
  background-color: #1db954;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.creator-partner-section .cta-btn:hover {
  background-color: #159944;
}

/* about section */
.about-section {
  width: 100%;
  background-color: #f8f8f8;
  font-family: "Open Sans", Arial, sans-serif;
}

.about-section .about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-section .about-image {
  width: 50%;
  height: -webkit-fill-available;
}

.about-section .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-section .about-content {
  width: 50%;
  padding: 60px 216px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

.about-section .about-content h2 {
  font-size: 45px;
  line-height: 50px;
  font-family: var(--font-roboto);
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.about-section .about-content p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-section .about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
}

.about-section .about-link span {
  transition: transform 0.3s ease;
}

.about-section .about-link:hover span {
  transform: translateX(5px);
}

/* hero slider section */

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slider::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(..//image/hero-slider-bg-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-slider .hero-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  position: relative;
}

.hero-slider .hero-content {
  max-width: 600px;
  margin-left: 23%;
  color: #111;
  z-index: 2;
}

.hero-slider .hero-content h5 {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 11px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.hero-slider .hero-content h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
}

.hero-slider .hero-content h1 span {
  color: #e63946;
}

.hero-slider .hero-content ul {
  list-style: none;
  padding: 0;
}

.hero-slider .hero-content ul li {
    font-size: 18px;
    margin: 5px 0;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    font-family: 'DM Sans';
}

/* Slick Arrows */
.hero-slider .slick-prev,.hero-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 22px;
  color: #111;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-slider .slick-prev:hover,.hero-slider .slick-next:hover {
  background: #111;
  color: #fff;
}

.hero-slider .slick-prev {
  left: 25px;
}

.hero-slider .slick-next {
  right: 25px;
}

/* Dots */
.hero-slider .slick-dots {
  bottom: 40px;
}

.hero-slider .slick-dots li {
  margin: 0 5px;
}

.hero-slider .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
}

.hero-slider .slick-dots li span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.hero-slider .slick-dots li.slick-active span {
  color: #ffffff;
}


.hero-slider .slick-prev, .hero-slider .slick-next {
    background: unset;
    color: unset;
}

.hero-slider .slick-prev:hover, .hero-slider .slick-next:hover {
    background: unset;
}
.hero-slider .slick-next::before{
    right: 10px !important;
    position: absolute;
    font-size: 53px;
}
.hero-slider .slick-prev::before {
    left: 10px !important;
    position: absolute;
    font-size: 53px;
}
/* .header .nav ul li a:hover {
    color: #0a9f4b;
} */

.hero-slider .slick-prev, .hero-slider .slick-next{
    top:40%;
}
.hero-slider .slick-dots li.slick-active {
    padding-right: 156px;
    position:relative
}

.hero-slider .slick-dots li.slick-active:after{
    content:'';
    position:absolute;
    width:130px;
    height:1px;
    background-color:#fff;
    top:13px;
    right:-2px;
    animation-name: myAnimation;
    animation-duration: 1s;
}


/* brand slider section  */
/* ---------- General Layout ---------- */
.brand-slider-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.brand-slider-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.brand-slider-section .brand-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #404040;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 21px;
}

.brand-slider-section .brand-title {
  font-family: var(--font-roboto);
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  margin-bottom: 60px;
}

/* ---------- Slick Slider Styling ---------- */
.brand-slider-section .brand-slider {
  position: relative;
}

.brand-slider-section .brand-slide img {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  /* transform: rotate(-10deg); */
  /* padding-top: 50px; */
  padding-bottom: 50px;
  transition: transform 0.4s ease-in-out;
}

.brand-slider-section .brand-slide img:hover {
  transform: rotate(0deg) scale(1.05);
}

/* ---------- Slick Arrows ---------- */
.brand-slider-section .slick-prev,
.brand-slider-section .slick-next {
  position: absolute;
  top: -80px;
  right: 80px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.brand-slider-section .slick-prev:hover,
.brand-slider-section .slick-next:hover {
  color: #000;
}

.brand-slider-section .slick-prev {
  right: 120px;
}

/* ---------- Slick Dots ---------- */
.brand-slider-section .slick-dots {
  margin-top: 20px;
}

.brand-slider-section .slick-dots li button:before {
  font-size: 10px;
  color: #999;
}

.brand-slider-section .slick-dots li.slick-active button:before {
  color: #000;
}

@keyframes myAnimation {
  from {width: 45px;}
  to {width: 130px;}
}


.brand-slider-section .custom-arrow {
  position: absolute;
  top: 169px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.brand-slider-section .custom-arrow::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: border-color 0.3s;
}

.brand-slider-section .custom-arrow.next-arrow {
    right: -24px;
    left: auto;
}

.brand-slider-section .custom-arrow.next-arrow::before {
    transform: rotate(
224deg);
}
.brand-slider-section {
    padding-bottom: 70px;
}
/* Hover Effect */
.brand-slider-section .custom-arrow:hover::before {
  border-color: #000;
}
.brand-slider-section .slick-dots li button:before{
    font-size: 37px;
}
.brand-slider-section .slick-dots li.slick-active button:before{
    color:#0a9f4b;
}

    
/* content creator page banner */
.banner-section {
  position: relative;
  background: url('../image/gamer-min.png') center center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.banner-section .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Black overlay */
  z-index: 1;
}

.banner-section .banner-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.banner-section .banner-content h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
}

.banner-section .banner-content h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--font-roboto);
}

/*  creator-section*/

.creator-section {
  padding: 80px 20px;
  background-color: #fff;
}

.creator-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

.creator-section h2 {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
  font-family: var(--font-roboto);
  color: #000;
}

.creator-section .creator-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.creator-section .creator-images {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.creator-section .creator-images img {
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 206px;
  max-width: 326px;
}

.creator-section .creator-text {
  flex: 1;
  min-width: 300px;
}

.creator-section .creator-text h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 20px;
}

.creator-section .creator-text ul {
  margin-bottom: 20px;
}

.creator-section .creator-text ul li {
  font-family: "DM Sans", sans-serif;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  font-weight: 700;
}

.creator-section .creator-text p {
  font-family: "DM Sans", sans-serif;
  color: #1d1d1f;
  font-size: 16px;
  line-height: 24px;
}

/* prize section */
.prize-section {
  padding: 80px 20px;
  background-color: #fafafa;
  text-align: center;
}

.prize-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.prize-section h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
  color: #000;
}

.prize-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 60px;
  font-family: var(--font-roboto);
  color: #555;
}

.prize-section .prize-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.prize-section .prize-item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.prize-section .prize-item:hover {
  transform: scale(1.05);
}

.prize-section .prize-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* contact section */

.contact-section {
  padding: 100px 20px;
  background-color: #fff;
}

.contact-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-section  .contact-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.contact-section  .contact-form {
  flex: 0 0 45%;
  background: #fafafa;
  padding: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.contact-section .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-section .contact-form label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: block;
}

.contact-section .contact-form label span {
  color: red;
}

.contact-section .contact-form input[type="text"],
.contact-section .contact-form input[type="email"],
.contact-section .contact-form input[type="number"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: var(--font-roboto);
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-section .contact-form input:focus {
  border-color: #1ca94b;
}

.contact-section .checkbox-group {
  display: flex;
  gap: 30px;
  align-items: center;
}

.contact-section .checkbox-group label {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Hide default checkbox */
.contact-section .checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0px;
}

/* When checked */
.contact-section .checkbox-group input[type="checkbox"]:checked {
  border-color: #1ca94b;
  background-color: #1ca94b;
}

/* Add tick mark */
.contact-section .checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover effect */
.contact-section .checkbox-group input[type="checkbox"]:hover {
  border-color: #1ca94b;
}


.contact-section .contact-form button {
  background-color: #5a5d5f;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.contact-section .contact-form button:hover {
  background-color: #0a9f4b;
}

.contact-section .contact-form button.disabled,
.contact-section .contact-form button.disabled:hover {
  background-color: #5a5d5f;
  cursor: progress;
  opacity: 0.7;
}

.contact-section .contact-info {
  flex: 0 0 45%;
}

.contact-section .contact-info h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
  font-family: var(--font-roboto);
}

.contact-section .contact-info .privacy {
  font-size: 16px;
  color: #777;
  line-height: 22px;
}

/* terms page */

/* ===== Terms Banner Section ===== */
.terms-banner {
  background-color: #f9f9f9;
  text-align: center;
  padding: 100px 20px 60px;
}

.terms-banner h1 {
  font-size: 65px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
  color: #000;
}

/* ===== Terms Content Section ===== */
.terms-content {
  padding: 60px 0;
  background-color: #fff;
}

.terms-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
  color: #000;
}

.terms-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #000;
}

.terms-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
  font-family: var(--font-roboto);
}



@media(max-width:1500px){
    .about-section .about-content{
        padding: 60px 140px;
    }
    .revenue-section .revenue-image img{
        left: 0px;
    }
    .revenue-section .revenue-image img{
        max-width: 500px;
    }
}
@media(max-width:1200px){
    .header .logo img{
        max-width: 125px;
    }
    .revenue-section .revenue-content {
        max-width: 491px;
    }
    .about-section .about-content {
        padding: 60px 80px;
    }
    .revenue-section .revenue-image img {
        max-width: 450px;
    }
    .banner-section .banner-content h1{
      font-size: 52px;
      line-height: 55px;
    }
    .banner-section .banner-content h2{
      font-size: 28px;
      line-height: 33px;
    }
}
@media(max-width:1100px){
  .header .nav ul li{
        padding: 15px 13px;
  }
}
@media (max-width: 1025px) {
  .header .hamburger {
    display: flex;
  }

  .header .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 30px 30px;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    z-index: 999;
  }

  .header .nav ul {
    flex-direction: column;
    gap: 25px;
    padding-left: 0px;
  }

  .header .buttons {
    display: none;
  }
  .header{
    padding: 15px 15px;
    background-color: #fff;
  } 


  .footer .footer-logo {
    margin-bottom: 30px;
  }

  .footer .footer-info {
    margin-bottom: 30px;
  }

  .footer .footer-form {
    width: 100%;
  }

  .footer .footer-form form {
    width: 100%;
  }

  .about-content {
    padding: 50px 40px;
  }

  .about-content h2 {
    font-size: 30px;
  }

  .about-content p {
    font-size: 15px;
  }

  .about-section .about-content{
    padding: 60px 40px;
  }
  .brand-slider-section .custom-arrow{
    top: 85px;
  }
  .brand-slider-section{
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .revenue-section .revenue-image img {
    max-width: 300px;
   }
    .revenue-section .revenue-content {
        max-width: 410px;
    }
     .hero-slider .slick-next::before{
      display: none;
    }
    .hero-slider .slick-prev::before{
      display: none;
    }
    .hero-slider .hero-content{
      margin-left: 113px;
    }
    .hero-slider::before{
      background-position: 16% bottom;
    }
    .header .nav ul li span {
        position: unset;
    }

    .header .nav ul li {
        line-height: 30px;
        padding: 0px;
    }
    .header .hamburger span:nth-child(1) {
        width: 35px;
    }

    .header .hamburger span:nth-child(2) {
        width: 25px;
    }

    .header .hamburger span:nth-child(3) {
        width: 17px;
    }

    .header .hamburger {
        align-items: end;
    }

    .terms-banner {
      padding: 80px 20px 50px;
    }
}

@media (max-width: 991px) {
  .contact-section .contact-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .contact-section .contact-form,
  .contact-section .contact-info {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .contact-section {
    padding: 60px 0px;
  } 
  .contact-section .contact-info {
    text-align: center;
  }

  .contact-section .contact-info h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .contact-section .container{
    padding:0px 20px;
  }
}

@media(max-width:800px){
    .about-section .about-content{
        width: 100%;
        padding: 50px 20px;
    }
    .about-section .about-image{
        width: 100%;
    }
    .revenue-section .revenue-container {
        flex-direction: column-reverse;
    }
    .revenue-section {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .revenue-section .revenue-content {
        width:100%;
        max-width: 100%;
    }
    .revenue-section .revenue-image img {
        position: relative;
        bottom: 0px;
        left: 0px;
        max-width: 500px;
    }
     .creator-partner-section .creator-container {
        flex-direction: column-reverse;
    }
   
}
@media(max-width:767px){
    .footer .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer .footer-container{
        gap: 10px;
    }
    .cta-section .cta-title{
        font-size: 35px;
        line-height: 40px;
    }
    .creator-partner-section .creator-content h2{
        font-size: 35px;
        line-height: 40px;
    }
    .creator-partner-section .creator-container {
        flex-direction: column-reverse;
    }

    .about-container {
        flex-direction: column;
    }

    .about-image,
    .about-content {
        width: 100%;
    }

    .about-image img {
        height: auto;
    }

    .about-content {
        text-align: center;
        padding: 40px 25px;
    }

    .about-link {
        justify-content: center;
    }
    .about-section .about-content{
        width: 100%;
        padding: 50px 20px;
    }
    .about-section .about-image{
        width: 100%;
    }
    .revenue-section .revenue-container {
        flex-direction: column-reverse;
    }
    .revenue-section {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .revenue-section .revenue-content {
        width:100%;
        max-width: 100%;
    }

    .revenue-section .revenue-content h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .hero-slider .slick-next::before{
        display: none;
    }
    .hero-slider .slick-prev::before{
        display: none;
    }
    .hero-slider .hero-content{
        margin-left: 20px;
        padding-bottom: 168px;
    }
    .hero-slider .hero-content h1{
        font-size: 45px;
        line-height: 50px;
    }
    .about-section .about-content h2{
        font-size: 35px;
        line-height: 40px;
    }
    .brand-slider-section .brand-title{
        font-size: 35px;
        line-height: 40px;
    }
    .revenue-section .revenue-image img {
        position: relative;
        bottom: 0px;
        left: 0px;
        max-width: 500px;
    }
    .banner-section {
      height: 70vh;
    }

    .banner-section .banner-content h1 {
      font-size: 45px;
      line-height: 50px;
    }

    .banner-section .banner-content h2 {
      font-size: 20px;
      line-height: 28px;
    }

    .creator-section {
      padding: 60px 0px;
    }

    .creator-section h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 30px;
    }

    .creator-section .creator-text h5 {
      font-size: 18px;
      line-height: 22px;
    }

    .creator-section .creator-content {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }

    .creator-section .creator-text ul li {
      font-size: 16px;
      line-height: 24px;
    }

    .creator-section .creator-text p {
      text-align: start;
    }
    .creator-section .creator-images img {
      height: auto;
      max-width: 100%;
    }

    .prize-section {
      padding: 60px 15px;
    }

    .prize-section h2 {
      font-size: 35px;
      line-height: 40px;
    }

    .prize-section p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 40px;
    }

    .prize-section .prize-items {
      flex-direction: column;
      gap: 30px;
    }

    .prize-section .prize-item {
      width: 300px;
      height: 300px;
    }
    .prize-section .container{
      padding: 0px 20px;
    }
    .prize-section{
      padding: 60px 0px;
    }
    .terms-banner h1 {
      font-size: 45px;
      line-height: 50px;
    }

    .terms-content h3 {
      font-size: 22px;
    }

    .terms-content h4 {
      font-size: 18px;
    }

    .terms-content p {
      font-size: 16px;
      line-height: 24px;
    }
}

@media(max-width:575px){
    .cta-section .cta-buttons{
        flex-direction: column;
    }
    .footer-container{
        padding: 0px 20px;
    }
    .hero-slider::before{
      background-position:center;
    }
    .contact-section .contact-form {
      padding: 25px;
    }

    .contact-section .contact-form label {
      font-size: 16px;
    }

    .contact-section .contact-form button {
      font-size: 16px;
      padding: 12px 30px;
    }
}