@import "font.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p:last-child, h1:last-child {
    margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #222221;
  font-size: 18px;
  font-family: "Proxima Nova Rg";
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}



h1 {
  font-family: "Proxima Nova Rg";
}

.container {
  width: 100%;
  max-width: 1290px;
}

@media (max-width: 1440px) {
  .container {
    width: 100%;
    max-width: 1300px;
  }
}

@media (max-width: 1349px) {
  .container {
    width: 100%;
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1140px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.header-topbar {
  background: #212121;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .header-topbar {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header-topbar {
    font-size: 14px;
  }
}

.header-topbar p {
  margin: 0;
}

.site-navbar {
    width: 100%;
    padding: 25px 0px;
    background: #000102;
    transition: all ease-in-out 0.5s;
}

.site-navbar .earnoptix-bt {
  padding: 10px 15px;
}

.header-bt {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
}
.earnoptix-bt.second-bt {
    background: #00b4ff;
}
@media (max-width: 1345px) {
  .site-navbar .earnoptix-bt {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.earnoptix-bt.login-bt {
    background: #212121;
    color: #80e3ff;
    border-left: 2px solid;
}
.site-menu {
  margin-bottom: 0px;
}

.site-navbar .row {
  margin-top: 0;
}

.navbar-nav a {
  color: #000;
  font-size: 22px;
}

.site-menu.main-menu li a {
  font-size: 19px;
  color: #9FE3FF !important;
  font-weight: 400;
  font-family: "Proxima Nova Rg";
  transition: 0.3s ease;
}
.site-menu.main-menu li a{
  position: relative;
}
.site-menu.main-menu li a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.site-menu.main-menu li a:hover::before {
  background: #00B4FF;
}
.site-menu.main-menu li a:hover {
  color:  #fff !important;
  transition: 0.3s ease;
}

.site-menu.main-menu li.active {
  color:  #4fffc6 !important;
}

.header-maine {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

button#nav-icon1 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 10px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

.call-now a {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-family: var(--heading-font);
  transition: 0.3s ease;
}

.call-now a:hover {
  color: #499a43;
  transition: 0.3s ease;
}

.col-upper-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  margin: 0 0 10px 0;
}
/*sticky header*/
.cc-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #000102;
}

.cc-sticky-header.cc-visible {
  top: 0;
}

.cc-sticky-header .site-menu.main-menu .nav-link {
  transition: 0.5s ease;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 1440px) {
  .site-menu.main-menu .nav-link {
    padding: 4px 10px;
    font-size: 19px;
	 margin: 0 7px;
  }
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

@media (max-width: 1200px) {
  .site-navbar .site-navigation .site-menu .get-started {
    margin-left: 0px;
  }
}

.site-menu.main-menu .active a {
  color: #499a43;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 2000;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: flex;
  flex-direction: column;
 justify-content: center;
  text-align: left;
  align-items: flex-start;
}

.site-mobile-menu-footer {
  text-align: left;
  width: 100%;
}
.site-mobile-menu-footer .earnoptix-bt {
  margin-left: 10px;
}

.site-mobile-menu-body {
  width: 100%;
}

.site-mobile-menu-body .site-nav-wrap li a {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    padding: 10px;
     color: #000;
}

.site-mobile-menu-footer .header-bt {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.site-mobile-menu-body .site-nav-wrap li a:hover {
  color: #00b4ff;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.close-menu img {
  width: 30px;
  float: right;
}

.site-mobile-menu-close {
    position: absolute;
    top: 0;
    right: 15px;
    background: #00b4ff;
    padding: 20px;
    border-radius: 100px;
    cursor: pointer;
  }

.site-logo a img {
  width: 200px;
}

.navbar-toggler {
  display: none;
}

.collapse:not(.show) {
  display: flex;
}

.navbar-nav {
  flex-direction: row !important;
  gap: 30px;
}

@media (max-width: 1200px) {
  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }

  .site-mobile-menu-body .site-nav-wrap {
    display: flex;
    flex-direction: column;
  }

  .site-mobile-menu-body .outline-transbg-bt {
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .site-navbar {
    padding: 5px 0px 1px;
  }
}

@media (max-width: 991px) {
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
    display: none;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .navbar-toggler {
    display: block;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-nav {
    flex-direction: column !important;
    gap: 10px;
  }

  .close-menu img {
    width: 15px;
    float: right;
  }

  .site-mobile-menu-body .site-nav-wrap {
    display: flex;
    flex-direction: column !important;
  }

  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }
}

@media (max-width: 1024px) {
  .close-menu img {
    width: 15px;
    float: right;
  }

  .website-hader .togle-img img {
    width: 100%;
    max-width: 30px;
  }

  .col-upper-bar {
    display: none;
  }
}

.row {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .row {
    margin-top: 10px;
  }
}

/*Animation Button */
.earnoptix-bt {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
  background: #00B4FF;
  color: #ffffff;
  gap: 5px;
  font-size: 16px;
}

.earnoptix-bt:hover {
  background-color: #fff;
  color: #000;
}

.earnoptix-bt + .earnoptix-bt {
  margin-left: 1px;
}

.earnoptix-bt .arrow-icon {
  overflow: visible;
  margin-left: 3px;
  width: 8px;
}

.earnoptix-bt .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}

.earnoptix-bt .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition:
    transform 100ms ease-in-out,
    opacity 100ms ease-in-out;
}

.earnoptix-bt:hover .arrow-head {
  transform: translateX(3px);
}

.earnoptix-bt:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}


/*Animation Button END*/

/*Banner Start */
.home-banner {
  display: flex;
  align-items: center;
  background: linear-gradient(77deg, #00202D 22.54%, #000406 85.37%);
  padding: 70px 0 120px 0px;
  position: relative;
  overflow: hidden;
}
/* .home-banner:before{
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -20%;
} */
.home-banner h1 {
  font-size: 40px;
  line-height: normal;
  color: #000;
  margin: 0 0 18px;
  font-weight: 700;
}

.home-banner h1 .text-main-cl {
  color: #FFF;
}

.home-banner h1 .text-grey {
  color: #615f5f;
}

.hero-text p {
  font-size: 20px;
  line-height: 30px;
  color: #9FE3FF;
  margin: 0 0 25px;
}
.hero-content a {
  display: inline-block;
  padding: 12px 30px;
  transition: 0.3s ease;
  font-weight: bold;
}
.hero-content a:hover {
  background: #000;
  color: #ffffff;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1349px) {
  .home-banner h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .home-banner {
    padding: 40px 0 90px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .home-banner {
    text-align: center;
  }

  .home-banner h1 {
    width: 100%;
    text-align: center;
  }

  .hero-content {
    text-align: center;
    margin-bottom: 50px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .hero-content {
    width: 100%;
  }

  .home-banner .hero-text {
    margin-top: 0;
  }

}

@media (max-width: 767px) {
  .home-banner h1 {
    font-size: 32px;
    line-height: 35px;
  }

  .hero-text p {
    font-size: 16px;
    line-height: 25px;
  }
  
  .hero-content a {
    font-size: 16px;
  }
}

/*Banner End */

/*** Services ***/
.what-to-expect{
      background: #000;
      color: #fff;
      position: relative;
      overflow: hidden;
}
.what-to-expect::after{
     content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -25%;
}
.what-to-expect::before {
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    bottom: 0;
    left: -25%;
}
.monetize-your-mobile {
  padding: 75px 0;
  position: relative;
}

.monetize-your-mobile:before {
  content: "";
  position: absolute;
  background-image: url("../images/star-shapes.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
}

.monetize-services-description {
  position: relative;
}

.monetize-services-description h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.monetize-services-description p {
  font-size: 20px;
  line-height: 34px;
  color: #222221;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 12px;
}

.monetize-services-description p:last-child {
  padding: 0;
}

.colm-main-box h3 {
  font-size: 27px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 12px;
}

.colm-main-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.colm-main-box a {
  font-size: 18px;
  font-weight: 700;
  color: #499a43;
  transition: 0.3s ease;
  display: inline-flex;
  gap: 12px;
  background: transparent;
  padding: 0;
  margin-top: 15px;
}

.colm-main-box a:hover {
  background-color: transparent;
  color: #000;
}

.monetize-services-colm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  position: relative;
}
.service-bg-section-main img {
    width: 70px;
}
.our-tracking-three-set {
    background: #000;
    padding: 60px 0px;
}
@media only screen and (max-width: 1349px) {
  .monetize-your-mobile {
    padding: 65px 0;
  }

  .monetize-services-description h2 {
    font-size: 42px;
    margin: 0 0 10px;
  }

  .monetize-services-colm {
    gap: 40px;
    margin: 40px 0 0;
  }

  .colm-main-box {
    padding: 35px 20px;
  }

  .colm-main-box p {
    font-size: 18px;
  }

  .monetize-services-description p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .monetize-services-description p {
    font-size: 19px;
    line-height: 32px;
  }

  .monetize-services-colm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .monetize-your-mobile {
    padding: 50px 0 60px;
  }

  .monetize-services-description h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .monetize-services-colm {
    gap: 22px;
    margin: 30px 0 0;
  }

  .monetize-services-description p {
    font-size: 17px;
    line-height: 28px;
  }

  .colm-main-box h3 {
    font-size: 20px;
    margin: 10px 0px;
  }

  .colm-main-box p {
    font-size: 16px;
  }

  .colm-main-box a {
    font-size: 18px;
  }

  .monetize-services-description h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .monetize-services-colm {
    grid-template-columns: repeat(1, 1fr);
  }

  .colm-main-box {
    padding: 30px 20px;
  }
}

/*** Services End ***/

/*** Col Faq ***/
.col-faq-main {
    padding: 60px 0px 60px 0px;
    background: #000;
}

.col-faq-main .head-main h2 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}

.accordion {
  width: 100%;
  max-width: 930px;
  margin: auto;
  overflow: hidden;
}

.accordion-item {
  margin: 0 0 12px;
  border-bottom: 2px solid #00B4FF1A;
}

.accordion-header {
  background: #000;
  padding: 20px;
  font-size: 24px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #FFF;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #000;
  font-size: 20px;
  transition: all .5s ease-in-out;
}
.accordion-content p{
  margin-bottom: 1rem;
  color: #ffffff;
}
.icon {
  font-size: 25px;
  transition: transform 0.3s ease;
}

.accordion-header.active .icon {
  transform: rotate(45deg);
  /* Plus turns into an X */
}

.accordion-header.active {
  color: #00b4ff;
}

.faq-content {
  margin: 45px 0 0;
}

@media only screen and (max-width: 1349px) {
  .col-faq-main {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .col-faq-main .head-main h2 {
    font-size: 30px;
  }

  .accordion-header {
    font-size: 18px;
  }

  .col-faq-main {
    padding: 55px 0;
  }

  .accordion-content p {
    font-size: 16px;
  }

  .faq-content {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-header {
    padding: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .accordion-content {
    padding: 0 18px 7px;
  }

  .col-faq-main {
    padding: 40px 0;
  }
}

/** Col Faq End ***/

/*Cta Start*/
.col-cta-main {
  padding: 0 0 50px 0;
  background: #000;
}

.col-cta-main .head-main h2 {
  font-size: 48px;
  font-weight: 800;
}

.col-cta-main .head-main {
  text-align: center;
  background: linear-gradient(321deg, #00202D 21.35%, #000406 78.17%);
  color: #fff;
  padding: 40px;
  max-width: 930px;
  margin: auto;
  border-radius: 10px;
}

.col-cta-main .head-main p {
  font-size: 20px;
}

@media (max-width: 991px) {
  .col-cta-main .head-main h2 {
    font-size: 30px;
  }

  .col-cta-main .head-main p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
.col-cta-main{
   padding: 0 0 40px 0;
}
}
/*** Footer ***/
.footer {
  background: #151515;
  color: #c1c1c1;
  padding: 60px 0;
  text-align: center;
}

.footer-hr {
  background: #706f6fc4;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.footer a{
  color: #c1c1c1;   
}
.footer-navigation{
  padding: 50px 0 10px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 50px;
  font-size: 19px;
}
ul.footer-navigation a:hover {
  color: rgb(0, 180, 255);
} 

.footer-navigation li{
  display: inline;
}
@media (max-width:862px) {
  .footer-navigation{
      gap: 20px;
  } 
  .footer-navigation li{
      padding:0 10px;
  }  
}
@media (max-width:768px) {
  .footer-navigation{
      gap: 20px;
  }      
}
@media (max-width:768px) {
  .footer-navigation{
      display: block;
  }   
}
.footer-navigation li {
  position: relative;
}
.footer-navigation li+li:before{
 content: "";
 position: absolute;
 width: 6px;
 height: 6px;
 left: -30px;  
 top: 40%;
 background:#00B4FF;
 border-radius: 100px;
}
@media (max-width:768px) {
  .footer-navigation li+li:before{
    left: -3px;
  }
}
@media (max-width:600px) {
  .footer-navigation li+li:before{
    display: none;
  }
}
@media (max-width:595px) {
.footer-navigation li+li {
    display: block;
    margin-top: 10px;
}
.footer-navigation{
  padding: 20px 0px;
}
.footer-hr{
  margin-top: 0px;
}
.footer{
  padding: 30px 0px;
}
}
/*** footer End ***/


/** Numbering Section */
.numbring-box {
  padding: 70px;
  position: relative;
  height: 100%;
}

.affiliate-numbring {
  text-align: center;
  background: #0a1f44;
  color: #fff;
}

.affiliate-numbring h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4fffc6;
  margin: 0;
}

.affiliate-numbring h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.numbring-box.box-1 {
  position: relative;
}

.numbring-box.box-1:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background: #657da9;
  right: 0;
}

.numbring-box.box-1:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4fffc6;
  right: -4px;
  top: 10%;
}

.numbring-box.box-2:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background: #657da9;
  right: 0;
}

.numbring-box.box-2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4fffc6;
  right: -4px;
  top: 10%;
}

@media (max-width: 768px) {
  .numbring-box {
    padding: 30px 10px;
    position: relative;
    height: 100%;
  }

  .affiliate-numbring h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .numbring-box.box-1:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background: #657da9;
    right: 0;
    height: 2px;
  }

  .numbring-box.box-1:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4fffc6;
    right: 50%;
    top: 97%;
  }

  .numbring-box.box-2:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background: #657da9;
    right: 0;
    height: 2px;
  }

  .numbring-box.box-2:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4fffc6;
    right: 50%;
    top: 97%;
  }
}

