:root {
  --main-bg-color: #fcfcfc; /* Dark - linear-gradient(#121215, #0D0D0F); */
  --primary-color: #f36426;
  --secondary-color: #f1f4fd;
  --third-color: #959fc0;
  --main-font-color: #484543; /* Dark - rgba(99, 99, 111, 0.48) */
  --card-bg-color: #f5f5f5; /* Dark - rgba(185, 195, 221, 0.02); */
  --card-font-color: #7b7977; /* Dark - rgba(99, 99, 111, 1) */
  --card-bg-hover: #fdf3ed;
  --comissions-color: #c3bfbb; /* Dark -  linear-gradient(rgba(241, 244, 253, 0.84), rgba(217, 223, 244, 0.84));*/
  --comissions-round-bg: #ffd3ba; /* Dark - radial-gradient(rgba(212, 126, 50, 0.64), rgba(117, 38, 112, 0.64), rgba(30, 3, 121, 0.64)); */
  --comissions-round-bg-main: #ffd3ba;
  --banner-title-font: #fcfcfc; /* Dark -  linear-gradient(rgba(241, 244, 253, 0.84), rgba(217, 223, 244, 0.84));*/
  --banner-subtitle-font: #a1a6aa; /* Dark - rgba(99, 99, 111, 1) */
}

.darkMode {
  --main-bg-color: linear-gradient(#121215, #0D0D0F);
  --main-font-color:rgba(99, 99, 111, 0.48);
  --card-bg-color: rgba(185, 195, 221, 0.02);
  --card-font-color: rgba(99, 99, 111, 1);
  --comissions-color: #bec2d2;
  --comissions-round-bg: radial-gradient(rgba(212, 126, 50, 0.64), rgba(117, 38, 112, 0.64), rgba(30, 3, 121, 0.64));
  --comissions-round-bg-main: rgba(185, 195, 221, 0.04)
  --banner-title-font: linear-gradient(rgba(241, 244, 253, 0.84), rgba(217, 223, 244, 0.84));
  --banner-subtitle-font: rgba(99, 99, 111, 1);
  transition: all 0.5s linear;
}

img,
video {
  /* max-width: 100%; */
  height: auto;
}

@font-face {
  font-family: "MontserratAlt1";
  src: url("fonts/otf/MontserratAlt1-Regular.otf") format("opentype"),
    url("fonts/ttf/MontserratAlt1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MontserratAlt1";
  src: url("fonts/otf/MontserratAlt1-Bold.otf") format("opentype"),
    url("fonts/ttf//MontserratAlt1-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  font-size: 13px;
  scroll-behavior: smooth;
}

@media (min-width: 600px) {
  html {
    font-size: 18px;
  }
  body {
    background: var(--main-bg-color);
  }
}

@media (max-width: 893px) {
  .darkMode .commissions-left::before {
    top: 100px !important;
    left: 13px !important;
    max-width: 7.5rem !important;
  }
}

@media (max-width: 1400px) {
  .darkMode .partner-content-wrapper{
    padding: 0rem 2rem !important;
  }
}

@media (max-width: 1200px) {
  .darkMode .contact-left {
    gap: 3rem !important;
  }
}

@media (max-width: 1000px) {
  .darkMode .contact-title {
    padding-left: 0rem !important;

  }
  .darkMode .contact-header {
    justify-content: center !important;
  }
}

@media (max-width: 849px) {
  .darkMode .commissions-content {
    justify-content: center !important;
    gap: 1rem;
  }
  .darkMode .testimonials-title {
    font-size: 4rem;
  }
  .darkMode .testimonials-header {
    justify-content: center !important;
    margin-right: 0rem !important;
}
}

@media (max-width: 599px) {
  .darkMode .partner-content-wrapper {
    padding: 2.5rem 2.5rem !important;
  }
  .darkMode .contact-left {
    gap: 5rem !important;
  }
  .darkMode .commissions-left::after {
    position: absolute;
    content: ' ';
    top: -38px !important;
    left: -26px !important;
    width: 160px !important;
    height: 160px !important;
    max-width: unset !important;
    background: url(./border_eclipse.svg) no-repeat;
    background-size: contain;
  }
  .darkMode .commissions-left::before {
    position: absolute;
    content: ' ';
    top: 0px !important;
    left: 13px !important;
    width: 80px !important;
    height: 80px !important;
    max-width: unset !important;
    background: url(./center_eclipse.svg) no-repeat;
    background-size: contain;
  }
}

body {
  width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "MontserratAlt1", sans-serif;
  overflow-x: hidden;
  width: 100vw;
  background: var(--main-bg-color);
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

.primary {
  color: var(--primary-color);
}

.company-name {
  display: none;
}

.logo {
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--secondary-color);
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  z-index: 999;
  padding: 0 2rem;
  z-index: 999;
}

.logo img {
  width: 6rem;
  padding-right: 1rem;
  z-index: 999;
  height: 4rem;
}

.top-section {
  color: var(--secondary-color);
  text-align: center;
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  position: fixed;
  width: 100vw;
  z-index: 999;
  /* margin-left: 5rem; */
  /* margin-right: 5rem; */
  background: #6669696b;
}

.mobile-slider-navigation {
  width: 380px;
  padding-top: 2rem;
}

.mobile-slider-navigation > .nav-links {
  display: flex;
  flex-direction: row;
}

.mobile-slider-navigation > .nav-links {
  display: flex;
  flex-direction: row;
  height: 1rem;
}

.mobile-slider-navigation > .nav-links li {
  padding: 0rem 1rem;
}

.mobile-slider-navigation > .nav-links > li > a {
  margin: 0;
  display: inline-block;
}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: height 0.5s;
}

.nav-links li {
  padding: 1rem 0.5rem;
  display: flex;
}

.nav-links a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 1em;
}

.nav-links li > .step-indicator {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1rem;
  display: block;
}

.nav-links li.active a {
  color: var(--primary-color);
}
.nav-links li.active > .step-indicator {
  display: inline-block;

  border-radius: 50%;
  border-color: var(--secondary-color);
  border-style: solid;
}

.hero-content-left .nav-links li:first-child:not(.active) > .step-indicator {
  display: inline-block;
  width: 1px;
  height: 2.7rem;
  position: absolute;
  border-left-color: var(--secondary-color);
  border-left-style: solid;
  margin-right: 1rem;
  margin-left: 1rem;
  transition: height 0.5s;
}

.hero-content-left .nav-links li:first-child:not(.active) {
  padding: 0;
}

.hero-content-left .nav-links li:first-child:not(.active) a {
  margin: 0.7rem 2.3rem 0.7rem 2.3rem;
  height: 1rem;
  display: block;
}

.hero-content-left .nav-links li.next {
  padding-left: 2.4rem;
}

.hero-content-left .nav-links li.next a {
  color: var(--third-color);
}

.nav-links a.active {
  color: var(--primary-color);
}

.user-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}

