/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

figure {
    margin: 0;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1140px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.header-top {
    text-align: center;
}

.header-top p {
    font-family: "Roboto", Sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.2px;
    word-spacing: 0px;
    color: #7A7A7A;
    margin: 0;
}

.header-top p span {
    color: #ff0000;
}

/* **** End Header **** */

/* **** Banner **** */
.banner-wrp {
    position: relative;
    width: 100%;
    background: #2C2C2C;
    padding: 40px 0;
}

.banner-wrp-inner h1 {
    text-align: center;
    color: #FFFFFF;
    font-size: 53px;
    font-weight: 800;
    line-height: 57px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.banner-wrp-inner h1 span {
    color: #ffcc00;
}

.banner-wrp-inner p {
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
}

.banner-wrp-img img {
    width: 100%;
}

.banner-wrp-data {
    position: relative;
    background: #F7F7F7;
    border-radius: 24px;
    padding: 30px;
}

.banner-wrp-list li {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    word-spacing: 0px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.banner-wrp-list li figure {
    margin: 0 3px 0 0;
}

.banner-wrp-list li img {
    width: 24px;
}

.banner-wrp-list {
    border-bottom: 2px dashed #000;
    margin: 0 0 30px;
}

.banner-wrp-data h2 {
    text-align: center;
    color: #FF0000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin: 0 0 30px;
}

#countdown ul {
    display: flex;
    max-width: 80%;
    margin: 0 auto 20px;
}

#countdown ul li {
    background: #242424;
    border-radius: 18px;
    padding: 10px;
    margin: 0 10px 0 0;
    color: #FFD800;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    word-spacing: 4px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
}

#countdown ul li:last-child {
    margin: 0;
}

#countdown ul li span {
    font-size: 54px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.4px;
    word-spacing: 0px;
    color: #fff;
}

.btn-main {
    background-color: #F80202;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 8px 0px 53px #FF0606;
    border-style: none;
    box-shadow: 0px 0px 18px 2px #FF0202;
    color: #fff;
    border-radius: 3px;
    padding: 12px 24px;
    display: table;
    line-height: 1;
    margin: 0 auto;
    opacity: 1;
}

.btn-main:hover {
    opacity: 0.7;
}

.banner-wrp-data p {
    text-align: center;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 1;
    margin: 20px 0 0;
    font-size: 16px;
}

.banner-wrp-data p span {
    text-decoration: line-through;
}

/* **** End Banner **** */

/* **** Demo Videos **** */
.videos-wrp {
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
}

.comman-title {
    margin: 0 0 30px;
}

.comman-title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comman-title h2 img {
    width: 1em;
    height: 1em;
    margin: 0 3px;
}

.videos-wrp-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-wrp-row {
    border-bottom: 1px dashed #000;
    padding: 0 10px 20px;
    margin: 0 0 30px;
}

.videos-wrp-inner h3 {
    text-align: center;
    color: #FF0000;
    font-size: 28px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin: 0 0 40px;
}

.videos-wrp-inner #countdown ul {
    max-width: 76%;
}

.btn-primary {
    background-color: #01A000;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-shadow: -1px 0px 52px #28FF06;
    box-shadow: 0px 0px 18px 2px #02FF0E;
    color: #fff;
    display: table;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 24px;
    opacity: 1;
}

.btn-primary:hover {
    opacity: 0.7;
}

/* **** End Demo Videos **** */

/* **** Cartoon Stories **** */
.cartoon-wrp {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #2C2C2C;
}

.comman-title-2 {
    text-align: center;
    margin: 0 0 30px;
}

.comman-title-2 h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0;
}

.comman-title-2 h2 img {
    width: 1em;
    height: 1em;
    margin: 0 3px;
}

.cartoon-wrp-rw {
    padding: 0 10px 50px;
}

.cartoon-wrp-holder {
    border: 2px solid #fff;
}

.cartoon-wrp-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cartoon-wrp .btn-primary {
    box-shadow: 0px 0px 18px -77px #02FF0E;
}

.cartoon-wrp p {
    text-align: center;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    margin: 20px 0 0;
}

.cartoon-wrp p span {
    text-decoration: line-through;
}

/* **** End Cartoon Stories **** */

/* **** Customer Says **** */
.customer-wrp .comman-title h2 {
    font-size: 45px;
}

.customer-wrp-holder img {
    margin: 0 auto;
}

.customer-wrp-holder {
    border: 3px solid #000;
}

/* **** End Customer Says **** */

/* **** Bonus **** */
.bonus-wrp {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #242424;
    text-align: center;
}

.bonus-wrp .comman-title h2 {
    font-size: 45px;
    color: #fff;
}