/*Time To Converting*/
.time-to-start-converting {
  background: #0D0D0D;
  color: #fff;
}
.time-to-start-converting p {
  color: #9FE3FF;
}
.market-tt.reset2 .text-side{ 
  text-align: center; 
}
.market-tt.reset2 .text-side h2{
  font-size: 60px; 
  text-align: center;
}
.market-tt.reset2 .text-side h3{ 
  font-size: 20px; 
  text-align: center;
  margin-bottom: 20px;
}

.market-tt.reset2 .text-side p span{
  color:#fff;
  font-weight: bold;
  font-style: italic; 
  font-size: 25px;
}

.time-to-start-converting h2 {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
}

.time-to-start-converting li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 15px;
  color: #FFFFFF;
}
.time-to-start-converting ul {
  line-height: 22px;
}
.time-to-start-converting li:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #00b4ff;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  left: 0;
  top: 6px;
}
@media (max-width: 768px) {
  .market-tt.reset2 .text-side h2{
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .time-to-start-converting .text-side {
    margin: 30px 0px;
  }
}

/*Performance Marketing*/
.performance-marketing {
  padding: 60px 0;
  background: #000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.performance-marketing .container{
  position: relative;
  z-index: 1;
}
.performance-marketing:after{
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -25%;
}
.performance-marketing::before{
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    bottom: 0;
    left: -25%;
}
.performance-marketing-boxs {
  max-width: 1083px;
  margin: auto;
  position: relative;
}

.performance-marketing h2 {
  font-size: 48px;
  font-weight: 700;
}

.single-bx {
  background: #FFF;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 430px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.performance-marketing-boxs .single-bx h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 20px 0 0 0;
    color: #000;
}

.performance-marketing-boxs .single-bx p {
    font-size: 18px;
    color: #929292;
}

.performance-marketing-boxs .single-bx {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.performance-marketing-boxs .single-bx.first {
  background-image: url("../images/Smartlinks.jpg");
}

.performance-marketing-boxs .single-bx.second {
  background-image: url("../images/Custom_Net.jpg");
}

.performance-marketing-boxs .single-bx.third {
  background-image: url("../images/Pay_Per_Call.jpg");
}

.performance-marketing-boxs .single-bx.bx-5 {
  background-image: url("../images/Meta_CAPI.jpg");
  margin-bottom: 0;
}


.performance-marketing-boxs .single-bx.fourth {
  background-image: url("../images/Custom_Networks.svg");
}

.performance-marketing-boxs .single-bx.bx-6 {
  background-image: url("../images/Weekly_Payouts.jpg");
  margin-bottom: 0;
}



@media (max-width: 991px) {
  .time-to-start-converting h2 {
    font-size: 25px;
  }

  .time-to-start-converting {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .performance-marketing h2 {
    font-size: 30px;
  }

  .single-bx {
    padding: 20px;
  }

  .performance-marketing-boxs .single-bx h3 {
    font-size: 20px;
	  
  }

  .performance-marketing-boxs .single-bx p {
    font-size: 16px;
  }

  .single-bx {
    height: 350px;
  }
}
@media (max-width: 576px) {
.performance-marketing-boxs .single-bx.bx-5{
  margin-bottom: 30px;
}
}
/*testimonials*/
.testimonials-sec {
  padding: 60px 0;
  background: #0a1f44;
  color: #fff;
  background: linear-gradient(333deg, #00202D 25.89%, #000406 90.67%);
}

.testimonials-sec h2 {
  font-size: 48px;
  font-weight: 700;
}

.c-img {
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
}

.cleint-detils {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.cleint-detils .c-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.cleint-detils .c-content p {
  font-size: 18px;
  color:#00b4ff;
}

.testimonial-content .testi-text {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonials-sec h2 {
    font-size: 30px;
  }

  .testimonial-content .testi-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }

  .cleint-detils {
    justify-content: center;
  }

  .c-img {
    width: 70px;
    height: 70px;
  }

  .cleint-detils .c-content h4 {
    font-size: 20px;
  }

  .cleint-detils .c-content p {
    font-size: 16px;
  }

  .cleint-detils {
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
}

/*slick dots START */
.slick-dots {
  list-style: none;
  display: inline-flex !important;
  text-align: center;
  padding: 0;
  width: 100%;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}

.slick-dots li button {
  border: 0;
  background: #00b4ff69;
  display: block;
  width: 0px;
  height: 0px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 100px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background-color: #fff;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: var(--white-bg-c);
  opacity: 40%;
}

.slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  opacity: 100%;
  border-radius: 100px;
}

.slick-dots li button::before {
  content: "";
}

/*section component*/
.section{
    padding: 70px 0px;
}
@media (max-width:600px) {
.section{
    padding: 40px 0px;
}  
  .home-banner{
    padding: 30px 0px;
  }
}
.section h2{
    font-size: 48px;
    font-weight: 700;
}
.aff-stroke-set{
  background:  linear-gradient(0deg,rgba(13, 13, 13, 1) 0%, rgba(0, 180, 255, 1) 100%);
  padding: 1px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.aff_btm_sec{ 
    background: linear-gradient(180deg, #252525 0%, #0D0D0D 100%);
    min-height: 180px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}
.aff_btm_sec h2 {
    font-size: 28px;
    color: #fff;
}
.aff_btm_sec p {
    line-height: 22px;
    color: #9FE3FF;
}
.arrow_right {
    position: absolute;
    top: 72px;
    right: -52px;
    z-index: 1;
}

@media (max-width:1060px) {
    .section h2{
        font-size: 35px;
        font-weight: 700;
    }   
}
@media (max-width:1060px) {
    .section h2{
        font-size: 25px;
        font-weight: 700;
    }  
}
@media (max-width:768px) {
  .arrow_right {
    position: absolute;
    top: 90%;
    right: 40%;
    z-index: 1;
    transform: rotate(90deg);
}
}

/*Inner Banner*/
.Inner-banner {
    padding: 150px 0;
    text-align: center;
    background: linear-gradient(77deg, #00202D 22.54%, #000406 85.37%);
}
.Inner-banner h1{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    width: 80%;
    margin: auto;
}
.Inner-banner h1 .text-grey{
 color: #00b4ff;
}

.Inner-banner p{
    width: 80%;
    padding: 20px 0;
    margin: auto;
    font-size: 20px;
  color: #9FE3FF;
}
@media (max-width:1160px) {
    .Inner-banner h1{
        width: 80%;
        font-size: 50px;
    }   
}
@media (max-width:900px) {
    .Inner-banner h1{
        width: 100%;
        font-size: 50px;
    }   
    .Inner-banner p{
        width: 60%;
    }
}
@media (max-width:600px) {
    .Inner-banner p{
        width: 100%;
    }
    .Inner-banner h1{
        font-size: 35px;
    }   
    .Inner-banner{
        padding: 70px 0;
    }
    
}

/*Verticals*/
.in-depth {
    width: 80%;
    margin: 0 auto;
}
.in-depth .colm-main-box img {
    height: 70px;
    object-fit: contain;
}
@media (max-width:600px) {
    .in-depth {
        width: 100%;
    }  
}

/*Advertisers*/
.three-section-bg{
      background: #000;
      color: #fff;
      position: relative;
      overflow: hidden;
}
.three-section-bg::after{
     content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -25%;
}
.three-section-bg::before {
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    bottom: 0;
    left: -25%;
}
.ad-data-collection h2 {
    font-size: 24px;
    color: #0a1f44;
    margin: 0;
}
.data-collection-box hr {
    border-top: 1px solid;
    border-color: #a7a7a7;
}

.data-collection-box h3 {
    font-size: 36px;
    font-weight: 700;
    color: #00b4ff;
}
.all-inclusive {
    padding: 70px 0 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.all-inclusive::before {
    content: "";
    position: absolute;
    width: 40%;
    right: 0;
    background:#212121;
    height: 100%;
    top: 0;
    opacity: 20%;
}
.all-inclusive.reset::before {
    content: "";
    position: absolute;
    width: 40%;
    left: 0;
    background:#212121;
    height: 100%;
    top: 0;
}
.all-inclusive h2 {
    font-size: 36px;
    font-weight: 700;
}
.captivate-customers .main-hedaing-and-disc {
    text-align: center;
}
.captivate-customers .main-hedaing-and-disc p{
    width: 60%;
    margin: auto;
}
.captivate-customers-bx h3 {
    font-size: 27px;
    font-weight: 600;
}
.captivate-customers-bx {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}
.captivate-customers-bx .bx-num {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #00b4ff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.ad-global-growth {
    background: linear-gradient(333deg, #00202D 25.89%, #000406 90.67%);
    color: #fff;
    position: relative;
}
.ad-global-growth::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: url('../images/global-growth-img.png');
    top: 0;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    left: 0;
}
.marketing-section h2 {
    font-size: 36px;
}
.global-growth-text ul li {
    position: relative;
    padding-left: 20px;
    color: #9FE3FF;
    margin: 0 0 10px 0;
}
strong.white_txt{
  color:#fff;

}
.global-growth-text ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00B4FF;
    left: 0;
    top: 10px;
    border-radius: 100px;
}
.performnce-marketing {
    background: #000;
    color: #fff;
}
@media (max-width:1065px) {
    .all-inclusive h2{
        font-size: 30px;
    }  
    .marketing-section h2{
        font-size: 30px;
    }
    .captivate-customers-bx{
        padding-left: 70px;
    }
    .captivate-customers-bx h3{
        font-size: 25px;
    }
}
@media (max-width:800px) {
    .ad-global-growth::before{
        display: none;
    }
    .captivate-customers .main-hedaing-and-disc p{
        width: 100%;
    }

}
@media (max-width:600px) {
    .captivate-customers-bx h3 {
        font-size: 20px;
    }
    .data-collection-box {
        margin-bottom: 50px;
    }
    .data-collection-box h3{
        margin: 0;
    }
    .data-collection-box hr{
        margin:10px 0;
    }
    .data-collection-box p{
        margin: 0;
    }
}

/* Affiliates Page*/
.affiliates-sec-first{
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.affiliates-sec-first::after{
     content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -25%;
}
.affiliates-sec-first::before {
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    bottom: 0;
    left: -25%;
}
.affiliates-sec-first h2 {
    font-size: 36px;
}
.affiliates-cta-section{
    background:#0D0D0D;
    color: #fff;
}
.affiliates-sec-first .container {
  max-width: 1060px;
  position: relative;
  z-index: 1;
}
@media (max-width:768px) {
.affiliates-sec-first.section .text-side {
  margin-top: 30px;
}
}

/*Marketplace*/
.re-think-brand-protection {
    padding: 70px 0 0 0;
    background: #0D0D0D;
    color: #fff;
}
.out-of-growing{
  background: linear-gradient(333deg, #00202D 25.89%, #000406 90.67%);
}
.re-think-brand-protection h2 {
    text-align: center;
    margin-bottom: 35px;
}
.re-think-brand-bx h2 {
    text-align: left;
}
.re-think-brand-bx {
    position: relative;
    padding: 20px;
    margin-top: 20px;
}
.re-think-brand-bx::before {
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #657da9;
    right: -15px;
}
.re-think-brand-bx::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4fffc6;
    right: -19px;
    top: 10%;
}
.re-think-brand-bx.bx-4::before {
    display: none;
}
.re-think-brand-bx.bx-4::after {
    display: none;
}
.re-think-brand-bxs {
    margin: 60px 0px;
}
@media (max-width:576px) {
    .re-think-brand-bx:before {
        content: "";
        position: absolute;
        width: 100%;
        top:100%;
        background: #657da9;
        right: 0;
        height: 2px;
    }
    .re-think-brand-bx:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #4fffc6;
        right: 50%;
        top: 97%;
    }
}
.smart-industry-text h2 {
    text-align: center;
    width: 80%;
    margin: auto;
}
.smartlink-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 1;
}
.box-smart-ind.smartlink-text-2 {
    padding: 40px;
    background: #212121;
    display: flex;
    align-items: center;
    height: 100%;
}
.box-smart-ind.smartlink-text-1 {
    padding: 40px;
    background: #212121;
    display: flex;
    align-items: center;
    height: 100%;
}
.box-smart-ind.smartlink-text-1 {
    background: #212121;
}
.box-smart-ind {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.box-smart-ind img{
    height: 100%;
    object-fit: cover;
}
.smartlinks-cta-section {
    padding: 60px 0 60px 0px;
    color: #fff;
    background: linear-gradient(333deg, #00202D 25.89%, #000406 90.67%);
}
.smartlinks-cta-section h2 {
    width: 80%;
    margin: 30px auto 20px auto;
    font-size: 48px;
    font-weight: 700;
}
.smartlinks-cta-section p{
    width: 50%;
    margin: 0px auto 20px auto
}
.box-smart-ind  ul li{
    position: relative;
    padding-left: 20px;
}
.box-smart-ind  ul li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #00b4ff;
    border-radius: 100px;
    left: 0;
    top: 10px;
    opacity: 0.7;
}
@media (max-width:768px) {
    .smartlink-grid{
        grid-template-columns: 1fr;
    }   
    .box-smart-ind img{
        width: 100%;
    }
    .smartlinks-cta-section h2{
        width: 100%;
        font-size: 30px;
    }
    .smartlinks-cta-section p{
     width: 100%;
    }
    .monetize-services-colm{
        gap: 0;
    }
}
.ver-sec.time-to-start-converting {
    background: #0a1f44;
}
.market-tt.time-to-start-converting .container {
  width: 100%;
  max-width: 1060px;
}
.smartlink-industry{
    padding: 60px 0;
    background: #000;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.smartlink-industry:after{
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    top: 0;
    right: -25%;
}
.smartlink-industry::before{
    content: "";
    position: absolute;
    width: 762.8px;
    height: 762.8px;
    border-radius: 762.8px;
    background: rgba(0, 180, 255, 0.60);
    filter: blur(512px);
    bottom: 0;
    left: -25%;
}
@media (max-width:576px) {
  .revrse-on-phone{
        flex-direction: column-reverse;
  }
}
.our-tracking-three-set {
    background: #000;
    color: #fff;
}

/*** Logo List ***/
.col-logo-list {
    background: linear-gradient(77deg, #00202D 22.54%, #000406 85.37%);
     padding: 20px 0px 20px 0px;
}

.logo-div img {
    width: 150px;
    object-fit: contain;
    margin: auto;
    filter: invert(1);
}

.logo-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-slider {
  display: flex;
  gap: 50px;
  animation: scrollSlider linear infinite;
}

.logo-slide {
  flex-shrink: 0;
  width: auto;
  margin-right: 20px;
  overflow: hidden;
  border-radius:10px;
}

.logo-slide img {
    height: 100px;
    display: block;
    width: 162px;
    object-fit: contain;
    opacity: 0.6;
}
@keyframes scrollSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width:600px) {
  .logo-slide img {
    height: 100px;
    display: block;
    width: 120px;
    object-fit: contain;
}
}

/*** Logo List End ***/

/*form-apliction-style-start*/
.af-network-a-container {
  --form-bg-color: #161b22;
  --text-color: #9FE3FF;
  --label-color: #8b949e;
  --input-bg-color: #062533;
  --input-border-color:#4F95B5;
  --accent-color: #00B4FF;
  --accent-hover-color: #fff;
  --icon-color: #9FE3FF;
  width: 100%;
  color: var(--text-color);
  margin: auto;

}
.af-network-a-container-wrapper{
    background: linear-gradient(77deg, #00202D 22.54%, #000406 85.37%);
    padding: 70px 0px;
}
.title-and-discripton {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}
.title-and-discripton h1 {
    font-size: 50px;
    font-weight: 600;
}
.title-and-discripton p {
    color: #9FE3FF;
    font-size: 20px;
}
.af-network-a-header {
    text-align: center;
    margin-bottom: 40px;
}

.af-network-a-header h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}

.af-network-a-header p {
    font-size: 16px;
    color: var(--label-color);
}

.af-network-a-form-section {
  margin-bottom: 35px;
  padding: 40px;
  border: 1px solid #ffffff2e;
  border-radius: 10px;
}
.af-network-a-form-section .innner-label-heading{
  color: #fff;
}
.af-network-a-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--text-color);
    padding-bottom: 10px;
}

.af-network-a-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.af-network-a-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.af-network-a-full-width {
    grid-column: 1 / -1;
}

.af-network-a-form-field label {
    font-size: 18px;
    font-weight: 500;
    color: var(--input-border-color);
    font-family: "Proxima Nova Rg";
}

.af-network-a-form-field input[type="text"],
.af-network-a-form-field input[type="email"],
.af-network-a-form-field input[type="password"],
.af-network-a-form-field input[type="url"],
.af-network-a-form-field input[type="tel"],
.af-network-a-form-field select,
.af-network-a-form-field textarea {
    width: 100%;
    background-color: var(--input-bg-color);
    border-radius: 6px;
    padding: 12px;
    font-size: 18px;
    color: var(--text-color);
    transition: border-color 0.2s, box-shadow 0.2s;
    border: none;
    font-family: "Proxima Nova Rg";
}

input::placeholder,
textarea::placeholder {
    color: #4F95B5;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color:#fff;
}
.af-network-a-form-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%238b949e' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
.af-network-a-form-section svg path{
  fill: var(--icon-color);
}
.af-network-a-checkbox-group, .af-network-a-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.af-network-a-checkbox-item, .af-network-a-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.af-network-a-checkbox-item:hover, .af-network-a-radio-item:hover {
    border-color: var(--label-color);
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.af-network-a-custom-checkbox, .af-network-a-custom-radio {
    width: 25px;
    height: 25px;
    background-color: #0000;
    border: 2px solid var(--input-border-color);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s, border-color 0.2s;
}
.af-network-a-custom-radio {
    border-radius: 50%;
}
.af-network-a-custom-checkbox i, .af-network-a-custom-radio i {
    color: white;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.2s;
}
  input[type="checkbox"]:checked + .af-network-a-custom-checkbox {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3e%3cpolyline points='1.5 6 4.5 9 10.5 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}
input[type="radio"]:checked + .af-network-a-custom-radio {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='3' fill='white'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
input[type="checkbox"]:checked + .af-network-a-custom-checkbox i,
input[type="radio"]:checked + .af-network-a-custom-radio i {
    opacity: 1;
}

.af-network-a-agreement-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.af-network-a-agreement-section label {
      color: var(--text-color);
}
.af-network-a-agreement-section a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
}
.af-network-a-agreement-section a:hover {
    text-decoration: underline;
}

.af-network-a-submit-btn {
  width: 100%;
  text-align: center;
  border: none;
  justify-content: center;
}
.af-network-a-submit-btn:focus{
  outline: none;
}
.af-network-a-submit-btn:hover {
    color: #000;
    background-color: var(--accent-hover-color);
}
.term-cond label{
  color: #fff;
}
.term-cond label a{
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 768px) {
    .af-network-a-form-grid {
        grid-template-columns: 1fr;
    }
   .af-network-a-header h1 {
        font-size: 24px;
    }
    .title-and-discripton h1{
      font-size: 30px;
    }
    .af-network-a-form-section{
      padding: 25px;
    }
    .af-network-a-section-title{
      font-size: 16px;
    }
    .term-cond label{
      font-size: 12px;
    }
}