.login,
.signup {
  text-decoration: none;
  color: var(--secondary-color);
  margin-left: 20px;
}

.signup {
  padding: 0.7rem 2rem;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  color: var(--secondary-color);
  background: var(--primary-color);
}

.slide-content {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 999;
}

.swiper-slide {
  display: flex !important;
  align-items: baseline;
  /* height: 100vh !important; */
  padding: 6rem 0rem;
}

.swiper-wrapper {
  /* overflow: hidden; */
}

.slide1 {
  background-image: url("slide.png");
  background-size: cover;
  background-position: center;
  color: var(--secondary-color);
  text-align: center;
}

.slide2 {
  background-image: url("slide2.png");
  background-size: cover;
  background-position: center;
  color: var(--secondary-color);
  text-align: center;
  z-index: 9999;
}

.hero-content {
  margin-top: 0;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}

.hero-content-left {
  /* padding-top: 8rem; */
  /* flex-grow: 1; */
  position: absolute;
  margin-top: 1px;
  z-index: 999;
  height: 100vh;
  display: flex;
  align-items: center;
  display: none;
}

.hero-content-center {
  padding-top: 3rem;
  /* padding-left: 3rem; */
  text-align: left;
  /* flex-grow: 3; */
  width: 80vw;
}

.hero-content-right {
  display: flex;
  justify-content: center;
  /* align-items: end; */
  /* flex-grow: 2; */
  /* padding: 0 1vw 0vh; */
  /* padding-right: 6vw; */
}

