@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html {
    scroll-behavior: smooth;
  }

body {
    position: relative;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
body,
html { 
    height: 100%;
    font-family: "Nunito Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}
 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.top-navbar{
top:50% !important;
width: 5%;
}
 

.side-navbar {
  width: 100%;
  height: 100vh;
  position: fixed;
  margin-left: -100%;
  background-color: #FFFFFF;
  transition: 0.5s;
  z-index: 999;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
  background-color:transparent;
  color:#000;
}

.my-container {
  transition: 0.4s;
}

.active-nav {
  margin-left: 0;
}

/* for main section */
.active-cont {
  margin-left: 100%;
}

#menu-btn {
  background-color: #6B58D7;
  color: #fff;
  margin-left: -68px;
  padding: 10px 20px 10px 40px;
  border-radius: 19%;
}

.my-container input {
  border-radius: 2rem;
  padding: 2px 20px;
}

.sidemenu{
    margin-left:100px;
    padding-top:100px;
    display: block;
 
}

.sidemenu li a{
    font-size: 49px;
    color:#000;
    font-weight: 700;
}
.nav-link{
    padding:0;
}
.menu{
    width: 400px;
}

.menu a{
    font-size: 22px;
 
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding: 4px 0;
  }
  .menu a::before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
  }
  .menu a:hover::before{
    transform: scale3d(1,1,1);
  }
  .menu-1 a::before{
    background: #6B58D7;
    transform-origin: 100% 50%;
  }
  .menu-1 a:hover::before{
    transform-origin: 0 50%;
  }

  .btncontact{
    width: 350px;
    margin-top:40px;
  }

  .btneffect{
    background-size: 300%;
    transition: all 0.6s;
    background-color: #000;
  }
  .btneffect:hover {
    color: #fff;
    background-position: 100%;
    transform: translateX(0.5rem);
  }
  
  .btneffect:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
  }

  .btncontact .btn-danger{
    background-color: #000;
    color:#FFFFFF;
    border:0;
    
    padding:25px 50px;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;

    border-radius: 50px;

    
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #000000 50%, #6B58D7 50%);
  }

.sidefooter{
    padding-top:100px;
}

@media (max-width: 767px) {
    .sidemenu li a {
        font-size: 32px;
        color: #000;
        font-weight: 700;
    }

    .sidemenu {
        margin-left: 50px;
        padding-top: 100px;
        display: block;
    }

}



/* logo */ 

.logo{
    display: flex;
    justify-content:start;
    margin-bottom:75px;
}

