*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Poppins", serif;
}

.container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.container1{
  max-width: 1300px !important;
}
.parastyle p {
	font-size: 25px;
	line-height: 38px;
	color: #222222;
	margin-bottom: 30px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 8.33%;
}

.col-2 {
  flex: 16.66%;
}

.col-3 {
  flex: 25%;
}

.col-4 {
  flex: 33.3%;
}

.col-5 {
  flex: 41.66%;
}

.col-6 {
  flex: 50%;
}

.col-7 {
  flex: 58.33%;
}

.col-8 {
  flex: 66.66%;
}

.col-9 {
  flex: 75%;
}

.col-10 {
  flex: 83.33%;
}

.col-11 {
  flex: 91.66%;
}

.col-12 {
  flex: 100%;
}
.align-center{
  align-items: center;
}
.mb-0{
  margin-bottom: 0 !important;
}
.row-mb{
  margin-bottom: 2em;
}

/* page-css */
header{
  background-image: url(../images/hero-bg.avif);
  background-repeat: no-repeat;
  background-size: cover;
}
.top-bar {
	padding-top: 25px;
}
.top-btns {
	display: flex;
	justify-content: end;
	gap: 17px;
}
.header-content p {
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}
.top-btns a {
	display: block;
	width: fit-content;
	padding: 16px 15px 9px;
	border: 1px solid #fff;
	border-radius: 50px;
}
.top-btns a:hover{
  background-color: #b4b4b4a8;
}
.main-head {
  font-family: "Manrope", serif;
	font-size: 64px;
	font-weight: 300;
	width: fit-content;
	color: #fff;
	line-height: 95px;
	border-bottom: 1px solid #FDFDFD;
	padding-bottom: 16px;
	margin: 0 auto;
}
.header-content {
	padding: 6em 0px;
}
.learn-btn {
	font-family: "Marcellus", serif;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background-color: #FD4343;
	padding: 17px 30px;
	display: block;
	width: fit-content;
	border-radius: 100px;
}
.sign {
	width: 100%;
	max-width: 250px;
	margin: 0px 0px 50px;
}
.sub-head {
	font-size: 40px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
	margin-top: 30px;
}
.head-bg {
background: linear-gradient(90deg, #E93293 0%, #6B73B7 50%, #22B0E5 100%);
	text-align: center;
	padding: 14px 0px;
}
.head-bg h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 64px;
  color: #fff;

}
.center{
  text-align: center;
}

.step-box {
  padding: 40px 21px
}

.txt-cntr{
  text-align: center;
}

.step-box img {
	max-width: 154px;
	margin: 0 auto 10px;
	width: 100%;
	display: block;
}
.step-box p{
  font-size: 20px !important;
  line-height: 30px !important;
}

.step-box h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 54px;
	color: #625c64;
	margin-bottom: 12px;
	text-align: center;
}


.sub-head1 {
	font-size: 48px;
	font-weight: 400;
	margin: 23px 0px;
}
.top-logo {
	width: 100%;
	max-width: 325px;
	display: block;
	margin: 30px auto 35px;
}
.grey-bg2 {
	background-color: #ececec;
}
.section-mb{
  margin-bottom: 4em;
}
.section-mb.grey-bg2 {
	padding: 4em 0px 4em;
}