.btn-secondary {
    background-color: #FFDF00;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 0px 0px 24px #EAFF06;
    fill: #FD0000;
    color: #FD0000;
    box-shadow: 0px 0px 45px -14px #02FF0E;
    opacity: 1;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 24px;
    display: inline-table;
    margin: 0 auto;
}

.btn-secondary:hover {
    opacity: 0.7;
}

.bonus-wrp-img {
    margin: 0 0 10px;
}

.bonus-wrp-img img {
    width: 100%;
}

.bonus-wrp p {
    text-align: center;
    color: #29FF00;
    font-family: "Montserrat", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.7;
    margin: 20px 0 0;
}

.bonus-wrp p span {
    color: #fff;
}

/* **** End Bonus **** */

/* **** Price **** */
.price-wrp {
    position: relative;
    width: 100%;
    padding: 40px 0 30px;
}

.price-wrp-inner {
    text-align: center;
}

.price-wrp-inner h3 {
    color: #0C0000;
    font-family: "Montserrat", Sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-decoration: line-through;
    line-height: 1;
    margin: 0 0 20px;
}

.price-wrp-inner h3 span,
.price-wrp-inner h2 span {
    color: #ff0000;
}

.price-wrp-inner h2 {
    color: #0C0000;
    font-family: "Montserrat", Sans-serif;
    font-size: 71px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px;
}

.price-wrp-inner figure {
    max-width: 35%;
    margin: 0 auto;
}

.price-wrp-inner figure img {
    width: 100%;
}

/* **** End Price **** */

/* **** Whatsapp & Telegram **** */
.whatsapp-wrp {
    position: relative;
    padding: 30px 0;
    background: #008303;
}

.whatsapp-wrp-icon {
    padding: 10px;
    margin: 0 20px 0 0;
}

.whatsapp-wrp-icon img {
    width: 95px;
}

.whatsapp-wrp-data h3 {
    color: #FCFCFC;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 30px;
}

.whatsapp-wrp-data h2 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0px;
    margin: 0 0 30px;
}

.whatsapp-wrp-data p {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.whatsapp-wrp-btn a {
    background-color: #FDFDFD;
    font-size: 17px;
    font-weight: 400;
    text-shadow: 0px 0px 24px #F5F5F2;
    fill: #020101;
    color: #020101;
    border-style: none;
    border-radius: 3px;
    box-shadow: 0px 0px 45px 2px #FFFFFF;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    display: table;
    margin: 0 auto;
    opacity: 1;
}

.whatsapp-wrp-btn a:hover {
    opacity: 0.7;
}

.whatsapp-wrp .col-lg-9 {
    display: flex;
}

.telegram-wrp {
    background: #006974;
}

/* **** End Whatsapp & Telegram **** */

/* **** FAQ **** */
.faq-wrp {
    position: relative;
    padding: 40px 0;
}

.faq-wrp .comman-title h2 {
    font-size: 45px;
}

.faq-wrp .accordion {
    border-radius: 0;
    margin: 0 0 30px;
}

.faq-wrp .accordion-button {
    padding: 16px 20px 16px 60px;
    border: 1px solid rgba(0, 0, 0, .02);
    background: #f1f1f1 !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #333;
    box-shadow: none !important;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    border-radius: 0 !important;
}

.faq-wrp .accordion-item {
    border-radius: 0 !important;
}

.faq-wrp .accordion-button:hover {
    background: #414141 !important;
    color: #fff;
}

.faq-wrp .accordion-button:not(.collapsed) {
    background: #414141 !important;
    color: #fff;
}

.faq-wrp .accordion-button::after {
    background: none;
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    width: auto;
    height: auto;
}

.faq-wrp .accordion-button:not(.collapsed)::after {
    background: none;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.faq-wrp .accordion-body p,
.faq-wrp .accordion-body ul li {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 30px;
}

.faq-wrp .accordion-button::before {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 25px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.faq-wrp .accordion-button:not(.collapsed)::before {
    content: '\f068';
}

.faq-wrp-bottom {
    text-align: center;
}

.faq-wrp-bottom h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: #000102;
    line-height: 1;
    margin: 0 0 20px;
}

.faq-wrp-bottom p {
    color: #000080;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 40px;
}

.faq-wrp-bottom p span {
    color: #ff0000;
}

.faq-wrp-bottom .btn-main {
    font-size: 32px;
}

.faq-wrp-bottom figure {
    max-width: 45%;
    margin: 20px auto 0;
}

.faq-wrp-bottom figure img {
    width: 100%;
}

.faq-wrp-bottom h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-wrp-bottom h4 img {
    width: 23px;
    margin: 0 3px;
}

.faq-wrp-bottom h4 figure {
    margin: 0;
}

/* **** End FAQ **** */

/* **** Footer **** */
footer {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: #424242;
}

.footer-inner h2 {
    font-size: 38px;
    font-weight: 600;
    color: #FFFBFB;
    line-height: 1;
    margin: 0 0 20px;
}

.footer-inner p {
    color: #C7C6C6;
    font-family: "Roboto", Sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

/* **** End Footer **** */

/* **** Payment Details **** */
.payment-wrp {
    position: relative;
    width: 100%;
    background-color: rgb(122, 88, 169);
    padding: 60px;
    font-family: "Hind Madurai", serif;
    z-index: 1;
}

.payment-wrp::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-1.png) 0 0 repeat;
    background-size: auto;
    z-index: -1;
}

.payment-form {
    background: #fff;
    box-shadow: 11px 11px 50px rgba(0, 0, 0, .15), 10px 10px 0 rgba(0, 0, 0, .03);
    color: #000;
    max-width: 450px;
    margin: 0 auto;
}

.payment-form-top {
    padding: 1rem;
    margin: 0 0 1rem;
    display: inline-block;
}

.payment-form-top h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.form-group {
    position: relative;
    margin: 0 0 1rem;
}

.form-group label {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: .75rem;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    background: #fff;
}

.form-group .form-control:focus+label {
    top: 0;
    color: #3b71ca;
    transform: scale(0.8) translateY(-50%);
    -webkit-transform: scale(0.8) translateY(-50%);
    padding: 0 5px;
}

.form-group .form-control {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding: 1rem .75rem;
    background: none;
    outline: 0;
}
.form-group .form-control::placeholder{
    color: #999;
}
.form-group .form-control:focus {
    border-color: #3b71ca;
    box-shadow: 1px 0 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
}

.order-box {
    padding: 16px;
    border-radius: 8px;
    border: 1.5px dashed #53adff;
    background: rgba(124, 188, 246, .12);
    position: relative;
}

.order-box img {
    width: 100%;
    margin: 0 0 12px;
}

.order-box h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0f0f0f;
    margin: 0 0 12px;
}

