body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
}
.thanku-header-main-title {
    color: #222323;
    font-family: 'Anton', sans-serif !important;
    font-weight: 400;
}
.top-logo{
    max-width: 300px;
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.header-main-title {
    margin: 15px 0px 25px 0px;
}
nav{
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.2) 100%),linear-gradient(90deg, #78aac5 0%, #f48487 100%);
}
nav li.nav-item {
    font-weight: 600;
    border-right: 1px solid rgb(255, 255, 255);
    height: 15px;
    display: flex;
    align-items: center;
}
.border-end-0 {
    border-right: 0 !important;
}
nav a.nav-link {
    padding: 5px 23px !important;
}
.bg-1{

    background: url("../images/bg-1.jpg");
background-size: cover;
background-position: center bottom;
}
.bg-2{
    background-color: #011036 !important;
}
.bg-3{
    background: url("../images/know-bg.jpg");
background-size: cover;
background-position: center left;
}
.bg-funnel{
    background: #ffdfc6;
}
.bg-4{
    
    background: url("../images/bg-4.png");
background-size: cover;
background-position: center top;
}
.bg-5{
    background: url("../images/bg-5.png");
    background-size: cover;
    background-position: center top;
}
.bg-6{
    background: url("../images/step-bg.png");
    background-size: cover;
    background-position: center top;
}
.bg-7{
    background: url("../images/bg-7.jpg");
    background-size: cover;
    background-position: center top;
}
.header-main-title {
    color: #000000;
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 4.5rem;
}
.bg-light-blue{
    background: #ecf2fa !important;
}
.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fs-1 {
    font-size: 1.8rem !important;
}
.fs-3 {
    font-size: 3rem !important;
}
.para-con-bonus{
    font-size: 1.5rem !important;
    font-weight: 500;
}
.bg-blue {
    /* background: #0f4af5; */
    background: #11114d;
}
.bg-sky-blue {
    background: #00e5b9;

}

.top-highlight {
    background-color: white;
    color: #0a66c2;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
}