.pineal-3btl {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}
.jrny-btn {
	width: fit-content;
	display: block;
	margin: 0 auto;
	background-color: #FD4343;
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	padding: 15px 40px;
	border-radius: 50px;
}
.red-point {
	background-color: #eedfe0;
	color: #FE6D74;
	display: block;
	text-align: center;
	font-size: 22px;
	padding: 9px 0px;
}
.row.red {
	margin-bottom: 21px;
}
.heading1 {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 30px;
}
.para p{
  color: #909090;
}
.pxt-bundle {
	display: block;
	width: 100%;
	max-width: 379px;
	margin: 0 auto;
}
.img-box{
  position: relative;
}
.bonus-img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	rotate: -4deg;
}
.access-btn {
	width: fit-content;
	display: block;
	margin: 17px auto 0px;
	font-size: 22px;
	color: #fff;
	background-color: #E93293;
	padding: 10px 37px;
	border-radius: 10px;
  transition: 0.1s all linear;
}
.access-btn:hover {
	background-color: #e93293bf;
}
.row.bonus-row{
  margin-bottom: 3em;
}
.row.bonus-row .col-4 {
	padding: 30px;
}
.bns-btn {
	background-color: #FD4343;
	color: #fff;
	display: block;
	text-align: center;
	width: fit-content;
	padding: 12px 40px;
	font-size: 20px;
	border-radius: 12px;
	margin: -72px auto 0;
	z-index: 2;
	position: relative;
  transition: 0.2s all linear;
}
.bonus-head {
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
  color: #202020;
}
.bns-btn:hover{
	background-color: #c25353;
}
.content-box {
	padding-top: 2em;
}
.bns-list {
	padding: 0px 30px;
	margin-bottom: 39px;
}
.bns-list li {
	list-style: none;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	color: #202020;
	line-height: 31px;
}
.bns-list li::before {
	content: "";
	position: absolute;
	background-image: url(../images/check_circle.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	top: 4px;
	left: -33px;
}





.mbl-only{
  display: none;
}
/* responsive-css */

@media(max-width:1536px){
  .header-content {
    padding: 11em 0px 13em;
  }
  .main-head {
    font-size: 54px;
    line-height: 80px;
  }
  .sub-head {
    font-size: 36px;
  }
  .top-logo {
    max-width: 275px;
  }
  .parastyle p {
    font-size: 23px;
  }
  .sign {
    max-width: 201px;
  }
  .eye-logo {
    max-width: 66px;
  }
  .heading1 {
    font-size: 43px;
    margin-bottom: 25px;
  }
 
  .jrny-btn {
    font-size: 27px;
    padding: 13px 39px;
  }
}
@media (max-width: 1256px) {
  .header-content {
    padding: 12em 0px 12em;
  }
  .sub-head {
    font-size: 34px;
  }
  .heading1 {
    font-size: 41px;
  }
  .bonus-head {
    font-size: 23px;
  }
  .bns-list li {
    font-size: 18px;
    line-height: 29px;
  }
  .bns-list li::before {
    width: 16px;
    height: 15px;
    top: 6px;
    left: -28px;
  }
  .step-box h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .step-box p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .step-box img {
    max-width: 129px;
  }
  .bns-btn {
    background-color: #FD4343;
    padding: 9px 40px;
    font-size: 17px;
    margin: -62px auto 0;
  }
  .row.bonus-row .col-4 {
    padding: 20px;
  }
  .head-bg h2 {
    font-size: 30px;
  }
  .bonus-img {
    max-width: 342px;
  }
  .access-btn {
    font-size: 25px;
  }
  .pxt-bundle {
    max-width: 326px;
  }
}
@media (max-width: 1140px) {
  .container{
    padding: 0 20px;
  }
  .parastyle p {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .top-btns a {
    padding: 10px 11px 5px;
  }
  .main-head {
    line-height: 72px;
  }
  .header-content {
    padding: 9em 0px 11em;
  }
  .sub-head {
    font-size: 29px;
  }
  .top-logo {
    max-width: 229px;
  }
  .heading1 {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .gotit-btn {
    font-size: 22px;
    padding: 9px 62px;
  }
  .btl-6 {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .category-box {
    padding: 25px 25px;
  }
  .cat-name {
    font-size: 19px;
  }
  .icon {
    max-width: 50px;
  }
  .grey-bg .col-7 {
    padding: 3em 0px;
  }
  .eye-logo {
    max-width: 50px;
  }
  .icon {
    max-width: 44px;
  }
  .red-point {
    font-size: 20px;
  }
  .pineal-3btl {
    max-width: 500px;
  }
  .jrny-btn {
    font-weight: 500;
    font-size: 21px;
    padding: 12px 38px;
  }
  .row.bonus-row .col-4 {
    padding: 10px;
  }
  .bonus-head {
    font-size: 21px;
    line-height: 30px;
  }
  .bns-list li {
    font-size: 18px;
    line-height: 28px;
  }

}
@media(max-width:768px){
  .section-mb {
    margin-bottom: 3em;
  }
  .header-content {
	padding: 4em 0px 6em;
  }
  .parastyle p {
    font-size: 19px;
    line-height: 32px;
  }
  .sub-head {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .top-logo {
    max-width: 210px;
    margin: 30px auto 30px;
  }
  .col-4 {
    flex: 100%;
  }
  .head-bg h2 {
    font-size: 27px;
    line-height: 45px;
    font-weight: 500;
  }
  .head-bg {
    padding: 15px 0px;
  }
  .row.bonus-row .col-4 {
    padding: 10px;
    margin-bottom: 40px;
  }
  .row.bonus-row {
    margin-bottom: 0;
  }
  .pxt-bundle {
    max-width: 326px;
    margin: 20px auto 0px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
      flex: 100%;
  }
  .main-head {
    line-height: 66px;
    font-size: 43px;
  }
  .heading1 {
    font-size: 35px;
  }
  .dktp-only{
    display: none;
  }
  .mbl-only{
    display: block;
  }
  .row.align-center.red {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 31px;
  }
  .row.align-center.red p{
    font-size: 22px !important;
  }
  .red-point {
    font-size: 20px;
    margin-top: 15px;
  }
  .mb-0.br br {
    display: contents;
  }
}

@media (max-width: 560px) {
  .main-head {
    line-height: 53px;
    font-size: 33px;
  }
  .parastyle p {
    font-size: 18px;
    line-height: 31px;
  }
  .head-bg h2 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 500;
  }
  .step-box h2 {
    font-size: 24px;
  }
  .step-box {
    padding: 20px 21px;
  }
  .step-box p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .pxt-bundle {
    max-width: 285px;
  }
  .bonus-img {
    max-width: 288px;
  }
  .access-btn {
    font-size: 21px;
  }
  .top-btns img {
    width: 100%;
    max-width: 18px;
  }
  .learn-btn {
    padding: 11px 30px;
  }
  .header-content {
    padding: 3em 0px 5em;
  }
  .top-bar {
    padding-top: 12px;
  }
  .sub-head {
    font-size: 26px;
    line-height: 42px;
  }
  .heading1 {
    font-size: 32px;
  }
 
  .row.align-center.red p {
    font-size: 20px !important;
  }
  .red-point {
    font-size: 18px;
    width: 100%;
    max-width: 80%;
    display: block;
    margin: 15px auto 0;
  }
  .section-mb.grey-bg2 {
    padding: 3em 0px 3em;
  }
  .row.bonus-row .col-4 {
    padding: 0px;
  }
  .bns-btn {
    padding: 6px 40px;
    font-size: 14px;
    border-radius: 5px;
    margin: -51px auto 0;
  }
}
@media (max-width: 428px) {
  .main-head {
    line-height: 50px;
    font-size: 31px;
  }
  .sub-head {
    font-size: 24px;
    line-height: 34px;
  }
  .bns-list li {
    font-size: 16px;
    line-height: 26px;
  }
  .head-bg h2 {
    font-size: 23px;
    line-height: 36px;
  }
  .parastyle p {
    font-size: 17px;
    line-height: 31px;
  }
  .sign {
    max-width: 175px;
    margin-bottom: 33px;
  }
  .heading1 {
    font-size: 28px;
  }
  .btl-6 {
    max-width: 340px;
  }
  .gotit-btn {
    font-size: 20px;
    padding: 8px 59px;
  }
  .col-4 {
    flex: 100%;
  }
  .steps .col-4 {
    padding: 5px 5px 5px;
  }
  .pxt-bundle {
    max-width: 250px;
  }
  .bonus-img {
    max-width: 250px;
  }
  .icon {
    margin: 0 auto 20px;
  }
  .category-box {
    text-align: center;
    width: 100%;
    max-width: 80%;
    margin: 0 auto 20px;
  }
  .footer-head {
    font-size: 20px;
  }
  .footer-para p {
    font-size: 17px;
  }
  .footer-logo {
    max-width: 209px;
    margin-top: 13px;
  }
  .eye-logo {
    max-width: 42px;
  }
  .jrny-btn {
    font-size: 17px;
    padding: 8px 36px;
  }
 
  .row.align-center.red p {
    font-size: 19px !important;
  }
  .row.align-center.red p {
    font-size: 18px !important;
    line-height: 24px;
  }
}

@media (max-width: 390px) {
  .main-head {
    line-height: 43px;
    font-size: 29px;
  }
  .bns-list li {
    font-size: 15px;
    line-height: 26px;
  }
  .sub-head {
    font-size: 23px;
  }
  .parastyle p {
    line-height: 30px;
    font-size: 16px;
  }
  .heading1 {
    font-size: 25px;
  }
  .category-box {
    max-width: 90%;
  }
  .header-content {
    padding: 3em 0px 3em;
  }
  .learn-btn {
    font-size: 15px;
  }
  .bns-list {
    padding: 0;
    padding-left: 30px;
  }
  .head-bg h2 {
    font-size: 21px;
    line-height: 33px;
  }
  .section-mb {
    margin-bottom: 2em;
  }
  .step-box h2 {
    font-size: 22px;
  }
  .access-btn {
    font-size: 19px;
  }
  .sub-head {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .red-point {
    max-width: 100%;
  }
  .jrny-btn {
    font-size: 14px;
    padding: 8px 36px;
  }
}
h3.btn-title {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
}
