@import url(style.css);
@import url(timer.css);

/* Generator Page css */
.quicksend {
    font-family: 'Quicksand', sans-serif;
}
a:hover{
    color: #fff;
}
.whitesection {
    background: #fff;
    padding: 30px 0
}
.formsection {
    padding: 0 0 30px 0
}
.formsection .form_area input[type="text"],
.formsection .form_area input[type="text"]:focus {
    width: 100%;
    box-shadow: none;
    outline: 0;
    border: 1px solid #a8a8a8;
    border-radius: 5px;
    background-color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none !important;
    color: #000;
    padding: 6px 15px
}
.formsection .form_area::-webkit-input-placeholder {
    color: #666
}
.formsection .form_area:-ms-input-placeholder {
    color: #666
}
.formsection .form_area::placeholder {
    color: #666
}
.formsection .form_area input[type="submit"] {
    border-radius: 10px;
    transition: all .3s ease;
    background: linear-gradient(90deg, #EC1C24 -0.02%, #F9B609 99.99%);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: 0;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 15px;
    line-height: 30px;
    font-weight: 700;
    outline: 0;
    white-space: normal
}
.formsection .form_area input[type="submit"]:hover {
    transition: all .3s ease;
    background: linear-gradient(90deg, #F9B609 -0.02%, #EC1C24 99.99%);
}
@media(min-width:768px) {
    .formsection .form_area input[type="submit"] {
        padding: 23px 20px
    }
    .formsection {
        padding: 30px 0 100px 0
    }
}
/* Generator Page css End */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgb(208 219 227 / 58%);
    border-radius: 5px;
}
.white-clr {
    color: #fff;
}
.black-clr {
    color: #000000;
}
.blue-clr {
    color: #182d5a;
}
/* Main Header Section CSS */
.main-header {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/header-bg.gif) no-repeat center center;
    background-size: cover;
    padding: 30px 0px;
}

/* Affiliate Bonus Buy Button */
a.bonusbuy-btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #EC1C24 -0.02%, #F9B609 99.99%);
    backdrop-filter: blur(10px);
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 700;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
a.bonusbuy-btn:hover,
a.bonusbuy-btn:focus {
    transition: all .3s ease;
    background: linear-gradient(90deg, #F9B609 -0.02%, #EC1C24 99.99%)
}
/* Bonus Header Section bg Start Main Css */
.bonus-header {
    padding: 30px 10px 0px 10px;
    background-color: #fff;
}
.bonus-title-bg {
    background: linear-gradient(90deg, #6F209D 0%, #C735F7 100%);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.section-bonus {
    padding: 30px 0px;
    background-color: #fff;
}
.bonus-title-color {
    color: #182d5a;
}
.bonus-list li {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/kap-tick.webp) no-repeat;
    background-position: 0 5px;
    padding-left: 3rem;
    padding-bottom: 25px;
    list-style-type: none;
}
.bonus-list li:last-child {
    padding-bottom: 0px;
}
/* For Header Bg */
.dark-cta-sec {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/cta-btn-bg.webp) no-repeat;
    background-size: cover;
    padding: 30px 0px;
    position: relative;
    z-index: 9999;
}
@media(min-width:768px){
    .dark-cta-sec {
        padding: 60px 0px;
    }
}
.cta-btn-section {
    background-color: #fff;
    padding: 30px 0px;
}
.huge-area {
    padding: 30px 0;
    background: #030331;
}
.white-section {
    background: rgb(255, 255, 255);
    padding: 30px 15px;
}
@media(min-width:768px) {
    a.bonusbuy-btn {
        padding: 20px 50px;
        font-size: 35px;
    }
    a.bonusbuy-btn1 {
        padding: 20px 50px;
        font-size: 35px;
    }
    .main-header {
        padding: 40px  0px;
    }
    .bonus-header {
        padding: 70px 0px 0px 0px;
    }
    .section-bonus {
        padding: 50px 0px;
    }
    
    .huge-area {
        background: #0e0a3b;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 50px 0px;
        color: #fff;
    }
}
/* Exit Pop Up Css Start */

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.modal-body {
    position: relative;
    padding: 15px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 30px;
    opacity: 1;
    outline: none;
    color: #300476 !important;
    font-weight: 400;
    background: #ffe8cc !important;
    top: 1px;
    position: absolute;
    z-index: 2;
    right: 1px;
    padding: 0px 5px 0px 5px !important;
}

.modal-header .close {
    margin-top: -5px;
}

.innerbody {
    border-radius: 10px;
    margin-top: -1%;
    float: left;
    width: 100%;
}

.popupbg {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/exitbg.webp) repeat;
    padding: 8px 0px;
}


/* Media Querry Start */

.footer-section {

    background: #05071A;

    padding: 30px 0px;

    }

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
}

@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}


/* Exclusive-Section */

.exclusive-bonus {
    background: #e95093;
    padding: 30px 15px;
}

.profitmozo {
    padding: 30px 15px;
}

.blue-sky {
    color: #00ccff;
}

.orange {
    color: #f5821f;
}

.underline {
    text-decoration: underline;
}