p.text-gray {
    color: #434343 !important;
}
.text-sky{
    color: #6594ad  !important;
}
.text-orange{
    color: #6594ad  !important;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}
.special-des-img{
    width: 100%;
    max-width: 450px;
}

.videobox {
    position: relative;
    margin: 0 0 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
}

.reels-sec .responsive-video {
    position: relative;
    overflow: hidden;
    border: #8e8e8e solid 2px;
    border-radius: 22px;
    padding-top: 177.77778%;
    padding-bottom: 0px;
}
.video-top-title {
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    border-radius: 50px;
    padding: 0px 25px;
    display: inline-block;
}

.add-power-watch-btn button,
.add-power-watch-btn a {
    background: #393939 !important;
    color: #ffffff !important;
    font-size: 1.9rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 1px solid #393939;
}
.thanku-bonus-btn a{
    background: white !important;
    color: #393939 !important;
    font-size: 1.3rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 1px solid #393939;
}
.add-power-watch-btn a:hover{
    background: 000000 !important;
    color: #393939  !important;
    border: 1px solid #393939  !important;
}
.add-power-watch-btn-white a {
    background: #ffffff !important;
    color: #fccd33 !important;
    font-size: 1.9rem;
    padding: 10px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.heading {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.8rem;
    /* max-width: 700px; */
    text-align: center;
    color: #000000;
    /* margin: 0px auto; */
}
.header-bottom-title{
    color: #000000 !important;
    display: inline-block;
    border-radius: 23px;
    font-weight: 400 !important;
}
.text-dark-blue{
    color: #3f94c5;
}
.intro-text {
    padding: 0px 30px;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .fs-2 {
        font-size: 2.2rem !important;
    }
    .fs-25 {
        font-size: 2.6rem !important;
    }
}

@media (max-width: 768px) {
    .fs-2 {
        font-size: 1.5rem !important;
    }
    .w-lg-50{
        width: 100% !important;
    }
    
.oto-sec-con a {
    color: #2b3754;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .oto-sec-con {
        font-size: 1.2rem !important;
    }
    .call-info{
        font-size: 1.5rem !important;
    }
    .header-main-title {
        font-size: 2rem !important;
    }
    .main-bonus-con {
        font-size: 1.1rem !important;
        border-radius: 25px;
        overflow: hidden;
    }
    .right-bonus-con {
        width: 100% !important;
        font-size: 1.1rem !important;
    }
    .intro-text{
        font-size: 1.1rem !important;
    }
    .para-con-bonus{
        font-size: 1.1rem !important;
    }
    .featurebox {
        padding: 15px 15px 15px 15px !important;
    }
    .fs-25 {
        font-size: 1.6rem !important;
    }
    .fea-ul img {
        position: relative;
        top: 2px !important;
    }
    .fea-ul li {
        font-size: 1.1rem !important;
        margin: 25px 0px !important;
    }
    .offer-sec {
        height: 240px !important;
    }

    .add-power-watch-btn button,
    .add-power-watch-btn a {
        font-size: 1.3rem !important;
        padding: 10px 15px !important;
    }

    .worth-price {
        font-size: 2.3rem !important;
    }

    .reward-point {
        font-size: 1.5rem !important;
    }

    .content-post.dark {
        font-size: 17px !important;
    }

    .worth-title {
        background: #0b66c1;
        color: white;
        font-size: 1.3rem !important;
        position: relative;
        right: 15px;
        top: 40px;
        padding: 5px 22px;
        border-radius: 19px;
        font-weight: 500;
    }

    .worth-box {
        border: 1px solid #0b66c1;
        height: 245px !important;
        width: 270px !important;
        border-radius: 35px;
        position: relative;
    }

 

    .feature-box-headline {
        font-size: 22px !important;
    }

    .top-highlight {
        margin-top: 5px;
        display: inline-block;
    }

    .add-power-watch-btn-white a {
        font-size: 1.3rem !important;
    }

    .dark.content-headline.leftalign {
        text-align: left;
        font-size: 1.5rem !important;
        color: #ffffff;
        padding: 0px 15px 0px 15px;
        letter-spacing: -2px;
        font-weight: 600;
    }

    .fs-1 {
        font-size: 1.3rem !important;
    }

    .para-con-top {
        font-size: 1.1rem !important;
        font-weight: 500;
    }
}

.sec-space {
    margin: 10px 0px;
    padding: 2rem 0px 2rem 0px;
}

@media (max-width:992px) {
    .offer-btn {
        height: auto !important;
    }
    .offer-price {
        font-size: 1.6rem !important;
    }
    .sec-space {
        margin: 10px 0px !important;
        padding: 1rem 0px !important;
    }
    
    .border-left-sky{
        border-left: none !important;
    }
    .border-right-sky{
        border-right: none !important;
    }
  

    .worth-box {
        border: 1px solid #0b66c1;
        height: 280px;
        width: 330px;
        border-radius: 35px;
        position: relative;
        margin: 15px auto;
        margin-top: 0px !important;
    }

    .mb-large {
        margin-bottom: 30px !important;
    }

    .mt-large {
        margin-top: 170px !important;
    }

    .video-top-title {
        font-size: 1.3rem !important;
    }
}

.para-con-top {
    font-size: 1.3rem;
    color: #000000;
}

.worth-box {
    border: 1px solid #0b66c1;
    height: 280px;
    width: 330px;
    border-radius: 35px;
    position: relative;
}

.worth-title {
    background: #0b66c1;
    color: white;
    font-size: 1.6rem;
    position: relative;
    right: 15px;
    top: 40px;
    padding: 5px 22px;
    border-radius: 19px;
    font-weight: 500;
}

.worth-price {
    position: absolute;
    font-size: 2.6rem;
    font-weight: 800;
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
}

.orange-box {
    border-color: #ff6e03 !important;
}

.orange-title {
    background: #ff6e03 !important;
}

.offer-sec {
    background: #ffe5b3;
    width: 100%;
    height: 280px;
    border-radius: 21px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
}

.offer-btn-1 {
    width: 80% !important;
    /* height: auto !important; */
    max-width: 400px !important;
}

.offer-btn {
    position: absolute;
    bottom: 30px;
    width: 90%;
    height: 100px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    max-width: 450px;
    /* margin: 0px auto;
    background: #ff9600;
    color: white;
    border: 0px;
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 50px;
    font-weight: 700; */
}

.offer-title {
    text-align: center;
}

.use-coupon {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    border: 1px dashed black;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px auto;
}


.mb-large {
    margin-bottom: 190px;
}

.mt-large {
    margin-top: 00px;
}

.offer-main-text {
    position: absolute;
    top: -120px;
    right: 0px;
    left: 0px;
    left: 0px;
}
.footer-link {
    max-width: 380px;
    text-align: center;
}
footer h2 {
    margin-bottom: 14px;
    font-weight: 600;
}
footer ul {
    margin: 0px;
    padding: 0px;
    color: white;
    list-style: none;
}
footer ul li {
    margin: 5px 0px;
}
footer ul li a {
    color: white !important;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
}

footer {
    background-color: #22303a;
    color: white;
}
footer a {
    text-decoration: none;
}
.footer-logo img {
    width: 200px;
    margin-top: 25px;
}
.text-yellow{
    color: #fdd03a !important;
}
.fw-700{
    font-weight: 700 !important;
}


.just-moment-title{
    color:#ffffff;
    font-weight:100;
    font-stretch:normal;
    font-size:3em;
    }
    .redirect-link{
    color:#000000;
    }
    .slider{
    position:absolute;
    width:400px;
    height:2px;
    margin-top:-10px;
    }
    .line{
    position:absolute;
    background:#ffffff;
    width:400px;
    height:2px;
    }
    .break{
    position:absolute;
    background:#222;
    width:6px;
    height:2px;
    }
     
.pl {
	display: block;
	width: 6.25em;
	height: 6.25em;
}
.pl__ring, .pl__ball {
	animation: ring 2s ease-out infinite;
}
.pl__ball {
	animation-name: ball;
}

/* Dark theme  */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
}

/* Animation */
@keyframes ring {
	from {
		stroke-dasharray: 0 257 0 0 1 0 0 258;
	}
	25% {
		stroke-dasharray: 0 0 0 0 257 0 258 0;
	}
	50%, to {
		stroke-dasharray: 0 0 0 0 0 515 0 0;
	}
}
@keyframes ball {
	from, 50% {
		animation-timing-function: ease-in;
		stroke-dashoffset: 1;
	}
	64% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -109;
	}
	78% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -145;
	}
	92% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -157;
	}
	57%, 71%, 85%, 99%, to {
		animation-timing-function: ease-out;
		stroke-dashoffset: -163;
	}
}
.loading-area{
    text-align: center!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 18px;
    color: rgb(0, 0, 0);
}
.redirect-text{
    margin-bottom: -15px;
}
   
    .get-model-ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    .get-model-ul li {
        float: left;
        width: 20%;
        margin-bottom: 20px;
        text-align: center;
        padding: 10px;
    }
    @media (max-width: 1024px){
.get-model-ul li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
}
}
@media (max-width: 768px){
.get-model-ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.top-sec-ul li img {
    position: relative;
    top: 12px !important;
}
.support-title {
    font-size: 1.1rem !important;
    font-weight: 500;
    margin-top: 5px;
}
.intro-img{
    max-width: 400px;
    width: 100%;
}
}
.support-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 5px;
}
.product-sec img {
    width: 100px;
}
.fea-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    /* font-size: 1.1rem; */
}
.fea-ul li {
    display: flex;
        flex-direction: row;
        font-size: 1.3rem;
        align-items: start;
        margin: 20px 0px;
        font-weight: 400;
}
/* .fea-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
} */
.pro-sec li {
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    align-items: center;
    margin: 40px 0px;
    font-weight: 400;
    border: 1px solid #fd1e31;
    padding: 15px 10px 15px 25px;
    border-radius: 0px;
    background: #fd1e31;
    color: white;
    font-weight: 500;
    height: 70px;
    width: 48%;
    float: left;
    margin: 1%;
}
.fea-ul img{
    position: relative;
    top: 2px;
}
.main-bonus-con {
    display: flex;
    font-size: 1.3rem;
    border-radius: 25px;
    overflow: hidden;
    min-height: 200px !important;
    margin-bottom: 20px;
    background: rgb(101,87,254);
    background: linear-gradient(180deg, rgba(101,87,254,1) 0%, rgba(59,60,202,1) 100%);
}
.right-bonus-con {
    font-weight: 400;
    padding: 0px 25px;
    color: #ffffff;
    font-size: 1rem;
}
.offer-area .right-bonus-con {
    background: #13add5;
    font-weight: 400;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    /* border: 2px solid white; */
    border-radius: 20px;
}
.p-yy{
    padding: 0px;
}
p.para-con{
    font-size: 1.3rem;
}