/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  @media (max-width: 767px) {
    .outter.hero-video {
      height: 100vh;
    }
  }
  
  .hero-video .video-container {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .hero-video .video-container {
      height: 100vh;
    }
  }
  .hero-video video {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
  }
  @media (max-width: 767px) {
    .hero-video video {
      height: 100vh;
    }
  }
  .hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .hero-video h1 {
   
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: white;
    
  }
  @media (max-width: 767px) {
    .hero-video h1 {
      font-size: 38px;
      font-weight: 700;
    }

  }

  @media (min-width: 768px) {

    .hero-video h1 {
      font-size: 70px;
      font-weight: 700;
 
    }

    .callout2 h1.h1txt {
        font-size: 70px;
        font-weight: 700;
        text-align: center;
      }

  }
  .hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
  }
  .hero-video .callout {
 
    display: flex;
    justify-content: start;
    align-items: left;
    flex-direction: column;
    height: 100%;
    text-align: left;
 
    z-index: 10;
    width: 100%;
    margin: auto;
    padding-top:100px;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    padding:50px;
    position: relative;
  }

  .hero-video .callout2 {
 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: left;
 
    z-index: 10;
    width: 100%;
    margin: auto;
    padding-top:100px;
    /* text-transform: capitalize; */
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    padding:50px;
    position: relative;
  }

  .herolist{
    margin-top:10px;
    border-left:3px solid #6B58D7; padding-left:30px;
    font-size: 30px;
    width: 300px;
  }

  .herolist2 {
    margin-top: 70px;
    border-left: 3px solid #6B58D7;
    padding-left: 30px;
    font-size: 30px;
    width: 70%;
}

  .herolist2 p{
    font-size: 18px;
  }

  .alist{
    display: flex;
    justify-content:space-between;
    align-items: end;
    
  }

  .alist1{
    display: contents;
    text-align: center;
    align-items: center;

 
    
  }

  .alist1 .mouse_scroll{
    margin-top:100px;
  }
  .alist li{
    padding:10px 0;
    font-weight: 700;
    line-height: 26px;
    font-size: 28px;
  }
  @media (max-width: 767px) {
    /* .hero-video .callout {
      width: 90%;
    } */
  }
  .hero-video .button {
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #82bb00;
    padding: 15px 30px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  @media (max-width: 767px) {
    .hero-video .button {
      padding: 10px 20px;
    }
  }
  .hero-video .button:hover {
    cursor: pointer;
    background-color: #6e9e01;
  }


  /* mouse effect */


.mouse_scroll {
	/* display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 125px; */
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/* scrolldown */

/* copy from here */
.scrolldown {
    --color: white;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  
  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
  }
  
  @keyframes scrolldown-anim {
    0% {
      opacity: 0;
      height: 6px;
    }
    40% {
      opacity: 1;
      height: 10px;
    }
    80% {
      transform: translate(0, 20px);
      height: 10px;
      opacity: 0;
    }
    100% {
      height: 3px;
      opacity: 0;
    }
  }
  .chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .chevrondown:nth-child(odd) {
    animation: pulse 500ms ease infinite alternate;
  }
  .chevrondown:nth-child(even) {
    animation: pulse 500ms ease infinite alternate 250ms;
  }
  @keyframes pulse {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.5;
    }
  }
  /*copy until here */


  #about{
    height: 100vh;
    position: relative;
  }

  #aboutDesktop{
        display: block;
  }
  #aboutMobile{
        display: none;

  }

  #aboutMobile h1{
        font-size:32px;
        font-weight: 700;
  }
  #aboutMobile p{
    font-size:22px;
    color:#FFFFFF;
  }

  @media (max-width: 768px) {
    #aboutDesktop{
        display: none !important;
        }
    #aboutMobile{
        display: block;
        background-color: #6B58D7;

        color:#FFFFFF;
    }
  }

  


  .black{
    background-color:#000;
  }

  .trapezoid{	
    background-image: linear-gradient(420deg, transparent 0, transparent 40%,#6B58D7 0%)
  }
  .abouttext{
    display: flex;
    justify-content:end;
    position:absolute;
  }

  .atextdiv{
    width: 48%;
    padding:50px;
    display: flex;
    align-items:center;
  }

  .abouttext h1{
    color:#FFFFFF;
    font-size: 78px;
    font-weight: 700;
  }

  .abouttext p{
    color:#FFFFFF;
    font-size: 26px;
  }

  #services h1{
    font-size:68px;
    font-weight: 700;
  }

  #services a{
    color:#FFFFFF;
  }
 #advertiserdiv{
    background-color: #000000;
  }
 #affiliatediv{
    background-color: #6B58D7;
  }

  #features h3{
    font-size: 40px;
    font-weight: 700;
  }

  .fbox{
    padding:80px 80px;
  }

  .bg2{
    background-color: #F2F0FF;
  }
  .bg3{
    background-color: #DCD6FF;
  }

  .parallaxdiv{
    background: url(assets/img/quotes-bg.png) no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    height: 575px;
    color:#FFFFFF;
    padding:0 80px;
  }
  .parallaxdiv h2{
    font-size:50px;
    font-weight: 700;
  }

  footer{
    background-color: #1A1A1A;
    padding:50px 20px;
  }

  .btn-group{
    font-size:31px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
  }

  .btnfooter {
    background-color: #6B58D7;
    border:3px solid #6B58D7;

    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;

    font-size:12px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;

    padding: 5px;
}
  .btn-group>.btn:not(:first-child) {
    background-color: #6B58D7;
    border:3px solid #6B58D7;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;

    font-size:28px !important;
    line-height: 36px !important;
    text-transform: uppercase !important;

    padding: 20px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {


    background-color: #000;
    border:3px solid #6B58D7;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

    font-size:28px !important;
    line-height: 36px !important;
    text-transform: uppercase !important;

    padding: 20px;
}

.imge{
    margin-top:-3px;
}

@media (max-width: 991px) {
    .fsocial{ display:block !important; 
        text-align: center !important;
    }
    .fsocial p{
        margin-top:20px;
    }

    .btnGroupdiv{
        text-align: center;
        margin-top:20px;
    }

    #services .row{
        height:  auto !important;
    }

}