.hero-content h1 {
  font-size: 1.8em;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hero-content h2 {
  font-size: 3.8rem;
  margin-bottom: 3rem;
}

.hero-content p {
  font-size: 1.2em;
  margin-bottom: 3rem;
  max-width: 600px;
  color: var(--third-color);
  line-height: 2rem;
}

.hero-bottom {
  position: absolute;
  bottom: 2vh;
  /* right: 6vw; */
  width: 100%;
  height: 24vh;
  display: flex;
  align-items: end;
  flex-direction: column;
  /* vertical-align: middle; */
  /* padding-top: 1vh; */
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  /* margin-right: 6vw; */
}

.hero-bottom a {
  color: var(--secondary-color);
  text-decoration: none;
  display: flex;
  height: 3rem;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}

.hero-bottom a img {
  width: 1.7rem;
  padding: 0.8rem;
  /* background: #0000007a; */
  border-radius: 50%;
  /* margin-right: 1rem; */
}

.cta.button {
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 3rem;
  width: 50%;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  line-height: 11px;
}

.cta.button img {
  width: 1.7rem;
}

.cta.button.arrow {
  width: 1rem;
  /* padding: 1.3rem; */
  margin-left: 1rem;
  padding: 0.3rem 1.3rem;
}

.cta.button.arrow img {
  width: 8.2rem;
  height: 2rem;
}

.testimonials-container {
  font-family: "Montserrat", sans-serif;
  width: 100vw;
  max-width: 1190px;
  margin: 0 auto;
  overflow-x: hidden;
}
.testimonials-header {
  display: flex;
  align-items: end;
  margin-bottom: 48px;
}

.testimonials-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 48px;
}
.glide__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 0 10px;
}

.slide-left {
  width: 64px;
  height: 64px;
}
.slide-right {
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
}

.testimonials-paragh {
  font-weight: 500;
  font-size: 24px;
  margin-right: 17%;
  color: var(--main-font-color);
  padding-bottom: 15px;
  display: none;
}
.testimonials-title {
  font-weight: 700;
  font-size: 3rem;
  color: var(--main-font-color);
  padding: 2rem;
}

.content-container {
  padding: 40px 32px;
  width: 380px;
  height: 360px;
  background: var(--card-bg-color);
  border-radius: 24px;
  transition: all 0.5s ease;
}
.content-container a {
  position: absolute;
  bottom: 40;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
.content-container:hover {
  background: var(--card-bg-hover);
}
.content-container:hover .content-icon {
  path {
    stroke: var(--primary-color);
    transition: all 0.5s ease;
  }
}
.content-title {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1%;
  color: var(--main-font-color);
}
.glide__slide {
  width: 380px !important;
}
.glide__slides {
  overflow: unset !important;
}

.glide__track {
  overflow: unset !important;
}

.content {
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--card-font-color);
}

.darkMode .commissions-left {
  position: relative;
}

.darkMode .commissions-container {
  overflow-x: unset;
}
.darkMode .commissions-left::after {
  position: absolute;
  content: ' ';
  top: 48px;
  left: -40px;
  width: 100%;
  height: 100%;
  max-width: 15rem;
  background: url(./border_eclipse.svg) no-repeat;
  background-size: contain;
}

.darkMode .commission-round-1 {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: url('./transparent_bg.svg') no-repeat;
  background-size: contain;
  padding: 3.27rem 3.695rem 3.5rem 3.691rem;
}
.darkMode .commission-round-1 ::after {
  bottom: -15px;
  right: 44px;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.darkMode .commission-round-1 ::before {
  bottom: 80px;
  left: 80px;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.darkMode .commission-round-2 {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: url('./transparent_bg.svg') no-repeat;
  background-size: contain;
  padding: 1.85rem 3.075rem 1.85rem 3.075rem;
}

.darkMode .sphere-3 {
  display: flex;
    align-items: center;
    justify-content: center;
}
.darkMode .commission-round-3 {
  max-width: 160px;
  max-height: 160px;
  width: auto;
  height: auto;
  border-radius: 50%;
  background: url('./transparent_bg.svg') no-repeat;
  background-size: contain;
  padding: 2.077rem 1.535rem 2.077rem 1.535rem;
}

.darkMode .commission-round-2 ::after {
  bottom: -15px;
  right: 44px;
  top: unset;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.darkMode .commission-round-2 ::before {
  bottom: 80px;
  left: 80px;
  top: unset;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.darkMode .commission-round-3 ::after {
  bottom: -15px;
  right: 44px;
  top: unset;
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.darkMode .commission-round-3 ::before {
  bottom: 80px;
  left: 80px;
  top: unset;
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.darkMode .commissions-block {
  position: relative;
}

@media (max-width: 521px) {
  .darkMode #block-2::after {
    top: 2px !important;
  }
  .darkMode #block-3::after {
    top: 8px !important;
  }
}

@media (max-width: 506px) {
  .darkMode #block-3::after {
    top: 0px !important;
  }
}

@media (max-width: 475px) {
  .darkMode #block-1::after {
    top: -8px !important;
  }
}
@media (max-width: 504px) {
  .darkMode .testimonials-container::after {
    width: 110% !important;
    max-width: unset !important;
    top: 185px !important;
  }
}

@media (max-width: 450px) {
  .darkMode #block-2::after {
    top: -27px !important;
  }
  .darkMode #block-1::after {
    top: -21px !important;
}
}