.reward-btn-area{
    position: relative;
    width: 100%;
    /* bottom: -100px; */
    border-radius: 0px 0px 25px 25px;
    text-align: center;
    left: 0px;
    top: 20px;
    padding-bottom: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
a.btn-reward{
    background: #fe001b !important;
    color: white !important;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 10px;
}
.mb-lg{
    margin-bottom: 70px !important;
}
@media (max-width:992px){
    
    .mb-lg{
        margin-bottom: 80px !important;
    }
    .ecover-img{
        width: 100%;
        max-width: 450px;

    }

}
@media (max-width:768px){
    .arrow-img{
        position: absolute;
        bottom: -3px;
        right: 0px !important;
        width: 26px !important;
    }
    p.para-con {
        font-size: 1.1rem;
    }
    .reward-btn-area {
        position: relative;
        width: 100%;
        bottom: 0px;
        border-radius: 0px 0px 15px 15px;
        text-align: center;
        left: 0px;
        padding-bottom: 8px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }
    .top-sec-ul li {
        width: 100% !important;
        font-size: 1.1rem !important;
    }
    a.btn-reward {
        background: #fe001b;
        color: white;
        text-decoration: none;
        padding: 10px 30px;
        font-size: 1.3rem !important;
        font-weight: 500;
        border-radius: 10px;
    }
    .offer-price {
        font-size: 1.5rem !important;
    }
}
.top-sec-ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top-sec-ul li{
    margin: 10px 0px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    float: left;
    font-size: 1.3rem;
    align-items: baseline;
    padding:0px 8px;
}
.top-sec-ul li img{
    position: relative;
    top: 4px;
}
.reward-point{
    display: inline-block;
    background: #081c34;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}
button.btn-bonus {
    border: none;
    color: #000000;
    border-radius: 50px;
    padding: 5px 30px !important;
    background: #ffc12f !important;
    border-bottom: 0px solid #ffffff;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    background: transparent;
    cursor: default;
}
.border-left-sky{
    border-left: 4px solid #009872;
}
.border-right-sky{
    border-right: 4px solid #009872;
}
.text-light-sky{
    color: #02d6a1 !important;
}
.call-info{
    font-size: 2.2rem;
    font-weight: 600;
    border: 1px solid #3f94c5;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 10px;
}
.oto-sec{
    background: rgb(246, 246, 246);
    min-height: 170px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding-top: 20px;
}
.oto-sec-con a {
    color: #2b3754;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oto-sec-con {
    font-weight: 600;
    padding: 0px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
}
.oto-bundle{
    background: #3f94c5;
    color: white;
}
.oto-price {
    background: #18181f;
    display: inline-block;
    color: white;
    padding: 0px;
    border-radius: 0px;
    font-style: italic;
}
.oto-bundle-price{
    background: white;
    display: inline-block;
    color: #3f94c5;
    clip-path: polygon(6% 0, 100% 0%, 95% 100%, 0% 100%);
    padding: 3px 28px;
    border-radius: 0px;
    margin-left: 15px;
    font-style: italic;

}
.fea-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    margin: 30px auto !important;
    max-width: 350px;
    position: relative;
    border-radius: 21px;
    color: white;
    margin: 0px 10px 40px 10px;
    padding: 30px 10px 0px 10px;
    background: rgb(96, 253, 208);
    background: linear-gradient(180deg, rgba(96, 253, 208, 1) 0%, rgb(27 121 109) 100%);
}
.fea-con h3 {
    text-align: center;
    position: absolute;
    top: -11px;
    background: #e3fff7;
    color: black;
    padding: 5px 20px;
    border-radius: 10px;
    background: rgb(202, 255, 241);
    background: linear-gradient(180deg, rgba(202, 255, 241, 1) 0%, rgba(251, 255, 254, 1) 100%);
}
.oto-title {
    font-size: 1.8rem;
    color: black;
    font-weight: 600 !important;
    margin-top: 35px;
    margin-bottom: 25px;
}
.oto-sec-price {
    font-size: 3rem;
    font-weight: 600 !important;
    color: white !important;
}
.total-funnel-cost {
    color: white;
    font-size: 2.5rem;
    background: #43b50a;
    display: inline-block;
    padding: 5px 40px;
    font-weight: 600;
    /* clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%); */
    border-radius: 15px;
}
.total-bundle-cost {
    color: white;
    font-size: 2.5rem;
    background: #de2323;
    display: inline-block;
    padding: 10px 50px;
    font-weight: 600;
    /* clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%); */
    border-radius: 15px;
}
.dis-text {
    font-size: 1.8rem;
    margin-top: -6px;
    font-style: italic;
}
.con-sec-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    margin: 0px auto 20px;
    justify-content: start;
}
.con-sec-img img {
    width: 100px;
}
.top-con-sec .con-sec-title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: black;
    margin-top: 8px;
    text-align: center;
}
.con-sec-dec {
    font-size: 1.3rem;
    color: #000000;
    padding: 0px 0px;
    font-weight: 400;
    text-align: left;
}
.logo-img{
    width: 100%;
    max-width: 450px;
}
.w-lg-50 {
    width: 50%;
}
.offer-price{
    font-size: 2.5rem;
    font-weight: 900;
    background: white;
    color: #0c0c0c !important;
    padding: 0px 20px;
    display: table;
    border-radius: 8px;
}
.arrow-img{
    position: absolute;
    bottom: -3px;
    right: -24px;
    width: 26px !important;
}
.bt-acc .bonus-acc {
    background: #ffc032 !important;
    color: rgb(9, 9, 9) !important;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 3rem !important;
    font-weight: 700;
    border-radius: 10px;
}
.offer-area button.btn-bonus{
    border-bottom: 3px solid white !important;
}
@media (max-width:425px){
    .arrow-img{
        display: none;
    }
}
.coupon-offer{
    font-size: 1.6rem !important;
    background: #fdd039 !important;
}