.mobilefooter{
    display: none;
}
@media (max-width: 768px) {
    .mobilefooter{
        display: block;
    }
    .btn-group{
        display: none;
    }
}


/* affiliate page*/
#affiliateMain{
    background: url(assets/img/affiliate-big.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}
#advertiserMain{
    background: url(assets/img/advertisers-big.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

#affiliateMain h1,
#advertiserMain h1 {
    color:#FFFFFF;
    font-weight: 700;
    font-size: 78px;
}

#whyaffiliate h3,
#advertiserMain h3{
 
    font-weight: 700;
    font-size: 32px;
}

#whyaffiliate h5{
    font-weight: 700;
 
}
.adesc{
    border-left:3px solid #6B58D7;
    width:60%;

    font-size: 22px;
    line-height: 35px;
    padding-left:20px;
}

@media (max-width: 767px) {

  #about {
    height: 100% !important; 
    position: relative;
  }
  
    .affdiv,
    .descblock{
        display: block !important;
        align-items: center !important;
    }
    .adesc{
        margin:auto;
    }
}

/* contact form */

.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    position: fixed;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none;
  }

  .formbold-form-wrapper.active {
    display: block;
  }

  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  .formbold-form-header {
    background: #6a64f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 36px;
    border-radius: 8px 8px 0px 0px;
  }
  .formbold-form-header h3 {
    font-weight: 700;
    font-size: 20px;
    color: white;
  }
  .formbold-form-header button {
    color: white;
    background: transparent;
    border: none;
  }
  .formbold-chatbox-form {
    padding: 32px 36px;
  }
  .formbold-action-buttons {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .formbold-action-btn {
    width: 70px;
    height: 70px;
    background: #6a64f1;
    color: white;
    border-radius: 50%;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .formbold-action-btn .formbold-cross-icon {
    display: none;
  }

  .formbold-action-btn.active .formbold-cross-icon {
    display: block;
  }

  .formbold-action-btn.active .formbold-chat-icon {
    display: none;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }




  @media (max-width: 567px) {



    .alist{
        display: contents !important;
    }

    .parallaxdiv h2 {
        font-size: 33px;
        font-weight: 700;
    }
    .herolist2{
        margin-top:0;
        width: 90%;
    }
    .alist1 .mouse_scroll {
        margin-top: 20px;
    }

    .hero-video h1 {
        font-size: 30px;
        font-weight: 700;
    }

    .alist li {
        padding: 10px 0;
        font-weight: 700;
        line-height: 26px;
        font-size: 22px;
    }


    #affiliateMain h1, #advertiserMain h1 {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 57px;
    }
     
    .adesc {
        border-left: 3px solid #6B58D7;
        width: 60%;
        font-size: 22px;
        line-height: 26px;
        padding-left: 20px;
    }

    .formbold-main-wrapper{
        padding:30px;
    }

    .cDetails{
        width: 40%;
    }

  }