@media (max-width: 440px) {
  .darkMode #block-3::after {
    top: -24px !important;
  }
}

.darkMode #block-1::after {
  content: " ";
  position: absolute;
  top: 2px;
  left: 210px;
  width: 100%;
  height: 100%;
  max-width: 52px;
  max-height: 40px;
  background: url('./01.svg') no-repeat;
  background-size: contain;
  
}
.darkMode #block-2::after {
  content: " ";
  position: absolute;
  top: 13px;
  left: 210px;
  width: 100%;
  height: 100%;
  max-width: 61px;
  max-height: 40px;
  background: url('./02.svg') no-repeat;
  background-size: contain;
}

.darkMode #block-3::after {
  content: " ";
  position: absolute;
  top: 12px;
  left: 210px;
  width: 100%;
  height: 100%;
  max-width: 61px;
  max-height: 40px;
  background: url('./03.svg') no-repeat;
  background-size: contain;
}


.darkMode .partner-content-container:after {
  content: unset;
}

.darkMode .partner-content-container {
  background: var(--card-bg-color);
}

.darkMode .contact-box-first {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.darkMode .contact-box-text {
  padding-left: 1rem;
  color: rgba(123, 121, 119, 1);
  font-size: 18px;
  font-weight: 600;
}

.darkMode .contact-box-second {
  display: flex;
  align-items: center;
}

.darkMode .contact-box-header {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-right: 2rem;
  flex-direction: column;
}

.darkMode .contact-box-name {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.4096) 0%, rgba(217, 223, 244, 0.1536) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2rem;
}

.darkMode #contact-box {
  border-radius: 32px;
  background: var(--card-bg-color);
  max-width: 20rem;
  position: relative;
  width: 100%;
  /* height: 192px; */
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.contact-box-content a {
  text-decoration: none;
}

.darkMode .commissions-block-btn {
  display: none;
}

.darkMode .content-title {
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkMode .title {
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.darkMode .sub-title{
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.1536) 0%, rgba(217, 223, 244, 0.0576) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkMode .commissions-block-title {
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkMode .testimonials-title {
  background: linear-gradient(180deg, rgba(241, 244, 253, 0.1536) 0%, rgba(217, 223, 244, 0.0576) 100%);
  color: unset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  width: 100%;
}

.darkMode .contact-right {
  display: none;
}

.darkMode .contact-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.darkMode .testimonials-container {
  position: relative;
  overflow-y: hidden;
}

.darkMode .content-container:hover {
  background: var(--card-bg-color);
}

.darkMode .testimonials-buttons {
  display: none;
}

.darkMode .testimonials-container::after {
  position: absolute;
  content: ' ';
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: url(./rectangle.svg) no-repeat;
  transform: rotate(-2deg);
  z-index: -1;
}

.commissions-container {
  font-family: "Montserrat", sans-serif;
  max-width: 1200px;
  margin: 0rem auto 4rem;
  padding-top: 9rem;
  width: 100vw;
  overflow-x: hidden;
}

.commissions-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding: 0 2rem;
}

.commissions-block-texts {
  padding-left: 2rem;
}

.commissions-paragh {
  font-size: 2rem;
  font-weight: 500;
  color: var(--main-font-color);
  /* width: 410px; */
  line-height: 39.68px;
}

.commissions-block-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-font-color);
}

.commissions-block {
  max-width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.commissions-block-texts {
}

.stars {
  width: 57px;
  background-image: url("./vertical-stars.svg");
  height: 170px;
  z-index: 999;
  background-size: contain;
  display: none;
}

.commission-round-1 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  /* margin-bottom: 40px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.commission-round-1 ::after {
  content: " ";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  bottom: -13px;
  right: -10px;
  opacity: 0.5;
  z-index: -1;
}
.commission-round-1 ::before {
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  bottom: 15px;
  left: -10px;
  opacity: 0.2;
  z-index: -1;
}

.commission-round-2 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  /* margin-bottom: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.commission-round-2 ::after {
  content: " ";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  top: -8px;
  right: -10px;
  opacity: 0.2;
  z-index: -1;
}
.commission-round-2 ::before {
  content: " ";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  top: 0px;
  left: -1px;
  opacity: 0.5;
  z-index: -1;
}
.sphere {
  max-width: 140px;
}
.sphere-3 {
  width: 120px;
  /* max-width: 96px; */
  /* padding-left: 12.5px; */
  /* padding-bottom: 5px; */
}
.commission-round-3 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.commission-round-3 ::after {
  content: " ";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  bottom: 0px;
  right: -3px;
  opacity: 0.5;
  z-index: -1;
}
.commission-round-3 ::before {
  content: " ";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--comissions-round-bg);
  position: absolute;
  top: -10px;
  right: 0px;
  opacity: 0.2;
  z-index: -1;
}