.dis-area{
    font-size: 2rem;
    margin-bottom: 40px;
}
.dis-left-area{
    padding: 10px;
    border-right: 2px solid black;
    font-weight: 500;
}
@media (max-width:1024px) {
    
.dis-left-area{
    padding: 10px;
    border-right: 0px solid black;
    font-weight: 500;
}
}
@media (max-width:767px){
    .bt-acc .bonus-acc {
        background: #ffc032 !important;
        color: rgb(9, 9, 9) !important;
        text-decoration: none;
        padding: 10px 40px;
        font-size: 1.7rem !important;
        font-weight: 700;
        border-radius: 10px;
    }
    .right-bonus-con.right-bonus-con-bx {
        padding: 30px 10px !important;
    }
    .add-power-watch-btn-white a {
        padding: 10px 20px !important;
    }
    
.fs-3 {
    font-size: 1.8rem !important;
}
}
.dis-right-area{
    padding: 10px;
    background-color: #ff0938;
    color: white;
    font-weight: 700;
}

.th-page .btn-bonus{
    border-bottom: 2px solid white;
    color: white;
}
.oto-img{
    width: 100%;
    max-width: 350px;
}
.iconlist01 {
    grid-column-gap: 110px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.spacingbottom-20 {
    padding-bottom: 20px;
}
.iconlist-row {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.icon02 {
    margin-right: 20px;
}
.text01.cv2.bold {
    font-weight: 700;
    line-height: 120%;
}

.text01.cv2 {
    color: #1d1f95;
}
.text01 {
    font-family: Outfit, sans-serif;
    font-size: 22px;
    line-height: 150%;
}
.text02.cv4 {
    color: #353f6d;
    font-weight: 300;

}

.text02 {
    font-family: Outfit, sans-serif;
    font-size: 1.3rem;
    line-height: 150%;
    display: block;
}
.subscriber-sec .text02{
    font-size: 1rem !important;
}
.subscriber-sec .text02.main{
    font-size: 1.2rem !important;
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
.iconlist01 {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 991px){
.iconlist01 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
}
.text01 {
    font-family: Outfit, sans-serif;
    font-size: 20px;
    line-height: 150%;
}
}
@media screen and (max-width: 550px){
.iconlist01 {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 479px){
.text01.cv1, .text01.cv2.bold, .text01.cv3, .text01.cv4, .text01.cv5 {
    font-size: 21px;
}
.text02.cv1.v02, .text02.cv2, .text02.cv4 {
    font-size: 19px;
}
}
.bg-yellow{
    /* background: #20201e !important; */
    background: #fab142 !important;
}
@media (max-width:767px) {
    h4{
        font-size: 1.1rem !important;
    }
    
}
@media (max-width:1400px) {
    h4{
        font-size: 1.3rem !important;
    }
    
}
.coupon-code{
    padding: 5px 20px;
    background: white;
    color: black;
    display: table;
    margin-bottom: 20px;
    border-radius: 8px;

}
.top-title {
    display: table;
    margin: 0px auto;
    padding: 5px 30px;
    color: #000000;
    border-radius: 10px;
    margin-top: 25px;
    font-size: 2rem;
}



.heading-tabs{
    cursor: pointer !important;
}
.fe-image{
    width: 250px;
    max-width: 100%;
}
.fe-text{
    min-height: 100px;
}
@media (max-width:767px){
    
.fe-text{
    min-height: auto;
}
}
.list li::before{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: url(../images/x.png) no-repeat center / contain;
    bottom: 0;
    margin: auto;
}
.member-card {
    width: 290px;
}
.member-card {
    position: relative;
    z-index: 1;
}
.intro-text p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
    margin: 0;
    opacity: .6;
}
.member-card img {
    width: 100%;
    border-radius: 24px;
}
.cat-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.cat-btn a {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.8) !important;
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF !important;
    font-size: 16px;
    transition: .3s;
    font-family: "Sora", sans-serif;
    line-height: 130%;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}
.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, #0c0d2a 3%, #0c0d2a 98%, transparent);
    mask: linear-gradient(90deg, transparent, #0c0d2a 3%, #0c0d2a 97%, transparent);
}
.scroller {
    max-width: 100%;
}
.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 50s) var(--_animation-direction, forwards) linear infinite;
}
.scroller__inner {
    padding-block: 1rem;
    display: flex;
    gap: 1rem;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}
