:root{
    --primarycolor: #A66ABB;
    --secondarycolor: #2ECABE;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer {
    
    bottom: 0;
    width: 100%;
    background-color: #a56abb;
    height: 100% !important;
    
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    
 }

 .footer table tr td p {
    color: white !important;
    font-size: 12px !important;
 }

 .footer table tr td p a:hover{
    color: #2ecabf !important;
    font-family: 'Lucida-bold';
 }

 .footer table tr td p a {
    color: white !important;
    font-size: 12px !important;
    text-decoration: none !important;
 }

 .float-left {
    display: inline-block;
    float: left;
 }

 .float-right {
    display: inline-block;
    float: right;
 }

.fw-bolder {
    font-weight: bolder !important;
}

.fw-semibold{
    font-weight: bold;
}

.text-center {
    text-align: center !important;
}

.Lucida-font {
    font-family: 'Lucida-bold' !important;
    
}

.buy-now-btn { 
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
   
}

.fs-65 {
    font-size: 65px !important;
}

.fs-35{
    font-size: 35px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fst-italic {
    font-style: italic !important;
}

.py-50 .px-50 {
    padding: 50px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pt-n80 {
    padding-top: -100px !important;
}

.bg-white {
    background-color: #ffff;
}

.bg-warning {
    background-color: #ffe100;
}

.bg-purple {
    background-color: #a66abb;
}

.bg-light {
    background-color: #f5f5f5;
}

.text-danger {
    color: #ff0000;
}

.text-white {
    color: #ffff;
}

.text-dark {
    color: #000000
}

.lh-70{
    line-height: 70px !important;
}

.lh-60 {
    line-height: 60px !important;
}

.lh-50 {
    line-height: 50px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-30 {
    line-height: 30px !important;
}


/* collapsible */
.collapsible {
    background-color: #f5f5f5;
    color: rgb(60, 60, 60);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #c6c6c6;
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }
/* collapsible */

@font-face {
    font-family: "Lucida";
    src: url("../fonts/LucidaSansRegular.ttf");
    font-weight: 400;
}
  
@font-face {
    font-family: "Lucida-bold";
    src: url("../fonts/LucidaSansDemibold.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "montserrat";
    src: url("../fonts/montserrat.ttf");
    /* font-weight: 400; */
}


p, li{
    /* font-family: 'montserrat'; */
    font-family: 'Montserrat';
    color: #000;
    font-size: 22px;
}

p:not(:last-child){
    margin-bottom: 20px;
}

a, p, li{
    word-break: break-word;
    line-height: 32px !important;
}


.main{
    width: 100%;
}

.heading{
    font-style: italic;
    font-size: 55px;
    width: 100%;
    font-family: "Lucida-bold";
    text-align: center;
    word-break: break-word;
}

.subheading{
    font-size: 45px;
    width: 100%;
    font-family: "Lucida-bold";
    text-align: center;
}

.textsubhead{
    font-size: 40px;
    font-family: "Lucida";
    text-align: center;
}

.lucida{
    font-family: 'lucida';
}

.lucidabold{
    font-family: 'Lucida-bold';
}

.italic{
    font-style: italic;
}

.no-radius{
    border-radius: 0 !important;
}

.sbloc{
    width: 100%;
    max-width: 1400px;
    padding: 50px;
    margin: 0 auto;
}

.sbloc-wfull{
    width: 100%;
    padding: 50px 0;
}

.imgblockrowcont{
    width: 100%;
    padding: 0 50px;
}

.bigimgbloc{
    padding: 10px;
    border-radius: 30px;
    background: white;
    box-shadow: 8px 12px 17px rgba(0, 0, 0, 0.25);
    max-width: 880px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.bigimgbloc.mt{
    margin-bottom: 0;
    margin-top: 50px;
}

.bigimgbloc img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.midoverimgbloc{
    padding: 10px;
    border-radius: 30px;
    background: white;
    box-shadow: 8px 12px 17px rgba(0, 0, 0, 0.25);
    max-width: 550px;
    height: 750px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.overimgcont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.overimgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}



.s1{
    width: 100%;
}

.prehead{
    width: 100%;
    padding: 20px 50px;
}

.prehead p{
    text-align: center;
    font-size: 25px;
    color: var(--primarycolor);
    margin: 0;
}

.s1div1{
    background: var(--secondarycolor);
    padding-block: 60px;
}


.s1d1d1{
    border-bottom: 8px dashed white;
    padding: 0 50px 60px;
}

.mainheading{
    font-family: 'montserrat';
    font-size: 65px;
    color: white;
    text-align: center;
}


.s1d1d2{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

/* image with text 1 start */

.imagewtext1{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 50px;
}

.it1imgcont{
    width: 50%;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}

.it1imgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.it1textcont{
    width: 50%;
    padding: 30px;
    border: 6px dashed var(--primarycolor);
    background-color: rgba(255, 255, 255);
}

.it1textcont p{
    color: var(--primarycolor);
    font-size: 25px;
    font-style: italic;
}

/* image with text 1 end */

.s1d1d3{
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-inline: 50px;
}

/* text box 1 start */

.textbox1{
    /* width: 100%; */
    background: white;
    border-radius: 30px;
    padding: 100px;
}

.textbox1cont{
    border-top: 6px dashed var(--primarycolor);
    border-bottom: 6px dashed var(--primarycolor);
    padding-block: 30px;
}

/* text box 1 end */

/* image with text 2 start */

.imagewtext2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 60px;
}

.it2imgcont{
    /* width: 30%; */
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 10px 13px 29px #00000050;
}

.it2imgcont img{
    width: 300px;
    height: auto;
    /* object-fit: cover; */
    border-radius: 10px;
}

.it2textcont{
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.it2textcont p{
    color: #000;
    font-size: 22px;
}

/* image with text 2 end */


/* image with text 3 start */

.imagewtext3{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 50px;
}

.it3imgcont{
    width: 30%;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 10px 13px 29px #00000050;
}

.it3imgcont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.it3textcont{
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.it3textcont p{
    color: #000;
    font-size: 22px;
}

.headingblock{
    background-color: var(--primarycolor);
    padding: 20px;
    border-radius: 30px;
}

.headingblock h2{
    color: white;
}

.sbloc-wfull .headingblock h2{
    margin: 0 auto;
    max-width: 1350px;
    padding: 20px 50px;
    width: 100%;
}

.highlight{
    background-color: yellow;
}
.highlight-primary{
    background-color: var(--primarycolor);
    color: white;
    padding-inline: 10px;
}


.headingblock.bgnone{
    background: none;
    border-top: 6px solid var(--primarycolor);
    border-bottom: 6px solid var(--primarycolor);
}

.headingblock.bgnone-secondary{
    border-top: 6px solid var(--secondarycolor);
    border-bottom: 6px solid var(--secondarycolor);
}

.heading-inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.textblock{
    padding: 50px 30px;
}

.textblock-dashed{
    padding: 50px;
    border: 6px dashed var(--primarycolor);
}

.sbloc-wfull .textblock{
    margin: 0 auto;
    max-width: 1300px;
    padding-inline: 80px;
}

.s4borderdtextbox{
    border: 4px solid black;
    padding: 40px 30px;
    margin-top: 40px;
}

ul{
    padding-left: 40px;
}

.s4borderdtextbox p, .s4borderdtextbox li{
    font-size: 25px;
}

.dashed-row{
    width: 75%;
    padding-block: 30px;
}

.dashed-line{
    border-top: 12px dashed var(--secondarycolor);
}

.dashed-line.primecolor{
    border-top-color: var(--primarycolor);
}

.dashed-small{
    border-top-width: 6px;
}

.dashed-medium{
    border-top-width: 12px;
}

.dashed-container{
    border: 5px dashed var(--primarycolor);
    border-radius: 50px;
    padding: 50px;
}

.dashed-container-cont{
    max-width: 1000px;
    margin: auto;
}

.dashed-testimonials-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* max-width: ; */
}

.dashed-testi-box{
    width: 100%;
    border: 3px dashed var(--primarycolor);
    padding: 30px;
    border-radius: 30px;
    display: flex;
    gap: 30px
}

.dashed-testi-imgcont{
    height: 270px;
    background-color: white;
    padding: 10px;
    border-radius: 7px;
    box-shadow: -1px 7px 13px rgba(0, 0, 0, 0.25);
}

.dashed-testi-ovfimg{
    /* width: 100%; */
    width: 350px;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.dashed-testi-ovfimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashed-testi-pos1{
    transform: scale(2.5) translateY(45px);
}

.dashed-testi-textcont{
    padding: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
}

.testi-name{
    text-align: right;
}

.comptabletitle{
    font-size: 36px;
}

.comptable{
    width: 100%;
    border-collapse: collapse;
}

.comptable td{
    border: 1px solid black;
    width: 50%;
    padding: 10px;
}

.comptable td:nth-child(2) p{
    text-align: center;
    font-size: 40px;
    font-family: 'Lucida-bold';
}

.comptable tr:last-child td:first-child p{
    font-size: 40px;
    text-align: center;
    font-family: 'Lucida-bold';
}

.comptable tr:last-child td:nth-child(2) p{
    font-size: 22px;
    text-align: center;
    font-family: 'Lucida-bold';
    margin-bottom: 10px;
}

.secureform{
    width: 100%;
    max-width: 1250px;
    background: white;
    padding: 15px;
    box-shadow: 8px 12px 17px #00000026;
}

.securetext{
    background: var(--secondarycolor);
    width: 100%;
    padding:20px  30px;
}

.securetext h4{
    color: white;
    font-size: 36px;
    font-family: 'Lucida-bold';
    text-align: center;
}

.securewrap{
    background: #eee;
    padding: 30px 50px;
}
.securecont{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 650px;
    margin: 0 auto;
}

.securecont p{
    font-family: 'Lucida';
    font-size: 22px;
    text-align: center;
}

.securecont p.digitaltex{
    font-size: 36px;
    color: var(--secondarycolor);
    font-family: 'Lucida-bold';
    text-align: center;
    margin: 0;
}

p.secureprice{
    font-size: 36px;
    font-family: 'Lucida-bold';
}

.secureimgprod{
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 10px;
}

.buynowbtn{
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
}


.buynowbtn img{
    width: 100%;
    height: auto;
}




.accordion-cont{
    margin: 20px auto;
}

.accordion-cont .acc-title{
    width: 100%;
    font-family: 'Lucida-bold';
    font-style: italic;
    font-size: 45px;
}

.accordion-cont hr, .accordhr{
    width: 100%;
    margin: 30px 0;
}

.acc-accordions{
    width: 100%;
}

.acc-item input{
    display: none;
}

.acc-item .acc-q{
    background: #ededed;
    font-weight: bold;
    margin: 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.acc-item .acc-q label{
    cursor: pointer;
    padding: 20px 50px 20px 20px;
    display: block;
    width: 100%;
}


.acc-item .acc-q::after{
    content: '⮟';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
}

.acc-item .acc-ans{
    padding: 0 30px;
    background-color: #f9f9f9;
    transition: all 0.7s, height 0.3s, padding 0.1s;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

.acc-item input[type=checkbox]:checked + .acc-item-cont .acc-ans{
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 30px;
}

.acc-item input[type=checkbox]:checked + .acc-item-cont .acc-q::after{
    transform: translateY(-50%) rotateZ(180deg) ;
}

.acc-item .acc-ans p{
    margin: 0;
    font-size: 20px !important; 
}
.acc-item .acc-ans p:not(:last-child){
    margin-bottom: 20px;
}

.prodcuctimgcont{
    align-items: center;
}

.prodcuctimg{
    width: 500px;
    height: auto;
    display: flex;
}

.prodcuctimg img{
    width: 100%;
    height: auto;
}

.reftitle{
    font-size: 45px;
}

.font-36{
    font-size: 36px;
}



.mb0{
    margin-bottom: 0;
}
.my{
    margin-block: 50px;
}

.mt50{
    margin-top: 50px;
}

.mb50{
    margin-bottom: 50px;
}

.mb20{
    margin-bottom: 20px !important;
}

.mb30{
    margin-bottom: 30px;
}

.mblist li{
    margin-bottom: 20px;
}

.p0{
    padding: 0;
}

.px0{
    padding-inline: 0;
}

.px10{
    padding-inline: 10px;
}

.py30{
    padding-block: 30px;
}

.px50{
    padding-inline: 50px;
}


.pt0{
    padding-top: 0;
}

.mw800{
    max-width: 800px;
    height: auto;
}

.mw500{
    max-width: 500px;
    height: auto;
}

.mw600{
    max-width: 600px;
    height: auto;
}

.mxauto{
    margin-inline: auto;
}

.mw100p{
    max-width: 100%;
}

.w40p{
    width: 40%;
}

.w60p{
    width: 60%;
}

.w80p{
    width: 80%;
}

.w100p{
    width: 100%;
}

.maxlg{
    max-width: 1350px;
    margin: 0 auto;
}

.maxdestop{
    max-width: 1400px;
    margin: 0 auto;
}

.object-pos10p{
    object-position: 10%;
}

.object-pos30p{
    object-position: 30%;
}

.object-pos40p{
    object-position: 40%;
}

.object-pos60p{
    object-position: 60%;
}

.object-pos70p{
    object-position: 70%;
}

.primecolor{
    color: var(--primarycolor) !important;
}

.secondarycolor{
    color: var(--secondarycolor) !important;
}

.redcolor{
    color: red;
}

.blackcolor{
    color: rgb(0, 0, 0);
}

.notItalic{
    font-style: unset;
}

.font-w-normal{
    font-weight: normal;
}

.noshadow{
    box-shadow: none;
}

.textLeft{
    text-align: left;
}