.commissions-link-btn {
  transform: rotate(135deg);
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.commissions-block-paragh {
  font-size: 18px;
  font-weight: 500;
  color: var(--card-font-color);
  margin-top: 20px;
  line-height: 23.76px;
}
.commissions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commissions-title {
  display: flex;
  align-items: end;
}

.commissions-title .img {
  width: 116px;
  height: 40px;
  padding-bottom: 15px;
  padding-left: 50px;
}
.commissions-title .title {
  font-weight: 700;
  font-size: 4rem;
  color: var(--comissions-color);
}
.commissions-left .sub-title {
  font-weight: 700;
  font-size: 3.5rem;
  color: var(--main-font-color);
}

.commissions-right {
  padding: 2rem 2rem 0;
}

.commissions-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  flex-wrap: wrap;
}

.content-icon {
  path {
    transition: all 0.5s ease;
  }
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.contact-container {
  font-family: "Montserrat", sans-serif;
  max-width: 1200px;
  margin: 5rem auto 150px;
}
.contact-header {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 2rem;
}
.contact-title {
  font-weight: 700;
  font-size: 4rem;
  color: var(--comissions-color);
}
.contact-subtitle {
  font-weight: 700;
  font-size: 3.5rem;
  color: var(--main-font-color);
  padding-top: 15px;
}
.contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
.contact-left {
  display: none;
}

.contact-right {
  position: relative;
  /* background: var(--card-bg-color); */
  /* max-width: 672px; */
  /* max-height: 240px; */
  width: 91%;
  /* height: 240px; */
  padding: 50px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.contact-right::before {
  content: " ";
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  /* max-width: 772px; */
  /* max-height: 340px; */
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: #ebebeb;
}

.contact-right::after {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  max-width: 772px;
  max-height: 340px;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background: url("./card-mask.svg") no-repeat;
  background-size: contain;
}

.info-border {
  width: 30%;
  height: 1.6px;
  background: #dddbd9;
  margin-bottom: 20px;
}

.contact-right .info {
  display: flex;
  flex-wrap: wrap;
}

.info-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--main-font-color);
}
.info-paragh {
  font-weight: 500;
  font-size: 18px;
  color: var(--card-font-color);
  max-width: 480px;
  line-height: 23.76px;
  padding-bottom: 23px;
}

.info .contacts-1 {
  display: flex;
  align-items: center;
  /* margin-right: 80px; */

  padding: 1rem 1rem 1rem 0;

  a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  img {
    width: 32px;
    height: 32px;
    padding-right: 15px;
  }
  span {
    font-weight: 600;
    font-size: 18px;
    color: var(--card-font-color);
  }
}

.info {
  z-index: 9;
}

.info .contacts-2 {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 0;

  a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  img {
    width: 32px;
    height: 32px;
    padding-right: 15px;
  }
  span {
    font-weight: 600;
    font-size: 18px;
    color: var(--card-font-color);
  }
}

.contact-content-title {
  font-weight: 700;
  font-size: 48px;
  color: var(--main-font-color);
  margin-bottom: 40px;
}
.contact-name {
  font-weight: 600;
  font-size: 24px;
  color: var(--card-font-color);
  margin-bottom: 32px;
}
.contact-name-last {
  font-weight: 600;
  font-size: 24px;
  color: var(--card-font-color);
}

.contact-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-indicator {
  border: 1.6px solid var(--main-font-color);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.contact-line {
  margin-top: 15px;
  width: 1.6px;
  height: 168px;
  background: var(--main-font-color);
}

/* @media (max-width: 1450px) {
  .testimonials-title {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  .top-nav {
    flex-direction: column;
  }

  .nav-links,
  .user-actions {
    margin-top: 20px;
  }

  .hero-content {
    margin-top: 50px;
  }
} */
/*Become Partner*/

.become-partner-section {
  text-align: center;
  padding: 1rem 0;
  margin: 0 3vw;
}

.partner-content-container {
  font-family: "Montserrat", sans-serif;
  position: relative;
  max-width: 1800px;
  /* height: 360px; */
  background: linear-gradient(#26303a, #1c252e); /* Adjust to match design */
  margin: 0 auto;
  border-radius: 48px;
  text-align: left;
}

.partner-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 2rem;
}

.partner-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  color: var(--banner-title-font);
}

