@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin: 0px auto;
    padding: 0px 20px;
}

.txt-cntr {
    text-align: center;
}

.aln-cntr {
    align-self: center;
}

.blk {
    display: block;
}

.aln-end {
    align-self: end;
}

.row {
    display: flex;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.col-1 {
    flex: 8.33%;
}

.col-2 {
    flex: 16.66%;
}

.col-3 {
    flex: 25%;
}

.col-4 {
    flex: 33.33%;
}

.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%;
}

.dsplyBlk {
    display: block;
}

.navbarBg {
    background: #000;
}

.clrYellow {
    color: #f6a21a;
}

.logoContainer {
    padding: 20px 0px;
}

.logoContainer img {
    width: 100%;
    max-width: 203px;
}

.sucessContent h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.sucessContent p {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.sucessBg {
    background: url(../images/thankuBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6% 0%;
}

.clrBlack {
    background-color: #000;
}

.footerContent img {
    margin-bottom: 20px;
}

.footerList {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.footerList li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
    text-decoration: none;
}

.footerContent p {
    color: #fff;
    font-size: 16px;
    padding: 5px 15px;
}

.footerStyles {
    padding: 4% 0%;
    background-color: #131337;
    color: #fff;
}


/* download page */

.downloadContent h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

.downloadContent img {
    width: 100%;
    max-width: 550px;
}

.prdtSteps h3 {
    color: #f6a21a;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.prdtSteps {
    margin: 40px 0px;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
}

.prdtSteps p {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.downloadPrdt h4 {
    color: #984b98;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.downloadPrdt h4 img {
    width: 100%;
    max-width: 440px;
}

.downloadBtn a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 10px;
    background: linear-gradient(90deg, #ee4d0e 0%, #ee4d0e 100%);
    padding: 8px 35px;
    text-decoration: none;
    margin: 20px auto;
    display: block;
    width: 100%;
    max-width: fit-content;
}

.downloadPrdt {
    margin-bottom: 60px;
}

.downloadPrdt img {
    width: 100%;
    max-width: 485px;
}


/* Landing Page */

.freeEyeContent h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

.freeEyeContent h5 {
    font-family: Nunito;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffffdb;
}

.freeEyeContent img {
    width: 100%;
    max-width: 600px;
}

.sendform input {
    border: 1px solid #000;
    background: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    margin-bottom: 13px;
    padding: 10px 20px;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 22px;
    color: rgba(63, 63, 63, 1);
    font-weight: 400;
    border-radius: 10px;
}

.sendform button {
    border-radius: 10px;
    background: rgba(152, 75, 152, 1);
    border: none;
    padding: 15px 30px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 10px auto 20px;
    display: block;
    text-transform: uppercase;
    margin-top: 30px; cursor: pointer;
}

.sendform p {
    color: #ffffff91;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.enterEmailCont h3 {
    color: #131337;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.heading-bg {
    background: #131337;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.heading-bg h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 0;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.enterEmailCont img {
    width: 100%;
    max-width: 500px;
}

.box {
    border: 0.8px solid rgba(157, 157, 235, 1);
    border-radius: 15px;
    padding-bottom: 40px;
}

.enterEmailCont {
    margin-top: 40px;
}

.contentList ul {
    list-style: none;
}

.contentList ul li {
    display: flex;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: start;
}

.contentList ul li::before {
    content: "";
    display: block;
    width: 100%;
    max-width: fit-content;
    height: 30px;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    margin: 15px 15px 0px 0px;
    border: 5px solid #984b98;
    border-radius: 10px;
    padding: 0px 15px;   
  background-position: center;
}
.ex-bnus {
    padding-top: 30px;
}
.ex-bnus h4 {
    color: #984B98;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.ex-bnus p {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ex-bnus p span {
    color: #ffffff;
    background: #984B98;
    padding: 5px 16px;
    border-radius: 10px;
}
.wantItBtn {
    margin-top: 7%;
}
.wantItBtn a {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 10px auto;
    text-decoration: none;
    padding: 10px 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(90deg, #984b98 0%, #984b98 100%);
}

.simpleSection {
    margin-bottom: 60px;
}
.footerContent img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 18%;
}
 .mbl_only {
    display: none;
}
.wantItBtn a:hover {
    background: rgb(247 59 247);
}
.sendform button:hover {
    background: rgb(247 59 247);
}

@media(max-width:1880px){
  .contentList ul li::before {
    margin: 4px 12px 0px 0px;
    
    }
  }

@media (max-width: 1440px) {
.sucessBg {
    padding: 3% 0%;
}
.freeEyeContent img {
    width: 100%;
    max-width: 500px;
}
 .freeEyeContent h5 {
    font-family: Nunito;
    font-size: 23px;
  }
  .freeEyeContent h2 {
    font-size: 58px;
  }
  .contentList ul li::before {
    margin: 4px 15px 0px 0px;
  }
  
}

@media (max-width: 1024px) {
    .sucessContent h2 {
        font-size: 55px;
    }
    .sucessContent p {
        font-size: 30px;
    }
    .footerContent p {
        font-size: 22px;
        padding: 10px;
    }
    .footerList li a {
        font-size: 22px;
    }
    /* download page */
    .downloadContent h2 {
        font-size: 40px;
        text-align: center;
    }
    .prdtSteps h3 {
        font-size: 45px;
        margin-bottom: 25px;
    }
    .prdtSteps p {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .downloadPrdt h4 {
        font-size: 40px;
    }
    .downloadPrdt img {
        width: 100%;
        max-width: 380px;
    }
    .downloadBtn a {
        font-size: 26px;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 54px;
    }
    .freeEyeContent h5 {
        font-size: 21px;
    }
    .sendform button {
        font-size: 25px;
    }
    .enterEmailCont h3 {
        font-size: 44px;
    }
    .enterEmailCont img {
        max-width: 370px;
    }
    .contentList ul li {
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .wantItBtn a {
        font-size: 25px;
    }
    .ex-bnus {
        font-size: 28px;
    }
}
@media(max-width:820px){
  .freeEyeContent h2 {
    color: #fff;
    font-size: 48px;
  }
  .freeEyeContent h5 {
    font-size: 18px;
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {
  .dsktp_only {
    display: none;
}
    .row {
        display: block;
    }
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        flex: 100%;
    }
    .logoContainer img {
        width: 100%;
        max-width: 175px;
    }
    .sucessContent h2 {
        font-size: 40px;
    }
    .sucessContent p {
        font-size: 24px;
    }
    .footerList li a {
        font-size: 20px;
    }
    .footerContent p {
        font-size: 20px;
    }
  .mbl_only {
    display: block;
}
    /* download Page */
    .downloadContent img {
        max-width: 370px;
        display: block;
        margin: auto;
    }
    .downloadContent h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }
    .prdtSteps h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .prdtSteps p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .downloadPrdt h4 {
        font-size: 36px;
    }
    /* landing Page */
    .freeEyeContent img {
        max-width: 500px;
        margin: 20px auto;
        
    }
    .freeEyeContent h2 {
        font-size: 44px;
        line-height: 1.3;
    }
    .sendform input {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .sendform button {
        font-size: 25px;
    }
    .enterEmailCont h3 {
        font-size: 34px;
        line-height: 1.3;
    }
    .contentList ul li {
        font-size: 19px;
        line-height: 1.6;
    }
    .contentList ul li::before {
        height: 29px;
        background-size: 26px;
        padding: 0px 15px;
    }
    .freeEyeContent h5 {
        font-size: 19px;
    }
    .ex-bnus {
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    .dsplyBlk {
        display: inline;
    }
    .sucessContent h2 {
        font-size: 29px;
    }
    .sucessContent p {
        font-size: 18px;
    }
    .sucessBg {
        padding: 3% 0%;
    }
    .footerList li a {
        font-size: 18px;
    }
    .footerContent p {
        font-size: 18px;
    }
    .logoContainer {
        padding: 10px 0px;
    }
    /* download Page */
    .downloadContent h2 {
        font-size: 28px;
    }
    .downloadContent img {
        max-width: 320px;
    }
    .prdtSteps h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .prdtSteps p {
        font-size: 20px;
    }
    .prdtSteps {
        margin: 20px 0px;
        padding: 15px 0px;
    }
    .downloadPrdt h4 {
        font-size: 28px;
    }
    .downloadPrdt img {
        max-width: 300px;
    }
    .downloadBtn a {
        font-size: 22px;
    }
    /* landing Page  */
    .freeEyeContent h2 {
        font-size: 32px;
    }
    .sendform input {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .sendform button {
        font-size: 20px;
    }
    .sendform p {
        font-size: 15px;
    }
    .enterEmailCont h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .enterEmailCont img {
        max-width: 300px;
        margin-bottom: 20px;
    }
    .contentList ul li {
        font-size: 20px;
        line-height: 1.3;
    }
    .contentList ul li::before {
        height: 24px;
        background-size: 22px;
        padding: 3px 13px;
        margin: 5px 10px 0px 0px;
        border: 2px solid #984b98;
    }
    .wantItBtn a {
        font-size: 20px;
    }
    .enterEmailCont h3 {
        font-size: 22px;
    }
  .ex-bnus p span {
    
    display: block;
    margin-bottom: 15px;
}
  .ex-bnus p {
    font-size: 21px;
  }
}

@media (max-width: 428px) {
    /* download Page */
    .downloadContent h2 {
        font-size: 24px;
    }
    .downloadContent img {
        max-width: 270px;
    }
    .prdtSteps p {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .downloadPrdt h4 {
        font-size: 24px;
    }
    .downloadPrdt img {
        max-width: 270px;
    }
    .downloadBtn a {
        font-size: 20px;
    }
    .downloadPrdt {
        margin-bottom: 40px;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 23px;
        line-height: 1.2;
    }
    .sendform button {
        font-size: 18px;
    }
    .freeEyeContent img {
        max-width: 270px;
    }
    .enterEmailCont h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .enterEmailCont img {
        max-width: 270px;
        margin-bottom: 15px;
    }
    .contentList ul li {
        font-size: 18px;
        line-height: 1.3;
    }
    .wantItBtn a {
        font-size: 18px;
    }
  .ex-bnus h4 {
    
    font-size: 34px;
  }
}
@media(max-width:414px){
  .ex-bnus h4 {
    font-size: 32px;
}
}

@media(max-width:400px) {
    .plr-40 {
        padding-left: 15px;
        padding-right: 16px;
    }
}

@media (max-width: 375px) {
    .logoContainer img {
        width: 100%;
        max-width: 150px;
    }
    .container {
        padding: 0px 10px;
    }
    .sucessContent p {
        font-size: 17px;
    }
    .sucessContent h2 {
        font-size: 23px;
    }
    .footerList li a {
        font-size: 16px;
        display: block;
        padding: 2px 5px;
    }
    .footerContent p {
        font-size: 16px;
    }
    .footerList {
        flex-direction: column;
    }
    /* landing Page */
    .freeEyeContent h2 {
        font-size: 24px;
        line-height: 1.2;
      margin-bottom:15px;
    }
    .sendform input {
        font-size: 16px;
    }
    .sendform p {
        font-size: 14px;
    }
    .enterEmailCont h3 {
        font-size: 23px;
    }
    .contentList ul li {
        font-size: 16px;
    }
    .contentList ul li::before {
        height: 19px;
        background-size: 18px;
        padding: 0px 9px;
        margin: 15px 6px 0px 0px;
    }
    .wantItBtn a {
        font-size: 16px;
    }
  .freeEyeContent img {
    max-width: 200px;
}
  .freeEyeContent h5 {
    font-size: 16px;
    line-height: 1.3;
}
}

@media(max-width:320px) {
    .enterEmailCont h3 {
        font-size: 18px;
    }
}