.heading-head {
    background: -webkit-linear-gradient(#1d2d45 0%, #21385c 50%, #254677 100%);
    background: -o-linear-gradient(#1d2d45 0%, #21385c 50%, #254677 100%);
    background: linear-gradient(#1d2d45 0%, #21385c 50%, #254677 100%);
    width: 100%;
    padding: 1% 0 3%;
}

.fast-easy {
    background: #1d2d45;
    padding: 45px 15px;
}

.profitmozo-action {
    background: #1e2634 url(https://cdn.oppyotest.com/launches/weblio/special-bonus/profitmozo-action.webp);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 15px;
}

 .tr-header-section {
    background: #f7d309;
    padding: 30px 0 30px 0px;
}
.tr-header-section .trpre-heading {
    position: relative;
    padding: 10px 5px;
    display: inline-block;
    color: #f7d309;
    border-radius: 7px;
    background-color: rgb(0, 0, 0);
    transform: skew(-10deg);
}
.tr-header-section .blue-clr, a.blue-clr {
    color: #0a52e2;
    text-decoration: none;
}
.tr-header-section .key-features-bg1 {
    padding: 20px;
    position: relative;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 15px;
}
.tr-header-section .list-head1 {
    list-style: none;
}
.tr-header-section .list-head1 li {
    background: url(https://cdn.oppyo.com/launches/jobiin/special-bonus/launch-tick-green1.webp) no-repeat;
    padding: 10px 0px 10px 30px;
    background-position: 0px 14px;
    text-align: left;
    border-bottom: solid 1px #080038;
}
.tr-header-section .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 15px 0px 25px 0px rgb(19 21 26 / 30%);
    z-index: 99;
}
.tr-header-section .blue-clr, .tr-header-section a.blue-clr {
    color: #003770;
    text-decoration: none;
}
.tr-header-section .responsive-video iframe, .tr-header-section  .responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}
 @media (min-width: 468px){
    .tr-header-section {
    background: #f7d309 url(https://cdn.oppyotest.com/launches/weblio/special-bonus/header-bg-trendio.png) no-repeat center center;
    background-size: cover;
    padding: 40px 0px 100px 0px;
}

.tr-header-section .trpre-heading {
    position: relative;
    padding: 15px 20px;
}

 }

 




.underline-text {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/underline-orange.webp) no-repeat center center;
    padding: 0px 0px 35px 0px;
    background-size: contain;
}

@media(min-width:768px){
    .underline-text {
        background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/underline-orange.webp) no-repeat center center;
        padding: 0px 0px 65px 0px;
        background-size: contain;
    }
}
.heading-bg {
    background-color: #ee3725;
    border-radius: 10px;
    padding: 15px 15px;
    color: #ffffff;
}
@media (min-width: 768px){
.heading-bg {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/head-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 15px 96px 15px;
    background-size: 100% 100%;
}
}


/* Tubetraffic */


.header-section-mailergpt {
    background: #0d0304;
    padding: 30px 0;
}
.header-section-mailergpt .pre-heading {
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 10px;
}
.red-brush-top {
    background: #fd3013;
    padding: 10px;
    display: inline-block;
    padding: 10px 35px;
}
.header-section-mailergpt .post-heading {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/post-heading1.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 45px 20px 44px;
    display: inline-block;
}
.header-section-mailergpt .shape-head {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/shape.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 10px 20px;
    text-align: center;
}
.list-head {
    list-style: none;
}
.list-head li:first-child {
    padding-top: 0px;
}
.header-section-mailergpt .list-head li {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/list-tick.webp) no-repeat;
    padding: 8px 0px 8px 30px;
    background-position: 0px 11px;
    text-align: left;
    border-bottom: solid 1px rgb(11, 11, 49);
}
@media (min-width: 768px){
.header-section-mailergpt {
    background: #091274 url(https://cdn.oppyotest.com/launches/weblio/special-bonus/jobiin-header-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 40px 0px 100px 0px;
    background-attachment: fixed;
}
.header-section-mailergpt   .pre-heading {
    padding: 15px 20px 15px 20px;
    border-radius: 40px;
    margin: 0px auto;
    background-color: transparent;
    outline: none;
    border: 2px solid #EFE1FF;
    border-width: 2px;
    border-style: solid;
}
.red-brush-top {
    background: url(https://cdn.oppyotest.com/launches/weblio/special-bonus/red-bursh.webp) no-repeat center center;
    padding: 10px 66px;
    display: inline-block;
}
.header-section-mailergpt .post-heading {
    padding: 20px;
}
}

/* ======================*/

.prdly-pres {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    padding: 10px;
    display: inline-block;
    letter-spacing: 8px;
}

@media (min-width: 768px){
    .prdly-pres {
        border-radius: 40px;
        padding: 15px 35px;
        display: inline-block;
        letter-spacing: 8px;
    }

}

/* ===================== */

/* videowhiss start */
.highlight {
    color: #ffae00;
}
.banner {
    background: #3a315a;
    padding: 40px 0px;
}
@media (min-width: 768px){
    .banner {
        background: #3a315a url(https://cdn.oppyotest.com/launches/weblio/special-bonus/mainbg.png) no-repeat;
        background-size: cover;
        padding: 100px 0px;
    }
}

/* videowhiss end */