/*custom styling*/
body {
    overflow-x: hidden;
}
.for-mobile {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #44bd22;
    background-color: #1e1f1e;
    transition: 0.4s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.navbar-light .navbar-toggler {
 	border-color: #FF9800;
}
main {
	background: url(img/jv-header-bg-min-4.png);
	background-size:cover;
    background-color: #000;
	background-repeat:no-repeat;
}
main .wrapper {
    background-color: #44bd22;
    display: block;
    margin: auto;
    width: 70%;
    border-radius: 10px;
    margin-top: 20px;
}
main .logo {
    position: absolute;
    top: -26px;
}
main .vsl {
    border-radius: 20px;
}
.button2 {
	display: block;
    margin: auto;
    background-color: #44bd22;;
    border: unset;
    padding: 20px;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-family: 'ComicSans', sans-serif;
}
#buttons {
    background: url(img/button_bg.png);
    background-size: cover;
}
#buttons .aff-button {
    background-color: #890609;
    color: white;
    padding: 17px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 4px;
    border: 3px solid #ff8900;
}
#buttons .aff-button:hover {
    text-decoration: none;
    background-color: #000;
    color: #ff8900;
    transition: 0.4s;

}
#buttons .small-font{
    font-size: 17px;
}
#buttons .aff_wrapper {
    background: url(img/aff_bg.png);
    background-size: cover;
    padding-left: 40px;
    padding-right: 121px;
    padding-bottom: 195px;
    padding-top: 225px;
    padding-top: 275px;
}
#buttons .aff-button {
    background-color: #890609;
    color: white;
    padding: 17px;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 4px;
    border: 3px solid #ff8900;
    margin-right: -40px;
}
#buttons .aff-button:hover {
    text-decoration: none;
    background-color: #000;
    color: #ff8900;
    transition: 0.4s;

}
#software {
    background: url(img/header_bg.png);
	background-size:cover;
	background-repeat:no-repeat;
}
#software .small-font{
    font-size: 17px;
}
#software .aff_wrapper {
    background: url(img/aff_bg.png);
    background-size: cover;
    padding-left: 40px;
    padding-right: 121px;
    padding-bottom: 195px;
}
#software .wrapper2 {
    background: url(img/jv-header-bg-min-4.png);
    background-size: cover;
    background-color: white;
    border: 10px solid #0ef518;
    border-radius: 5px;
}
#software .container {
    padding-bottom:unset;
}
#software .mbot {
    margin-bottom: unset;
}
.wrapper2 .mtop {
    margin-top: -125px;
}
#demo {
    background: url(img/jv-header-bg-min-4.png);
    background-size: cover;
    background-color:   #000;
    background-position: TOP;
}
#demo .head {
    font-size: 60px;
}
#demo .demo-video {
    border: 13px solid #ff8700;
    border-radius: 20px;
}
#otos {
    background: url(img/bg4.png);
    background-size: cover;
    border-radius: 5px;
    background-attachment:fixed ;
}
#otos .wrapper2 {
    background: url(img/bg2.png);
    background-size: cover;
    background-color: white;
    background-attachment: fixed;
    border: 10px solid #00b57c;
    border-radius: 5px;
}
#otos .head {
    font-size: 85px;
}
#otos .head2 {
    font-size: 30px;
}
#otos .row {
    padding-left:30px;
    padding-right:30px;
}
#contest {
    background: url(img/jv-header-bg-min-4.png);
	background-color: #000;
	background-repeat:no-repeat;
}
#calendar {
    background: url(img/bg4-1.png);
    background-size: cover;
    border-radius: 5px;
    background-attachment:fixed ;
}
#calendar .wrapper {
    background: url(img/bg2.png);
    background-size: cover;
    background-color: white;
    border: 10px solid #00b57c;
    border-radius: 5px;
}
#swipes {
    background: url(img/jv-header-bg-min-4.png);
	background-size:cover;
	background-repeat:no-repeat;
}
textarea {
font-family: 'Poppins', sans-serif;
height: 349px;
display: block;
margin: auto;
width: 75%;
background-color: #000;
padding: 50px;
color: white;
}
.fb-button {
	display: block;
    margin: auto;
    text-decoration: none;
    background-color: #3043bf;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    width: 25%;
}
.fb-button:hover {
	text-decoration: none;
	color: #3043bf;
	background-color: #fff;
}