.order-box p {
    font-size: 14px;
    line-height: 20px;
    color: #0f0f0f;
    text-decoration: underline;
    margin: 0;
}

.order-box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0f0f0f;
    margin: 12px 0;
}

.order-box .form-group {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .04);
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #0f0f0f;
    width: fit-content;
    display: flex;
    align-items: center;
}

.order-box .form-group input[type=checkbox] {
    position: relative;
    border: 1.2px solid #0f0f0f;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    line-height: 0;
    margin: 0 8px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
}

.order-box .form-group input[type=checkbox]:checked {
    background-color: #000;
}

.order-box .form-group input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.payment-form-center {
    padding: 1rem;
    border-top: 1px solid #f0f0f0;
}

.payment-form-center p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    margin: 0;
}

.payment-form-center h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #121212;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}

.payment-form-center h2 img {
    width: 15px;
    margin: 0 0 2px 4px;
    opacity: 0.7;
}

.payment-form-center button {
    background: rgb(122, 88, 169);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    text-transform: none;
    border-radius: 5px;
    padding: 15px 20px;
    box-shadow: none;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-form-center button:hover {
    background: #333;
}

.payment-form-bottom {
    padding: 8px 16px 16px;
    background: #f8f7f7;
}

.payment-form-bottom p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 14px;
}

.payment-form-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-form-bottom ul li {
    margin: 0 10px;
}

.payment-form-bottom ul li img {
    width: 42px;
    height: 42px;
}

.payment-form-center h2 a{
    position: relative;
}
.payment-form-center h2 a .tooltip {
    bottom: 100%;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    border-radius: 5px;
    color: #fff;
    background-color: #121212;
    border: 1px solid #121212;
    padding: 12px;
    z-index: 1055 !important;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.payment-form-center h2 a .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.payment-form-center h2 a .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #121212 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 20px;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.payment-form-center h2 a:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.payment-form-center h2 a .tooltip {
    display: none;
}

.payment-form-center h2 a:hover .tooltip {
    display: block;
}
.payment-form-center h2 a .tooltip h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    color: #fff;
}
.payment-form-center h2 a .tooltip ul li{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
}
.input-phone .form-control{
    padding-left: 120px;
}
.input-phone .iti{
    width: 100%;
}
.input-phone label{
    left: 4rem;
}
.input-phone .iti__flag{
    display: none;
}
.input-phone .iti__flag-box .iti__flag{
    display: block;
}
.input-phone .iti__arrow{
    width: 14px;
    height: 14px;
    border: 0;
    position: relative;
}
.input-phone .iti__arrow::after{
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
}
/* **** End Payment Details **** */