@media only screen and (max-width: 767px) {
    .member-card img {
        border-radius: 10px;
    }
    .member-card {
        margin-bottom: 0;
    }
    .member-card {
        width: 180px;
    }
    .scroller__inner {
        padding-block: .5rem;
        display: flex;
        gap: .5rem;
    }
    .cat-btn a {
        padding: 8px 15px;
        font-size: 12px;
    }
}










.text-yellow {
    color: #ffd045;
}
.special-offer-sec {
    
background: linear-gradient(to bottom, #0c0d2a, #0e1535, #111c41, #13234d, #152a5a);
    color: white;
    padding: 30px 20px 50px 20px;
    border-radius: 30px;
}

.img-set{
    width: 100px !important;
}



.fea-title{
    font-size: 24px !important;
    font-weight: 700 !important;
}
.main-logo {
    width: 170px;
    margin-top: -12px;
}
@media (max-width: 992px) {
    nav li.nav-item {
        height: auto;
        border-right: none;
    }
}
.box-blue, .box-blur {
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 30px;
    background: #15153B;
}
.mar-bottom-15 {
    margin-bottom: 15px !important;
}
.font-40 {
    font-size: 35px;
    line-height: 45px;
}
.img-mobile {
    background: url(assets/images/bg-mobile.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    max-width: 287px;
    padding: 15px;
}
.box-blue {
    background: -webkit-linear-gradient(#7368EF, #7D72F0, #8F85F3, #9A90F4, #9E94F5);
}
.w-1120 {
    max-width: 1120px;
}
.box-blue, .box-blur {
    box-shadow: inset 0 0 34px rgba(158, 148, 245, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 30px;
    background: #15153B;
}
.step-con{
    background: #f0e9ff;
    padding: 20px;
    border-radius: 40px;
}




.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 50px;
    justify-content: space-between;
}

.content-wrapper {
    margin: 0 auto;
    width: 100%;
}

.content:not(:last-child) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
}
.content {
    flex: 0 0 48%;
    max-width: 50%;
    background: linear-gradient(to bottom, rgba(106, 173, 255, 0) 0%, rgba(106, 173, 255, 0.4) 100%);
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #6AADFF;
    border-bottom: unset;
}
.content-wrapper .content:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    text-align: justify;
    padding-left: 100px;
    padding-right: 100px;
    
    column-gap: 25px;
}
.content .img-wrapper {
    flex: 0 0 auto;
}
@media screen and (max-width: 1500px) {
    .content img {
        height: 180px;
    }
}
.context p{
    color: #fff;
    margin: 0;
    font: 400 20px / 26px 'Space Grotesk', sans-serif;
}
@media screen and (max-width: 991.98px) {
   .content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .content-wrapper .content:last-child {
        flex-direction: column;
        row-gap: 25px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
}



.s7 .content-wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    display: block;
}
.s7 .content:not(:last-child) {
    margin-bottom: 25px !important;
}
.s7 .content {
    display: flex !important;
    align-items: center !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    flex-wrap: nowrap;
    background: none;
    border: 0px;
    padding: 5px 0px;
}
.s7 .content-wrapper .content:last-child {
    display: flex !important;
    align-items: center !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    flex-wrap: nowrap;
    background: none;
    border: 0px;
    padding: 5px 0px;
}
.s7 .content .img-wrapper {
    flex: 0 0 130px !important;
    margin-right: 25px !important;
}
.s7 .context{
    text-align: start;
}
.s7 .content img {
    height: auto !important;
}
@media (max-width:767px){
    .s7 .content{
        flex-direction: column;
    }
    
}
.qr-sec{
    background: #E9E9FC;
    border-radius: 15px;
    padding: 40px 20px;
 }
 .qr-img{
    margin-top: 20px;
 }
 .count-sec-left img{
    width: 250px;
 }
 .social-img{
    width: 200px;
 }
 .chk-img{
    position: relative;
    top: -5px !important;
 }
 .y-img{
    border-radius: 8px !important;
 }
 .para-con-fea {
    font-size: 1.5rem;
    background: linear-gradient(
        154deg,
        #78aac5 12.18%,
        #f3808e 34.87%,
        #fcb236 63.61%,
        #f7eea6 87.03%
      );
    display: inline-block;
    color: rgb(255, 255, 255) !important;
    padding: 5px 40px;
    font-weight: 700;
    border-radius: 10px;
}
.iconlist-row {
    width: 33%;
    display: inline-block;
 }
 .con-fea {
    display: flex;
    align-items: start;
    border: 1px solid;
    margin: 10px;
    padding: 15px;
    min-height: 90%;
    border-radius: 20px;
    background: linear-gradient(180deg, #f5eaea 0%, #ffe3d0 100%);
    height: 100%;
}
.v02{
margin-bottom: 15px;
}
.semibold{
font-weight: 600;
}

.v02 .con-fea{
border: 2px solid #d065d5;
}
.v02.green .con-fea{
border-color: #5fb9ae;
}
.v02.blue .con-fea{
border-color: #5482d0;
}
.v02.yellow .con-fea{
border-color: #cf8b13;
}
.v02.voilet .con-fea{
border-color: #8d79d8;
}
.bg-pink{
    background: #ffefef;
}
.high-row{
    background: linear-gradient(0deg, #FDF2EC 0%, #F3F4F6 100%);
    border-radius: 40px;
    padding: 20px;
}
.ai-sales-box{
    box-shadow: 0px 0px 60px 0px #4B43AE1A;
    border: 1px solid #F0EBFF;
    border-radius: 30px;
    padding: 40px 50px 50px;
    width: 100%;
    margin: 0 auto;
}
.ai-sales-head{
    background: linear-gradient(180deg, #FF4B4B 0%, #FF4D77 100%);
    border-radius: 60px;
    margin: 0 auto;
    position: relative;
    bottom: -26px;
    padding: 10px 20px;
    display: table;
    color: white !important;
}
.sep-row{
    background: #FFF7EB;
    border-radius: 30px;
    padding: 20px 20px;
    position: relative;
}
.commercial-img{
    width: 350px;
    max-width: 100%;
    flex-shrink: 0;
}


.right-bonus-con.right-bonus-con-bx {
    background: #131517a3;
    padding: 30px 40px;
    border-radius: 30px;
}

.right-bonus-con {
    font-weight: 400;
    padding: 0px 25px;
    color: #ffffff;
    font-size: 1rem;
}
.bonus-con {
    background: linear-gradient(180deg, rgb(33 37 41) 0%, rgb(5 7 8) 100%);
    border-radius: 40px;
    padding: 30px 20px;
    align-items: center;
    /* border: 1px solid #ffffff36; */
}
.bonus-text {
    border-radius: 520px;
    color: #000000 !important;
    display: table;
    margin: 0px auto;
    background: #ffc12f;
    padding: 8px 30px;
}
.ecover-img {
    width: 100%;
    max-width: 450px;
}
.ai-sales-box img{
    border: 1px solid rgb(211, 211, 211);
    border-radius: 250px;
}
.con-fea img{
    width: 90% !important;
}
.bg-row{
    background: #62879d;
    border-radius: 20px;
    padding: 20px 0px;
}
.plat-con{
    color: white;
    font-size: 1.3rem;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid white;
}
.plat-con img{
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.bg-step{
    background: linear-gradient(180deg, #f5eaea 0%, #ffe3d0 100%);
    padding: 20px 0px;
    border-radius: 20px;
}
.bg-theme{
    background: #24303c;
}
.text-high{
    background: linear-gradient(133deg, #78aac5 32.04%, #f3808e 53.19%, #fcb236 79.99%, #998e3b 101.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}