.icon {
  	background: #eb0202;
    color: white;
    min-width: 50px;
    text-align: center;
    padding: 24px;
}

footer {
	background-color:#000;
}
footer a {
	color:#78d5f3;
}
footer p {
	color: #2b6a88bd;
}
.footer-text {
	font-size:15px;
}
@media (max-width: 1680px) {
    main #full {
        padding-right: 100px;
        padding-left: 100px;
    }
    main #full2 {
        padding-right: 200px;
        padding-left: 200px;
    }
}
@media (max-width: 1450px) {
    main #full {
        padding-right: 50px;
        padding-left: 50px;
    }
    main #full2 {
        padding-right: 100px;
        padding-left: 100px;
    }
}
@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        margin-left: 84px;
    }
    main #full {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    #buttons .aff_wrapper {
        padding-right: 15px;
        padding-top: 190px;
    }
}
@media (max-width: 1174px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px
    }
}
@media (max-width: 1086px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 10px
    }
}
@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px
    }
    .navbar-expand-lg .navbar-collapse {
        margin-left: unset;
    }
    #buttons .aff_wrapper {
        padding-left: unset;
        padding-right: unset;
        padding-bottom: unset;
        padding-top: 137px;
    }
    #buttons .aff-button {
        font-size: 15px;
    }
    textarea {
        width:100%;
    }
}
@media (max-width: 767px) {
    .for-mobile {
        display: inline-block;
    }
    .for-desktop {
        display: none;
    }
    p {
        font-size: 18px;
    }
    h2 {
    	font-size: 30px;
    }
    h1 {
    	font-size: 30px;
    }
    h4 {
    	font-size: 25px;
    }
    main .wrapper {
    	width: 100%;
    }
    .wrapper p {
    	font-size: 15px;
    }
    .mtop {
    	margin-top: 60px;
    }
    #buttons .aff_wrapper {
        padding-top: 178px;
    }
    .mtop4 {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
   main .head {
        font-size: 24px;
    }
    main .sub-wrapper1 {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: -30px !important;
}
    main .sub-wrapper {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: -0px !important;
}
     main .head1 {
        font-size: 24px;
        margin-top: -18PX;
    }
     main .head2 {
        font-size: 24px;
        margin-top: 0PX;
    }
     main .head3 {
        font-size: 24px;
        margin-top: 0PX;
    }
     main .head4 {
        font-size: 11px;

    }

    .green {
         color: #05c30e;
         font-size: 19px;
    }

    .dark {
         color: #000000;
         font-size: 19px;
    }

    .fb-button {
    display: block;
    margin: auto;
    text-decoration: none;
    background-color: #3043bf;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    width: 36%;
}

    #product .funnel {
        font-size: 70px;
    }
    .hi{
        font-size: 22px !important;
    }

    .bundle {
        width: 70% !important;
    }

    #affiliates .aff-button {
        background-color: #53beee;
        color: white;
        padding: 17px;
        display: block;
        margin: auto;
        text-align: center;
        font-size: 18px;
        border-radius: 50px;
    }

    main .head3-1 {
    font-size: 40px;
    margin-top: 0px;
    } 

    #bonus-page .head {
        font-size: 60px;
    }
    #bonus-page a {
        font-size: 17px;
    }
    .mobile-hidden {
        display: none;
    }
    .for-mobile{

        display: block !important;
    }

    .for-desktop{

        display: none;
        }
  main  .head{

        display: block !important;
        }
  main .head{

        display: none;
        }
}
