/* =========================
   GLOBAL RESET
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Degular', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #ffffff;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   DEGULAR FONT FAMILY
========================= */

/* Thin - 100 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light - 300 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular - 400 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium - 500 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold - 600 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold - 700 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black - 900 */
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.inter{
    font-family: "Inter", sans-serif;
}

/* Remove default spacing */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}



/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Buttons */
button {
  font-family: inherit;
  border: none;
  cursor: pointer;
}


/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

h1 {
    line-height: 100%;
    font-size: 74px;
    font-weight: 600;
    text-align: center;
    color: rgb(29, 29, 31);
    margin-bottom: 50px;
    letter-spacing: -2px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

p {
    color: rgb(99, 97, 104);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}
.f-16{font-size:16px !important;}
.f-18{font-size:18px !important;}
.f-20{font-size:20px !important;}
.f-22{font-size:22px !important;}
.f-24{font-size:24px !important;}
.f-26{font-size:26px !important;}
.f-28{font-size:28px !important;}
.f-30{font-size:30px !important;}
.f-32{font-size:32px !important;}
.f-34{font-size:34px !important;}
.fw-1{font-weight: 100 !important;}
.fw-3{font-weight: 300 !important;}
.fw-4{font-weight: 400 !important;}
.fw-5{font-weight: 500 !important;}
.fw-6{font-weight: 600 !important;}
.fw-7{font-weight: 700 !important;}
.fw-9{font-weight: 900 !important;}
.text-primary{
    color: #f870d0 !important;
}
.text-warning {
    color: #ffee68 !important;
}

.main-section { 
    background: url(https://fastcdn.contentryte.com/live/images/main-bg.webp);
    padding: 40px 0px 80px;
    background-size: cover;
    background-position: top center;
}

.text-gredient1 {
    background: linear-gradient(90deg, #E9D5FF, #D8B4FE, #B64AC1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-gredient2 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(255, 238, 104) 10%, rgb(248, 112, 208) 100%) text;
}
.text-gredient3 { 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
       background: linear-gradient(90deg, #351F8B 0%, #6A2FC4 50%, #B64AC1 100%) text;
}
section.main-section h3 span {
    background: linear-gradient(45deg, #c8c7c7, #fff, #c8c7c7);
    padding: 4px 20px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 7px;
}
section.main-section h3 {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-heading {
    color: #fff;
    font-size: 68px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    letter-spacing: -2px;
        max-width: 1040px;
    margin: auto;
}
.main-heading  span.rank{
    border-radius: 8px;
    background-color: #ffee68;
    color: #03031c;
    display: inline-block;
    padding: 3px 10px 9px 10px;
    line-height: 75%;
}
.sub-head {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    text-align: center;
    max-width: 920px;
    margin: 20px auto 20px;
}
.sub-head span {
    background: linear-gradient(90deg, #FFF3C4, #FFD86B, #F4B400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.fea-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fea-card {
    display: flex;
    align-items: center;
    width: auto;
    background-color: rgba(178, 178, 178, 0.12);
    gap: 9px;
    border-radius: 10px;
    padding: 9px 15px;
    margin: 10px 8px;
}

.fea-card h5{
    margin:0px;
    color:#fff;
    font-weight:600;
}
.vid-frame {
    background: url(https://fastcdn.contentryte.com/live/images/vid-frame.webp);
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-position: center;
}
img.launch-date {
    max-width: 760px;
    margin-top: 30px;
}
.affiliate-box {
    background: rgb(248, 112, 208);
    padding: 80px 40px 50px;
    text-align: center;
    margin-top: -50px;
    border-radius: 30px;
}
.affiliate-box h4{
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
}
.affiliate-box h4 span{
    font-weight:800;
}
.form-control {
    height: 50px;
    border-radius: 10px;
    border: 0px;
    box-shadow: none !important;
}
.btn-primary,
.btn-primary:hover{
    background: linear-gradient(90deg, #351F8B 0%, #6A2FC4 100%);
    border: 0px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    transition:.4s;
}
.btn-secondary,
.btn-secondary:hover{
    background: linear-gradient(90deg, rgb(233, 213, 255), rgb(216, 180, 254), rgb(182, 74, 193));
    color: #000;
    border: 0px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    transition:.4s;
}
.btn-secondary:hover,
.btn-primary:hover{
    scale:1.1;
}
.cta-btn {
    box-shadow: 0px 30px 60px 7px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90deg, rgb(255, 238, 104) 10%, rgb(248, 112, 208) 100%);
    padding: 8px 40px;
    display: inline-block;
    font-size: 31px;
    font-weight: 700;
    border: 4px solid #fff;
    border-radius: 50px;
    margin: 20px 0px 10px;
    transition:.3s;
}
.cta-btn:hover{
    scale:1.1;
}
.ctabox-dark{
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    width: 75%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-image: initial;
    border-radius: 30px;
    padding: 30px;
    margin: 50px auto 0px;
}
.mb-6 {
    margin-bottom: 6rem !important;
}
.section01 {
    background: url(https://fastcdn.contentryte.com/live/images/bg-light.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.step-heading {
    font-size: 56px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section02 {
    background: #fcfafe;
    padding: 80px 0px 80px;
}
.section02 .section02-inner {
    background: url(https://fastcdn.contentryte.com/live/images/section02.webp);
    padding: 80px;
    background-size: cover;
    background-position: top center;
    border-radius: 40px;
    margin: 0px 60px;
}
.m-width-900 {
    max-width: 1000px;
    margin: auto;
}
.pills {
    padding: 2px;
    border-radius: 50px;
    overflow: hidden;
    background-image: linear-gradient(to right, #f870d0, #ffee68);
    display: inline-flex;
    margin-bottom: 25px;
}
.pills span {
    display: inline;
    background-color: #0f0f0f;
    width: 100%;
    border-radius: 50px;
    padding: 3px 32px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.section02 h1 {
    line-height: 1.1;
    font-size: 54px;
    max-width: 920px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0px auto 50px;
    letter-spacing: -2px;
    line-height: 0.9;
}
.section02 h1 span{
    font-size: 42px;
}
h1 span.bgcolor {
    border-radius: 8px;
    background-color: #ffee68;
    color: #03031c;
    display: inline-block;
    padding: 3px 10px 9px 10px;
    line-height: 75%;
}
.rumors-cards {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.rumors-card{
    display: flex;
    align-items: center;
    width: auto;
    background-color: rgba(178, 178, 178, 0.12);
    gap: 9px;
    border-radius: 10px;
    padding: 9px 15px;
    margin: 10px 8px;
}
.rumors-card h5{
    margin: 0px;
    color: #fff;
    font-weight: 600;
}
.card-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    font-size: 22px;
    line-height: 1.3;
    padding: 20px;
    font-weight: 500;
    border-radius: 20px;
}
.section03 {
    background: url(https://fastcdn.contentryte.com/live/images/section03.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.line-card{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 128, 249);
    border-image: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(113, 67, 203, 0.09) 0px 8px 68px 0px;
    border-radius: 30px;
    padding: 50px;
}

.footer{
    background:#0d0421;
    padding:60px 0px 30px;
}
.footer-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
}
.footer-link li a{
    color:#fafafa;
    font-size:18px;
}
.footer-link li a:hover{
    color:#B64AC1; 
}
.section04 {
    background: url(https://fastcdn.contentryte.com/live/images/section04.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.pill-outline1 {
    color: rgb(175, 90, 180);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(175, 90, 180);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    background: #fff;
}
.dark-card {
    background: url(https://fastcdn.contentryte.com/live/images/darkcard.webp) no-repeat center top;
    background-size: cover;
    padding: 10px;
    position: relative;
    border-radius: 30px;
    text-align: center;
    height: 100%;
}
.dark-card .content{
    padding:15px;
}
.dark-card h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0px 10px;
}
.dark-card p {
    color: #d5d5d5;
    font-size: 20px;
}
.section05 {
    background: url(https://fastcdn.contentryte.com/live/images/section05.webp);
    padding: 100px 0px 80px;
    background-size: cover;
    background-position: top center;
    margin-top: -30px;
}
.proof-box {
    background-color: rgb(250 250 250 / 18%);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(5px);
    height: calc(100% - 60px);
    margin-bottom: 60px;
}
.section06 {
    background: url(https://fastcdn.contentryte.com/live/images/section06.webp);
    background-size: cover;
    background-position: center;
    padding: 80px 0px 80px;  
}
.side-heading {
    font-size: 56px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}
.gredient-card {
    background: linear-gradient(180deg, rgb(249, 234, 250) 0%, transparent 100%);
    border-radius: 40px;
    padding: 50px;
    margin-bottom: 70px;
}
.gredient-card.card4 {
    background: linear-gradient(180deg, rgb(232, 245, 255) 0%, transparent 100%);
}
.gredient-card.card2 {
    background: linear-gradient(180deg, rgb(244, 241, 229) 0%, transparent 100%);
}
.gredient-card.card3 {
    background: linear-gradient(180deg, rgb(229, 246, 240) 0%, transparent 100%);
}
.section07 {
    background: url(https://fastcdn.contentryte.com/live/images/section6.webp);
    background-size: cover;
    background-position: top center;
    padding: 100px 0px 80px; 
    margin-top:-20px;
}
.cross-card{
    padding: 40px 25px;
    border-radius: 14px;
    background-color: #fbfaff;
    box-shadow: 17px 10px 50px 0 rgba(102, 61, 205, 0.15);
    box-shadow: rgb(0 54 51 / 10%) 13px 15px 40px 0px;
    text-align:center;
    height:calc(100% - 40px);
    margin-bottom:40px;
}
.cross-card h5{
    font-size: 24px;
    font-weight: 600;
    margin:20px 0px 10px;
}
.cross-card p{
    font-size:20px;
}
.section08{
     background: url(https://fastcdn.contentryte.com/live/images/bg-light.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.pills2 {
    background: #ffee68;
    font-size: 24px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
    max-width: 740px;
    text-align: center;
}
.pills3 {
    background: rgb(218, 48, 48);
    font-size: 24px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 600;
    max-width: 740px;
    text-align: center;
    color:#fff;
}
.problem-card{
    border: 1px solid rgb(225, 29, 29);
    border-radius: 36px;
    box-shadow: 0px 8px 49px 0px rgba(182, 9, 9, 0.1);
    background-color: rgb(255, 237, 237);
    margin-bottom:60px;
}
.problem-card .content{
    padding:40px;
}
.problem-card .content h3{
        color: rgb(225, 29, 29);
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 15px;
}
.check-point li {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 1.3;
    margin-top: 20px;
}
.check-point li img {
    width: 24px;
}
.section09 {
    background: url(https://fastcdn.contentryte.com/live/images/section03.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.section09 .section09-inner{ 
    background: url(https://fastcdn.contentryte.com/live/images/section09.webp);
    padding: 80px;
    background-size: cover;
    background-position: top center; 
    border-radius: 40px;
    margin: 0px 60px 100px;
}
.section09-inner h1 {
    line-height: 1.1;
    font-size: 54px;
    max-width: 920px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0px auto 50px;
    letter-spacing: -2px;
    line-height: 0.9;
}
.partner-intro{
    background-color: rgba(178, 178, 178, 0.12);
    padding:40px;
    border-radius:40px;
}
.main-card {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 111px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    text-align: center;
    margin-bottom: 50px;
    height: calc(100% - 50px);
}
.main-card .content {
    padding: 30px;
}
.main-card .content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section10 {
    background: url(https://fastcdn.contentryte.com/live/images/section05.webp);
    padding: 80px 0px;
    background-size: cover;
    background-position: center;
}

.section11 {
    background: url(https://fastcdn.contentryte.com/live/images/section6.webp);
    background-size: cover;
    background-position: top center;
    padding: 100px 0px 80px;
    margin-top: -20px;
}
.pill-outline4 {
    color: rgb(45, 148, 227);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(45, 148, 227);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    background: #fff;
}
.section12 {
    background: url(https://fastcdn.contentryte.com/live/images/section12.webp);
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 80px;
}
.section12  h1{
    font-size: 54px;
}
.section13 {
    background: url(https://fastcdn.contentryte.com/live/images/section13.webp);
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 50px;
}
.pills1 {
    color: #fff;
    background: rgb(175, 90, 180);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.card-line {
    border: 1px solid rgb(169, 128, 249);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(113, 67, 203, 0.09) 0px 8px 68px 0px;
    border-radius: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 50px;
}
.card-line2 {
    border: 1px solid rgb(169, 128, 249);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(113, 67, 203, 0.09) 0px 8px 68px 0px;
    border-radius: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    text-align:center;
    padding: 25px 20px;
}
.card-line.card2,
.card-line2.card2{
    border-color: rgb(77, 169, 255);
}
.card-line.card3,
.card-line2.card3{
    border-color: rgb(89, 192, 108);
}
.card-line.card4,
.card-line2.card4{
    border-color: rgb(91, 63, 218);
}
.card-line.card5,
.card-line2.card5{
    border-color: rgb(255, 181, 116);
}
.card-line.card6,
.card-line2.card6{
    border-color: rgb(242, 103, 126);
}
.card-line h5 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.card-line2 h5 {
    font-size: 30px;
    font-weight: 600;
    margin:00px 0px  10px;
}
.card-line2 img{
    margin-bottom:20px;
}
.card-line2 p{
    font-size:20px;
}
.pills2 {
    color: #fff;
    background: rgb(77, 169, 255);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.pills3 {
    color: #fff;
    background: rgb(89, 192, 108);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.pills4 {
    color: #fff;
    background: rgb(91, 63, 218);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.pills5 {
    color: #fff;
    background: rgb(255, 181, 116);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.pills6 {
    color: #fff;
    background:  rgb(242, 103, 126);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}
.section14 {
    background: url(https://fastcdn.contentryte.com/live/images/section14.webp);
    background-size: cover;
    background-position: top center;
    padding: 60px 0px 80px; 
}
.section15 {
    background: url(https://fastcdn.contentryte.com/live/images/section15.webp);
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 80px; 
}
.section16 {
    background: url(https://fastcdn.contentryte.com/live/images/long-bg.webp);
    background-size: cover;
    background-position: bottom center;
    padding: 80px 0px 80px; 
}
.section17 {
    background: url(https://fastcdn.contentryte.com/live/images/section04.webp);
    padding: 80px 0px 80px;
    background-size: cover;
    background-position: top center;
}
.ctabox {
    text-align: center;
    background: linear-gradient(to right, #f870d0, #ffee68);
    width: 75%;
    border-image: initial;
    border-radius: 30px;
    padding: 5px;
    margin: 50px auto 0px;
}
.ctabox-inner {
    background: #f9eefc;
    border-radius: 26px;
    padding: 40px;
}
.section18 {
    background: #fcfafe;
    padding: 80px 0px 80px;
}
.section18 .section18-inner {
    background: url(https://fastcdn.contentryte.com/live/images/section02.webp);
    padding: 80px;
    background-size: cover;
    background-position: top center;
    border-radius: 40px;
    margin: 0px 60px;
}
.section18 h1 {
    line-height: 1.1;
    font-size: 54px;
    max-width: 920px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0px auto 50px;
    letter-spacing: -2px;
    line-height: 0.9;
}
.testimonial-card {
    border: 2px solid rgb(222, 222, 222);
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 35px 0px rgba(16, 22, 45, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-card  .content {
    padding: 30px;
}
.testimonial-card h4{
    font-size:26px;
    font-weight:600;
    margin-bottom:20px;
}
.testimonial-card p{
    font-size:20px;
    line-height: 1.5;
}
.testimonial-card .info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-top: 2px solid rgb(222, 222, 222);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.testimonial-card .info .des{
    color: rgb(99, 97, 104);
    font-size:16px;
    font-weight:400;
}
.section19{
    background: url(https://fastcdn.contentryte.com/live/images/section19.webp);
    background-size: cover;
    background-position: bottom center;
    padding: 80px 0px 80px; 
}
.bonus-box {
    margin-bottom: 50px;
    position: relative;
}
.bonus-box-inner {
   padding: 50px;
    border-radius: 40px;
    border: 1px solid #4C33E5;
    background: linear-gradient(95deg, rgba(76, 51, 229, 0.40) 0.11%, rgba(212, 74, 99, 0.40) 100.11%);
    backdrop-filter: blur(6px);
}
.bonus-box-inner h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}
.bonus-box-inner h2.amt {
    border-radius: 8px;
    background-color: #ffee68;
    color: #03031c;
    display: inline-block;
    padding: 6px 10px;
    line-height: 75%;
}
.section20 {
    background: #fefefe;
    padding: 80px 0px 80px;
}
.section20 .section20-inner {
    background: url(https://fastcdn.contentryte.com/live/images/section20.webp);
    padding: 80px;
    background-size: cover;
    background-position: top center;
    border-radius: 40px;
    margin: 0px 60px;
}
.section21 {
    background: url(https://fastcdn.contentryte.com/live/images/section13.webp);
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 80px;
}
.without-card {
    border: 1px solid rgb(225, 29, 29);
    border-radius: 36px 0px 0px 36px;
    border-width: 1px 0px 1px 1px;
    box-shadow: 0px 8px 49px 0px rgba(182, 9, 9, 0.1);
    background-color: rgb(255, 237, 237);
    margin-bottom: 50px;
    padding:30px;
    height: calc(100% - 50px);
    position:relative;
}
.with-card {
    border: 1px solid rgb(41, 169, 50);
    border-radius: 0px 36px 36px 0px;
    border-width: 1px 1px 1px 0px;
    box-shadow: 0px 8px 49px 0px rgb(43 182 9 / 10%);
    background-color: rgb(242 255 237);
    margin-bottom: 50px;
    padding: 30px;
    position:relative;
    height: calc(100% - 50px);
}
.with-without li{
    font-size: 22px;
    font-weight: 500;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    gap:15px;
    line-height: 1.3;
}
.with-without li img{
    width:50px;
}
img.sad-emoji {
    position: absolute;
    left: -70px;
    width: 140px;
    top: -74px;
}
img.happy-emoji {
    position: absolute;
    right: -70px;
    width: 140px;
    top: -74px;
}
.section22 {
    background: url(https://fastcdn.contentryte.com/live/images/bg-light.webp);
    background-size: cover;
    background-position: top center;
    padding: 80px 0px 120px;
}
.section23{
    background: url(https://fastcdn.contentryte.com/live/images/section23.webp);
    background-size: cover;
    background-position: top center;
    padding: 120px 0px 80px;
    margin-top: -70px;
    position:relative;
}
.pricing-table{
    border-radius: 28px;
    margin-bottom: 50px;
    position: relative;
    background:#fff;
}
.pricing-table .info {
    padding: 40px;
    text-align: center;
    background: linear-gradient(to top, #e36fcb, #f5e774);
    border-radius: 26px 26px;
}
.pricing-table-inner{
    background-color:#fff;
    border-radius: 0px 0px 26px 26px;
}
.table-heading {
    background: #252380;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}
ul.table-item {
    padding: 30px;
}
ul.table-item li{
    position: relative;
    display: flex;
    gap: 15px;
    align-items: start;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

ul.table-item li:before {
    content: '';
    background: url(https://fastcdn.contentryte.com/live/images/check.webp);
    height: 28px;
    width: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0; 
}
.section24{
    background: linear-gradient(135deg, #fef6fd 0%, #f0e8ff 50%, #e8f0ff 100%);
    padding: 80px 0px 80px;
    margin-top: -65px;
}
.accordion-item {
    background: linear-gradient(to right, #f870d0, #ffee68);
    padding: 1px;
    margin-bottom: 20px;
    border: 0pc;
    border-radius: 20px !important;
    overflow: hidden;
}
button.accordion-button {
    background: #fff !important;
    border-radius: 20px !important;
    border: 0px !important;
    box-shadow: none !important;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 20px;
    display: flex;
    align-items: start;
    gap: 10px;
}
.accordion-body {
    background: #fff;
    border-radius: 0px 0px 20px 20px !important;
    margin-top: 2px;
    font-size:20px;
}
.accordion-button:not(.collapsed) {
    border-radius: 20px 20px 0px 0px !important;
}
.section25{
        background-color: #fff;
    background-image: linear-gradient(rgba(163, 59, 184, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 59, 184, 0.06) 1px, transparent 1px);
    background-size: 35px 35px;
    padding:80px 0px;
}
.section25 h2 {
    text-align: center;
    max-width: 900px;
    margin: 0px auto 20px;
    font-size: 40px;
}
.line-box{
    border: 1px solid #bcbeef;
    background: #f2f1f9;
    padding: 50px;
    border-radius: 40px;
}
.line-box .boxes {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(51, 28, 117, 0.15) 0px 7px 59px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(130, 196, 98);
    border-image: initial;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
.line-box .boxes .count{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(130, 196, 98);
    color: white;
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
}
.section25 .section25-inner{
    background: url(https://fastcdn.contentryte.com/live/images/section20.webp);
    padding: 80px;
    background-size: cover;
    background-position: bottom center;
    border-radius: 40px;
    margin: 50px 60px 0px;
}
.section26{
    padding:80px 0px;
    background: radial-gradient(ellipse 100% 100% at 50% 50%, #1e0850 0%, #0e042a 60%, #0b051d 100%);
}
.dark-linecard{
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 40px 40px;
    position: relative;
}
.probcard {
    background: rgb(224 48 80 / 28%);
    border: 2px solid;
    border-color: rgb(224 48 80 / 56%);
    text-align: center;
    padding: 25px;
    border-radius: 20px;
} 
.section27 {
    background: url(https://fastcdn.contentryte.com/live/images/section14.webp);
    background-size: cover;
    background-position:  center;
    padding: 80px 0px 80px;
}
.section13c {
    padding: 60px 0px !important;
    background: #f4f4ff;
}
@media(max-width:580px){
    .main-section {
        background-position: center;
    }
    .main-heading {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .main-section h3 {
        font-size: 16px;
    }
    .sub-head {
        font-size: 20px;
        margin: 10px auto 0px;
    }
    .ctabox-dark {
        text-align: center;
        background-color: rgba(255, 255, 255, 0.4);
        width: 100%;
        border-radius: 20px;
        padding: 10px;
        margin: 30px auto 0px;
    }
    .f-32 {
        font-size: 20px !important;
    }
    .cta-btn {
        font-size: 16px;
        border-radius: 30px;
        margin: 10px 0px 10px;
        padding: 5px 20px;
        border-width: 3px;
    }
    .f-24 {
        font-size: 18px !important;
    }
    .ctabox-dark img {
        max-width: 80%;
    }
    h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 28px;
    }
    p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gredient-card {
        border-radius: 20px;
        padding: 30px 20px;
    }
    .megaimg {
        width: 100%;
        border-width: 2px;
        border-radius: 10px;
    }
    img {
        max-width: 100% !important;
    }
    .section05 .section05-inner {
        padding: 20px;
        border-radius: 20px;
        margin: 0px 0px 40px;
    }
    .f-18 {
        font-size: 14px !important;
    }
    .footer-link {
        gap: 15px;
        flex-wrap: wrap;
    }
    .footer-link li a {
        font-size: 15px;
    }
    .fea-card h5 {
        font-size: 16px;
    }
    .fea-card {
        gap: 8px;
        border-radius: 10px;
        padding: 9px 11px;
        margin: 5px 8px;
    }
    .affiliate-box {
        padding: 80px 20px 20px;
        border-radius: 20px;
    }
    .affiliate-box h4 {
        font-size: 18px;
    }
    h3.step-heading {
        font-size: 30px;
    }
    .feature-card {
        padding: 40px 20px 20px;
    }
    .section04 .section04-inner {
        padding: 20px;
        border-radius: 20px;
        margin: 0px 0px;
    }
    .pills span {
        padding: 3px 22px;
        font-size: 22px;
    }
    .section02 {
        padding: 60px 0px 60px;
    }
    .section02 .section02-inner {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0px 0px;
    }
    .section02 h1 {
        line-height: 1.1;
        font-size: 34px;
    }
    .section02 h1 span {
        font-size: 32px;
        line-height: 1 !important;
    }
    .rumors-card h5 {
        font-size: 15px;
    }
    .section03 {
        padding: 50px 0px 50px;
    }
    .f-26 {
        font-size: 20px !important;
    }
    .section04 h1 {
        font-size: 34px;
        margin: 0px auto 30px;
    }
    .card-icon {
        font-size: 18px;
        padding: 10px;
        gap:10px;
    }
    .card-icon img {
        width: 34px;
    }
    .line-card {
        border-radius: 20px;
        padding: 20px;
    }
    .dark-card h5 {
        font-size: 20px;
    }
    .dark-card p {
        font-size: 18px;
        margin:0px;
    }
    .section04 {
    padding: 40px 0px 30px;
    }
    .section06 {
        padding: 40px 0px 40px;
    }
    .web-cont .texttop {
        padding: 7px 12px 7px 12px;
        font-size: 22px;
        
    }
    .web-cont {
        background: #fff;
        padding: 0px 20px 20px;
        border-radius: 20px;
    }
    .section18 .section18-inner {
        padding: 20px;
        border-radius: 20px;
        margin: 0px 0px;
    }
    .section18 h1 {
        font-size: 32px;
        margin: 0px auto 20px;
        line-height: 1;
    }
    .section19 {
    padding: 60px 0px 60px;
    }
    .founder-box-inner {
        padding: 30px;
        border-radius: 40px;
    }
    h3 {
        font-size: 20px;
    }
    .btn-secondary, .btn-secondary:hover {
        font-size: 20px;
    }
    .prize-box {
        border-radius: 20px;
        padding: 20px;
    }
    .prize-box h1 {
    font-size: 34px;
    }
    .section15 .section15-inner {
        padding: 20px;
        border-radius: 20px;
        margin: 0px 0px;
    }
    .funnel-box-inner {
        padding: 20px;
        border-radius: 20px;
    }
    .funnel-box {
        border-radius: 20px;
    }
    .place-box {
        padding: 10px;
    }
    .place-box img {
        max-width: 220px !important;
    }
    .f-34 {
       font-size: 26px !important;
    }
    .gredient-card h3 {
        font-size: 18px;
    }
    .main-card .content {
        padding: 10px;
    }
    .main-card .content h3 {
        font-size: 24px;
    }
    .main-card .content p {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .section08 {
        padding: 60px 0px;
        border-radius: 0px;
    }
    .pills2 {
        font-size: 15px;
        padding: 5px 10px;
    }
    .side-heading {
        font-size: 32px;
    }
    .check-point li {
        font-size: 20px;
        margin-top: 10px;
    }
    .section20 {
        padding: 40px 0px 40px;
    }
    img.happy-emoji {
        right: 0px;
        width: 90px;
        top: -44px;
    }
    img.sad-emoji {
        position: absolute;
        left: -10px;
        width: 90px;
        top: -44px;
    }
    .without-card {
        border: 1px solid rgb(225, 29, 29);
        border-radius: 16px;
        padding: 20px;
    }
    .with-card {
        border: 1px solid rgb(41, 169, 50);
        border-radius: 16px;    padding: 20px;
    }
    .with-without li {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section20 .section20-inner {
        padding: 30px 20px;
        border-radius: 20px;
        margin: 0px 0px;
    }
    .section20-inner img {
        max-width: 230px !important;
    }
    .ctabox {
        width: 100%;
        margin: 20px auto 0px;
    }
    .ctabox-inner {
        padding: 20px;
    }
    .section22 {
        padding: 60px 0px 60px;
    }
    .pathacard {
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 30px;
    }
    .pathbcard .inner {
        padding: 24px;
        border-radius: 16px;
    }
    .pathbcard {
        padding: 2px;
        border-radius: 18px;
    }
    .f-28 {
        font-size: 22px !important;
    }
    .bonus-box-inner {
        padding: 25px;
        border-radius: 30px;
    }
    .bonus-box-inner h2 {
        font-size: 26px;
    }
    .testimonial-card .content {
        padding: 20px;
    }
    .testimonial-card h4 {
        font-size: 20px;
    }
    .testimonial-card p {
        font-size: 18px;
        line-height: 1.5;
    }
    .card-line2 h5 {
        font-size: 24px;
    }
    .card-line2 p {
        font-size: 18px;
        margin: 0px;
    }
    .mb-6 {
        margin-bottom: 3rem !important;
    }
    .card-line {
        border-radius: 20px;
        padding: 20px;
    }
    .card-line h5 {
        font-size: 30px;
    }
    .section12 h1 {
        font-size: 28px;
    }
    .section11 {
    padding: 60px 0px 60px;
    }
    .section09 .section09-inner {
        padding: 24px;
        border-radius: 20px;
        margin: 0px 0px 60px;
    }
    .section09-inner h1 {
        font-size: 26px;
        margin: 0px auto 30px;
        letter-spacing: -1px;
        line-height: 1.1;
    }
    .pills3 {
    font-size: 18px;
    }
    .problem-card .content {
       padding: 20px;
    }
    .problem-card {
    border-radius: 24px;
    }
    .problem-card .col-md-4{
        text-align:center;
    }
    .problem-card img {
        max-width: 300px !important;
        margin: 0px !important;
    }
    .pills1 {
        padding: 4px 10px;
        font-size: 18px !important;
    }
    ul.table-item {
        padding: 20px;
    }
    ul.table-item li {
        font-size: 18px;
        margin-bottom: 12px;
    }
}
.feacount {
    display: inline-block;
    background: linear-gradient(90deg, rgb(255, 238, 104) 10%, rgb(248, 112, 208) 100%);
    font-weight: 600;
    padding: 2px 18px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}
.table-badge {
    background: #ffee68;
    display: inline-flex;
    align-items: center;
    color: #000;
    padding: 4px 18px;
    border-radius: 10px;
    gap: 5px;
    font-size: 22px;
    font-weight: 600;
}
.price-strike {
    text-decoration: line-through;
    font-size: 50px;
    font-weight: 600;
    color: #696969;
    line-height: 1.2;
}
.bundel-coupon {
    background: #252380;
    padding: 20px;
    border-radius: 30px;
    margin-top: 40px;
}



/*===============================*/

.urgency-bar {
    background: linear-gradient(90deg, #7a1090, #a33bb8, #c060d8, #a33bb8, #7a1090);
    background-size: 300% 100%;
    animation: bar-shift 4s linear infinite;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.04em;
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 9;
}
.urgency-bar .btn-primary, .urgency-bar .btn-primary:hover {
    background: linear-gradient(90deg, #f8ee7e 0%, #e07aca 100%);
    border: 0px;
    font-size: 23px;
    font-weight: 600;
    border-radius: 10px;
    transition: .4s;
    padding: 5px 20px;
    color: #000;
}
.timer div {
    background: #ff0000 !important;
}
.urgency-bar span {
    color: #f0c040;
}
 .main-section {
    padding-top: 90px;
}
.integration {
    padding: 80px 0px 0px;
    background-size: cover;
    background-position: top center;
}
.integration-inner {
    background: url(https://fastcdn.contentryte.com/live/images/worksbg.webp);
    background-size: cover;
    padding: 80px 80px 180px;
    background-position: top center;
    border-radius: 40px;
    margin: 0px 60px 0px;
}
.section09a {
    background: url(https://fastcdn.contentryte.com/live/images/section-console.webp);
    background-size: cover;
    background-position: top;
    padding: 100px 0px 80px;
    margin-top: -70px;
}
.pill-outline5 {
    color: rgb(219, 150, 54);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 150, 54);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    background: #fff;
}
.section09b {
    background-color: #fff;
    background-image: linear-gradient(rgba(163, 59, 184, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(163, 59, 184, 0.06) 1px, transparent 1px);
    background-size: 35px 35px;
    padding: 80px 0px;
}
ul.check-point.list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
ul.check-point.list2 li {
    width: 48%;
}
.slider1 {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
}
.dfysites-slider {
    width: 2779px;
    height: 868px;
    background-image: url(https://fastcdn.contentryte.com/live/images/dfy-sites.webp);
    background-size: 2765px 868px;
    animation: 50s linear infinite slide1;
    background-repeat: repeat-x;
    margin: auto;
}
@keyframes slide1{
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -2779px;
    }
}
.gold-text {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(240, 192, 64) 0%, rgb(245, 166, 35) 60%, rgb(255, 140, 66) 100%) text;
}
.fea-tabs .nav-link {
    box-shadow: 0px 8px 68px 4px rgb(113 67 203 / 14%);
    background: #fff;
    border: 1px solid #7143CB;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 14px 27px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #7143CB;
    text-align: left;
}
.fea-tabs .nav-link.active {
    background: #7143CB;
    color: #fff;
}
.fea-tabs .nav-link img {
    width: 40px;
    margin-right: 10px;
    transition: .3s;
}
.fea-tabs .nav-link.active img {
    position: absolute;
    width: 36px;
    right: 7px;
    top: 10px;
}

.fea-tabs .nav-link span {
    font-size: 17px;
    font-weight: 400;
    color: #ececec;
    display: none;
}
.fea-tabs .nav-link.active span {
    display: block;
}
.tabcard {
    border: 0px;
    height: 100%;
    border-radius: 30px;
    box-shadow: rgba(113, 67, 203, 0.09) 0px 8px 68px 0px;
    padding: 30px;
    background: #fff;
}
.tab-icon-list {
    display: flex;
    gap: 13px;
    margin: 30px 0px 0px;
    padding: 0px;
    flex-wrap: wrap;
}
.tab-icon-list li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 8px;
    background: #a453bb1c;
    color: #a453bb;
    border: 1px solid #a453bb;
    padding: 2px 12px;
    border-radius: 30px;
}
.tab-icon-list li:before {
    content: '\f00c';
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro';
}
.ctabox-dark .timer, .ctabox .timer {
    margin-top: 15px;
}
.pill-outline2 {
    color: rgb(168, 144, 76);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(168, 144, 76);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    background: #fff;
}
.pill-outline3 {
    color: rgb(38, 175, 129);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(38, 175, 129);
    border-image: initial;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    background: #fff;
}
@media (max-width:580px){
    .urgency-bar .btn-primary, .urgency-bar .btn-primary:hover {
        font-size: 17px;
        padding: 4px 17px;
        margin-top: 3px;
        float: right;
    }
    .urgency-bar .timer {
        float: left;
        margin-top: 8px;
    }
    .urgency-bar {
        font-size: 14px;
    }
    .timer div {
        font-size: 12px !important;
        padding: 4px 10px !important;
    }
    .integration-inner {
        padding: 20px 20px 120px;
        border-radius: 20px;
        margin: 0px;
    }
    .gredient-card img {
        margin-bottom: 20px;
    }
    ul.check-point.list2 li {
        width: 100%;
    }
    .dfysites-slider {
        width: 1175px;
        height: 378px;
        background-size: 1175px 378px;
    }
    
}
@media (max-width: 400px) {
    .urgency-bar {
        font-size: 12px;
    }
}