.partner-subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-top: 20px;
  color: var(--banner-subtitle-font);
  display: none;
}

.partner-subtitle-mobile {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 40px;
  margin-top: 20px;
  color: var(--banner-subtitle-font);
}

.become-partner-left {
  text-align: left;
  flex-grow: 1;
  width: 203px;
}

.cta-button {
  display: inline-block;
  background: #ff6223; /* Adjust to match design */
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%; /* Adjust to match design */
  text-decoration: none;
  font-size: 1.5em; /* Adjust as needed */
  transition: background 0.3s ease;
  /* flex-grow: 1; */
}

.partner-content-container::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  width: 97%;
  max-width: 1800px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  border-radius: 48px;
  background: #dddbd9;
  z-index: -1;
}

.cta-button::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("./arrow.svg") no-repeat center center;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.cta-button:hover {
  background: #e55d1b; /* Darker shade for hover effect */
}

/* Footer */
.site-footer {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  color: var(--card-font-color);
}

.footer-img {
  width: 96px;
  height: 64px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-nav {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--comissions-color);
}

.footer-nav a {
  transition: all 0.3s ease;
  font-size: 20px;
  text-decoration: none;
  margin: 0 20px;
  color: var(--card-font-color);
}

.footer-nav a:hover {
  color: var(--primary-color);
}

.disclaimer {
  font-size: 0.8em; /* Adjust as needed */
}

/* @media (max-width: 768px) {
  .content-container,
  .footer-container {
    padding: 0 15px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav a {
    margin-bottom: 5px;
  }
} */

.slide-down {
  width: 100%;
}

.slide-down a {
  height: 2rem;
}

.drag-circle {
  z-index: 999;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border-color: var(--secondary-color);
  border-style: solid;
}

@media (min-width: 600px) {
  .darkMode .commissions-block-title {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .darkMode .sub-title{
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.1536) 0%, rgba(217, 223, 244, 0.0576) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .darkMode .title {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .darkMode .testimonials-title {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.1536) 0%, rgba(217, 223, 244, 0.0576) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
  }
  .darkMode .contact-title {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-left: 2rem;
  }

  .darkMode .contact-subtitle {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.1536) 0%, rgba(217, 223, 244, 0.0576) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .darkMode .commissions-block-btn {
    display: none;
  }

  .darkMode .content-title {
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.84) 0%, rgba(217, 223, 244, 0.84) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .darkMode .glide__arrows {
    display: none;
  }

  .darkMode .testimonials-header {
    justify-content: end;
    margin-right: 2rem;
  }

  .darkMode .testimonials-container {
    transform: rotate(2deg);
    max-width: unset;
  }

  .darkMode .content-container:hover {
    background: var(--card-bg-color);
  }

  .darkMode .partner-content-container:after {
    content: unset;
  }

  .darkMode .partner-content-container {
    background: var(--card-bg-color);
  }

  .darkMode .commissions-left {
    position: relative;
  }

  .darkMode .commissions-container {
    overflow-x: unset;
  }
  .darkMode .commissions-left::after {
    position: absolute;
    content: ' ';
    top: 48px;
    left: -40px;
    width: 100%;
    height: 100%;
    max-width: 15rem;
    background: url(./border_eclipse.svg) no-repeat;
    background-size: contain;
  }

  .darkMode .commission-round-1 {
    max-width: 160px;
    max-height: 160px;
    border-radius: 50%;
    background: url('./transparent_bg.svg') no-repeat;
    background-size: contain;
    padding: 0rem;
  }
  .darkMode .commission-round-1 ::after {
    bottom: -15px;
    right: 44px;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .darkMode .commission-round-1 ::before {
    bottom: 80px;
    left: 80px;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .darkMode .commission-round-2 {
    max-width: 160px;
    max-height: 160px;
    border-radius: 50%;
    background: url('./transparent_bg.svg') no-repeat;
    background-size: contain;
    padding: 0rem;
  }
  .darkMode .commission-round-3 {
    max-width: 160px;
    max-height: 160px;
    border-radius: 50%;
    background: url('./transparent_bg.svg') no-repeat;
    background-size: contain;
    padding: 0rem;
  }

  .darkMode .commission-round-2 ::after {
    bottom: -15px;
    right: 44px;
    top: unset;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }

  .darkMode .commission-round-2 ::before {
    bottom: 80px;
    left: 80px;
    top: unset;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .darkMode .commission-round-3 ::after {
    bottom: -15px;
    right: 44px;
    top: unset;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }

  .darkMode .commission-round-3 ::before {
    bottom: 80px;
    left: 80px;
    top: unset;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }

  .darkMode .commissions-block {
    position: relative;
  }

  .darkMode #block-1::after {
    content: " ";
    position: absolute;
    top: -26px;
    left: -5px;
    width: 100%;
    height: 100%;
    max-width: 99px;
    max-height: 72px;
    background: url('./01.svg') no-repeat;
    background-size: contain;
    
  }
  .darkMode #block-2::after {
    content: " ";
    position: absolute;
    top: -26px;
    left: -5px;
    width: 100%;
    height: 100%;
    max-width: 117px;
    max-height: 72px;
    background: url('./02.svg') no-repeat;
    background-size: contain;
  }

  .darkMode #block-3::after {
    content: " ";
    position: absolute;
    top: -26px;
    left: -5px;
    width: 100%;
    height: 100%;
    max-width: 116px;
    max-height: 72px;
    background: url('./03.svg') no-repeat;
    background-size: contain;
  }
  
  .darkMode .testimonials-container {
    position: relative;
    width: 100vw;
    overflow-y: hidden;
    margin: unset;
  }

  .darkMode .testimonials-container::after {
    position: absolute;
    content: ' ';
    top: 140px;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: url(./rectangle.svg) no-repeat;
    transform: rotate(-2deg);
    z-index: -1;
  }

  .darkMode .sphere-3 {
    width: unset;
  }

  .darkMode .commissions-left::before {
    position: absolute;
    content: ' ';
    top: 80px;
    left: -8px;
    width: 100%;
    height: 100%;
    max-width: 5.5rem;
    background: url(./center_eclipse.svg) no-repeat;
    background-size: contain;
  }

  .darkMode .contact-header {
    flex-direction: column-reverse;
  }

  .darkMode .contact-right {
    display: none;
  }

  .darkMode .contact-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
  }

  .darkMode #contact-box {
    border-radius: 32px;
    background: var(--card-bg-color);
    max-width: 40rem;
    position: relative;
    width: 100%;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }



  .darkMode .dot {
    background: rgba(99, 99, 111, 0.24);
  }

  .darkMode .contact-box-first {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
  }

  .darkMode .contact-box-text {
    padding-left: 1rem;
    color: rgba(123, 121, 119, 1);
    font-size: 18px;
    font-weight: 600;
  }

  .darkMode .contact-box-second {
    display: flex;
    align-items: center;
  }

  .darkMode .contact-box-header {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    margin-right: 2rem;
    flex-direction: column;
  }

  .darkMode .contact-box-name {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(241, 244, 253, 0.4096) 0%, rgba(217, 223, 244, 0.1536) 100%);
    color: unset;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .mobile-slider-navigation {
    display: none;
  }

  .hero-content-right {
    display: flex;
    /* align-items: end; */
    /* flex-grow: 2; */
    /* padding: 0 1vw 0vh; */
    padding-right: 6vw;
  }

  .hero-content-left {
    /* padding-top: 8rem; */
    /* flex-grow: 1; */
    position: absolute;
    margin-top: 1px;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .top-section {
    color: var(--secondary-color);
    text-align: center;
    padding: 0;
    height: 100vh;
    width: 100vw;
  }

  .logo {
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--secondary-color);
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    z-index: 999;

    img {
      width: 5rem;
      padding-right: 1rem;
    }

    .user-actions {
      padding: 0 5rem;
    }
  }

  .company-name {
    display: block;
  }

  .hero-content-left {
    /* padding-top: 8rem; */
    /* flex-grow: 1; */
    position: absolute;
    margin-top: 1px;
    z-index: 999;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .swiper-slide {
    display: flex !important;
    align-items: center;
    /* height: 100vh !important; */
    padding: 0 10rem;
    overflow: hidden;
  }

  .hero-bottom {
    position: absolute;
    bottom: -1vh;
    /* right: 6vw; */
    width: 101%;
    /* height: 15rem; */
    display: flex;
    align-items: end;
    flex-direction: column;
    vertical-align: bottom;
    justify-content: center;
    z-index: 999;
    /* margin-right: 6vw; */
  }

  .hero-bottom a {
    color: var(--secondary-color);
    text-decoration: none;
    display: flex;
    height: 3rem;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .hero-bottom a img {
    width: 1.7rem;
    padding: 0.8rem;
    /* background: #0000007a; */
    border-radius: 50%;
    /* margin-right: 1rem; */
  }

  .commissions-container {
    font-family: "Montserrat", sans-serif;
    max-width: 1200px;
    margin: 0rem auto 240px;
    padding-top: 9rem;
  }
  .commissions-paragh {
    font-size: 32px;
    font-weight: 500;
    color: var(--main-font-color);
    width: 410px;
    line-height: 39.68px;
  }

  .commissions-block-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-font-color);
  }

  .stars {
    width: 100px;
    background-image: url("./some-stars.svg");
    height: 100px;
  }

  .commissions-right {
    padding: 0;
    padding: 1rem 2rem;
  }

  .commissions-block {
    max-width: 280px;
    display: block;
  }

  .commissions-block-texts {
    padding-left: 0;
  }

  .commission-round-1 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    /* background: var(--comissions-round-bg); */
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commission-round-1 ::after {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    bottom: -13px;
    right: -13px;
    opacity: 0.5;
    z-index: -1;
  }
  .commission-round-1 ::before {
    content: " ";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    bottom: 15px;
    left: -10px;
    opacity: 0.2;
    z-index: -1;
  }

  .commission-round-2 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .commission-round-2 ::after {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    top: -15px;
    right: -20px;
    opacity: 0.2;
    z-index: -1;
  }
  .commission-round-2 ::before {
    content: " ";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    top: 0px;
    left: -1px;
    opacity: 0.5;
    z-index: -1;
  }

  .contact-right {
    position: relative;
    background: var(--card-bg-color);
    max-width: 672px;
    /* max-height: 240px; */
    width: 672px;
    /* height: 240px; */
    padding: 50px;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-right .info {
    display: flex;
  }

  .commissions-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
    flex-wrap: wrap;
  }

  .commissions-block-texts {
  }

  .contact-right::after {
    content: " ";
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    max-width: 772px;
    max-height: 340px;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background: url("./card-mask.svg") no-repeat;
    background-size: contain;
  }

  .testimonials-paragh {
    font-weight: 500;
    font-size: 24px;
    margin-right: 17%;
    color: var(--main-font-color);
    padding-bottom: 15px;
  }
  .testimonials-title {
    font-weight: 700;
    font-size: 84px;
    color: var(--main-font-color);
  }

  .contact-title {
    font-weight: 700;
    font-size: 84px;
    color: var(--comissions-color);
  }
  .contact-subtitle {
    font-weight: 700;
    font-size: 84px;
    color: var(--main-font-color);
    padding-top: 15px;
  }

  .contact-header {
    display: flex;
    flex-direction: column;
  }

  .contact-container {
    font-family: "Montserrat", sans-serif;
    max-width: 1200px;
    margin: 200px auto 150px;
  }

  .become-partner-section {
    text-align: center;
    padding: 50px 0;
    margin: 0 60px;
  }

  .partner-content-container {
    font-family: "Montserrat", sans-serif;
    position: relative;
    max-width: 1800px;
    height: 360px;
    background: linear-gradient(#26303a, #1c252e); /* Adjust to match design */
    margin: 0 auto;
    border-radius: 48px;
  }

  .partner-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem;
  }

  .partner-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 3rem;
    color: var(--banner-title-font);
  }

  .partner-subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
    color: var(--banner-subtitle-font);
    display: block;
  }

  .become-partner-left {
    text-align: left;
  }

  .cta-button {
    display: inline-block;
    background: #ff6223; /* Adjust to match design */
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Adjust to match design */
    text-decoration: none;
    font-size: 1.5em; /* Adjust as needed */
    transition: background 0.3s ease;
  }

  .partner-content-container::after {
    content: " ";
    position: absolute;
    bottom: -20px;
    width: 97%;
    max-width: 1800px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    border-radius: 48px;
    background: #dddbd9;
    z-index: -1;
  }

  .cta-button::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("./arrow.svg") no-repeat center center;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
  }

  .cta-button:hover {
    background: #e55d1b; /* Darker shade for hover effect */
  }

  .partner-subtitle-mobile {
    display: none;
  }

  .commissions-left {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0 2rem;
    flex-direction: column;
  }

  .commission-round-3 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .commission-round-3 ::after {
    content: " ";
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    bottom: 0px;
    right: -3px;
    opacity: 0.5;
    z-index: -1;
  }
  .commission-round-3 ::before {
    content: " ";
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--comissions-round-bg);
    position: absolute;
    top: -10px;
    right: 0px;
    opacity: 0.2;
    z-index: -1;
  }
}
