@import url('https://fonts.googleapis.com/css2?family=Urbanist');
body{
    font-family: 'Urbanist', sans-serif;
 }
:root{
	--title-color:#2e4458;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #3d63c4;
	/* --primary-color : #00c26b; */
    --hover : #374d82;
	--secound-color:rgb(0,171,85);
	--white : #fff;
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;
    --background :linear-gradient(263.25deg, rgba(245, 131, 32, 0.87) 0%, rgba(241, 105, 33, 0.987054) 81.82%, #D75312 109%);
    --box-shadow : 6.84606px 11.4101px 17.1151px rgba(208, 102, 8, 0.3);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}




/* others */
.mobile-things{
    display: none;
}

.b1 {
    background: beige !important;
}
.b2 {
    background: #dcf5ee !important;
}
.b3 {
    background: #f5dcdc !important;
}
.b4 {
    background: #e5dcf5 !important;
}
.b5 {
    background: #f5e8dc !important;
}
.b6 {
    background: #daefff !important;
}

.b7 {
    background: beige !important;
}
.b8 {
    background: #dcf5ee !important;
}
.b9 {
    background: #f5dcdc !important;
}
.b10 {
    background: #e5dcf5 !important;
}
.b11 {
    background: #f5e8dc !important;
}
.b12 {
    background: #daefff !important;
}
.b13 {
    background: #daefff !important;
}

.b14 {
    background: beige !important;
}
.b15 {
    background: #dcf5ee !important;
}


/* solutions for */
.solution-for{
    padding: 50px 0;
    background-color: #faf4d5;
    margin: 15px 0;
}
.solution-title{
    text-align: center;
}
.solution-title h2 {
    font-size: var(--clamp34);
    font-weight: 600;
    margin-bottom: 25px;
}
.solution-title h5{
    font-size: var(--clamp18);
    font-weight: 400;
}
.thesolblock{
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    margin: 15px 0;
    height: 150px;
}
.solution-block img{
    height: 150px;
}
.b-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solution-content h3{
    font-size: var(--clamp20);
    font-weight: 600;
}
.solution-content h5{
    font-size: var(--clamp18);
    font-weight: 400;
}
/* solutions for */
/* testimonials */
.testimonials{
    padding: 50px 0;
}
.testimonial-title{
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 6px;
}
.whatsed{
    background-color: var(--primary-color);
    padding: 30px 10px;
    height: 100%;
}
.cus-content{
    text-align: center;
}
.cos-details h5{
    font-size: var(--clamp20);
    font-weight: 600;
}
.cos-details h6{
    font-size: var(--clamp20);
    font-weight: 500;
    font-style: italic;
}
.cos-details p{
    font-size: var(--clamp20);
    font-weight: 500;
    font-style:normal;
}
.whatsed h4{
    font-size: var(--clamp22);
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.whatsed h2{
    font-size: var(--clamp44);
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.quo i{
    position: absolute;
    font-size: var(--clamp78);
    top: 0px;
    color: white;
    opacity: 0.2;
}
.quo2 i{
    position: absolute;
    font-size: var(--clamp78);
    bottom: 0px;
    right: 0;
    transform: rotate(180deg);
    color: white;
    opacity: 0.2;
}
/* testimonials */

/* whydigitalcard */
.whydigitalcard{
    padding: 50px 0;
}
.whycontent h2{
    font-size: var(--clamp36);
    font-weight: 600;
}
.whycontent h5{
    font-size: var(--clamp20);
    font-weight: 600;
}
.whycontent p{
    font-size: var(--clamp20);
    font-weight: 500;
}
.whycontent li{
    font-size: var(--clamp20);
    font-weight: 600;
    list-style: none;
    line-height: 40px;
}
.whycontent h3 {
    color: red;
    text-transform: capitalize;
    font-weight: 600;
    font-size: var(--clamp20);
    margin: 30px 0;
}
.whycontent a{
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
}

/* whydigitalcard */
/* brandbez */
.banner{
    background-color: #ccc;
    padding: 50px 0;
    background: #7474BF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #348AC7, #7474BF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.banner h2{
    text-align: center;
    color: white;
    font-size: var(--clamp32);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.banner h5{
    text-align: center;
    color: white;
    font-size: var(--clamp22);
}



/* boostbusiness */
.boostbusiness{
    padding: 50px 0;
    text-align: center;
}
.business-growth {
    border-radius: 20px;
    background-image: url("../img/growth.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow:hidden;
}
.business-btn{
    margin-top: 30px;
}
.business-btn a{
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: white;
    border:none;
    box-shadow: none;
}
.cos-details p{
    font-weight: 600;
}
.innergrowth {
    background: rgba(0,0,0,0.8);
    height: 100%;
    padding: 50px 20px;
    width: 100%;
}
.business-growth h2 {
    font-size: var(--clamp42);
    font-weight: 600;
    color: #ffff9d;
}
.business-growth h2 span{
    font-weight: 700;
}
.business-growth h5{
    font-size: var(--clamp18);
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    color: #fff;
}

/* createblock */
.createnow{
    padding: 10px 0;
}
.createblock {
    border-radius: 10px;
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    min-height: 320px;
    max-height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.titlesection{
    padding: 20px 0;
    text-align: center;
}
.titlesection h2{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--clamp32);
}
.viewmore{
    margin: 20px 0;
    margin-top: 50px;
    text-align: center;
}
.viewmore a{
    text-decoration: none;
    background-color: var(--primary-color);
    padding: 15px 20px;
    color: white;
    border-radius: 50px;
}
.titlesection h4{
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: var(--clamp18);
}
.imgblock{
    background-color: white;
    height: 300px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}
.blockimg{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: ease-in-out 0.3s;
}
.imgblock:hover > .blockimg{
    transition: ease-in-out 0.3s;
    transform: scale(1.2,1.2);
}
.createme h1 {
    font-size: var(--clamp20);
    color: #222;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.createcontent{
    padding: 20px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.createme h4{
    font-size: var(--clamp20);
    color: #222;
    font-weight: 400;
}
.themeclick{
    margin-top: 30px;
}
.themeclick a{
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    width: auto;
}
.createimg{
    background-image: url("https://web.know.ee/wp-content/uploads/2024/03/Individuals.png");
    background-position: center;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
}

/* register */
.register{
    padding: 50px 0;
}
.regimg img{
    height: 75px;
}
.reg-content{
    padding: 30px 0;
}
.reg-content h4{
    text-align: center;
}
.registatus{
    padding: 15px 0;
}
.block{
    background-color: #ccc;
    height: 15px;
    width: 20%;
    border-radius: 50px;
    float: left;
    margin: 0 5px;
}
.active-status{
    background-color: var(--primary-color);
}
.reg-content h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    font-size: var(--clamp24);
}
.reg-content p{
    text-align: center;
    font-size: var(--clamp18);
    margin: 20px 0;
}
.theforms input[type="text"],.theforms input[type="password"],.theforms input[type="email"],.theforms input[type="number"]{
    height: 50px;
    border-radius: 50px;
    padding: 10px 25px;
    border: solid 1px #ccc;
    box-shadow: none;
    margin-bottom: 15px;
}
.theforms label{
    padding: 0 25px;
    font-weight: 700;
    letter-spacing: 1px;
}
.themebtn{
    margin: 20px 0;
}
.themebtn button{
    background-color:var(--primary-color);
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1.2px; 
    text-transform: uppercase;
}
.themebtn button:hover{
    background-color: var(--hover);
}
.otherdetails p{
    font-size: var(--clamp14);
    padding: 0 20px;
}
.otherdetails h5{
    font-size: var(--clamp16);
    padding: 0 20px;
    text-align: center;
}
.otherdetails a{
    text-decoration: none;
}

/* topmenu */
.topmenu{
    background-color: white;
    height: 80px;
    border-bottom: solid 1px #f0efef;
}
.logo img{
    height: 60px;
    margin-top: 10px;
}
.menu ul{
     margin-top: 20px;
}
.menu ul li{
    float: left;
    list-style: none;
    margin: 10px 20px;
}
.menu ul li a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--clamp16);
}
.menu2 ul{
    float: right;
}
.menu2 a{
    letter-spacing: 1.5px !important;
}
.menu2 li{
    margin: 10px 10px !important;
}
.top-create {
    background-color: var(--primary-color);
    padding: 10px 15px;
    border: none;
    color: white !important;
    border-radius: 50px;
}

/* head */
.headmenu{
    padding: 5px 0;
    background-color: #ecf6fa;
    padding-top: 10px;
}
.headmenu h5{
    font-size: var(--clamp16);
}
/* terms */
.term-content h5{
    font-size: var(--clamp18);
    letter-spacing: 0.5px;
}
.term-content h4{
    font-size: var(--clamp22);
    letter-spacing: 0.5px;
    font-weight: 600;
}
.term-content p{
    font-size: var(--clamp18);
    letter-spacing: 0.5px;
    font-weight: 400;
}
/* footer */
.footer {
    background-color: #091952;
    height: auto;
    padding: 50px 0;
    border-bottom: solid 1px #f0efef;
    padding-bottom: 15px;
    color: white;
}
.flogo img{
    height: 50px;
    margin-bottom: 20px;
}
.fcontent p{
    font-size: var(--clamp16);
    letter-spacing: 0.5px;
}
.fblock li{
    list-style: none;
    line-height: 30px;
}
.fblock li a{   
    color: white;
    text-decoration: none;
}
.fblock h4{
    font-weight: 600;
    font-size: var(--clamp20);
}
.footermsg{
    padding: 10px 0;
    margin-top: 50px;
    text-align: center;
}
.footermsg h5{
    font-size: var(--clamp14);
}
.footermsg a{
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}
/* Become Reseller */
.reseller{
    background-color: rgb(237 243 241);
    height: 500px;
    padding: 80px 0;
}
.reseller h2{
    font-size: var(--clamp48);
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.reseller p{
    font-size: var(--clamp18);
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.reseller-details{
    background-color: white !important;
    border-radius: 20px;
    position: relative;
    top: -200px;
    height: auto;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.reseller-details h2{
    font-size: var(--clamp24);
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
}
.reseller-form{
    padding: 0px 0;
    margin-top: -150px;
    background-color: #eeecec;
    padding: 50px 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.reseller-form h2{
    text-align: center;
    font-size: var(--clamp40);
    font-weight: 600;
    letter-spacing: 1px;
}
.reseller-form h5{
    text-align: center;
    font-size: var(--clamp24);
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.reseller-details h4{
    font-size: var(--clamp18);
    font-weight: 500;
    text-align: left;
}
.incblock i{
    color: rgb(86, 179, 86);
    margin-right: 5px;
}
.incblock li {
    list-style: none;
    line-height: 35px;
    font-weight: 500 !important;
    font-size: var(--clamp16) !important;
}
.whatincludes h3{
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--clamp25);
}
.grow-block{
    background-color: #e5f6ee;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 10px;
}
.reseller-growing h1{
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: var(--clamp40);
    margin-bottom: 40px;
}
.grow-block h1{
    margin-bottom: 8px;
    font-size: var(--clamp36);
}
.grow-block h4{
    font-size: var(--clamp22);
    font-weight: 600;
}
.reseller-growing{
    padding: 50px 0;
}

/* pricing */
.pricing{
    padding: 50px 0;
}
.priceblock {
    margin-top: 50px;
}
.pricing h1 {
    text-align: center;
    font-size: var(--clamp36);
    text-transform: capitalize;
    font-weight: 600;
}
.pricing h5 {
    text-align: center;
    font-size: var(--clamp20);
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.pricing .pblock {
    background-color: white;
    border-radius: 20px;
    border: solid 1px #ccc;
    padding: 50px 20px;
    /* text-align: center; */
}
.pblock h1{
    text-align: left;
}
.pblock h5{
    text-align: left;
}
.splblock{
    background-color: var(--primary-color) !important;
    position: relative;
    color: white;
}
.splblock a{
    color: var(--primary-color) !important;
    background-color: white !important;
    text-align: center;
}
.pblock a{
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border: solid 2px var(--primary-color);
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.pblock a:hover{
    transition: ease-in-out 0.3s;
    background-color: var(--primary-color);
    color: white;
}

/* Faq */
.faq{
    padding: 50px 0;
}
.faq h1{
    text-align: center;
    font-size:var(--clamp36);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.faq h4{
    font-size:var(--clamp22);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.accordion-button:focus {
    z-index: 3;

    outline: 0;
box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    background-color: var(--primary-color);
    color: white;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(10000)
}

/* hero slider */
.heroslider {
    height: auto;
    background: #7474BF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #348AC7, #7474BF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    overflow: hidden;
}
.registernow{
    padding: 15px 0;
}
.registernow a{
    padding: 15px 20px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 1px;
}
.hero-content h2{
    font-size: var(--clamp40);
    color: white;
}
.hero-content h1{
    font-size: var(--clamp44);
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
}
.hero-content h4{
    font-size: var(--clamp24);
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    color: white;
}
.trustby h3{
    font-size: var(--clamp22);
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
}
.trustby h4{
    font-size: var(--clamp26);
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #fdffa8;
}
.hero-content h5{
    font-size: var(--clamp18);
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: white;
    font-style: italic;
}

/* helpsupport */
.helpsupport{
    padding: 50px;
    background-color: rgb(244, 238, 238);
}
.helpinner{
    background-color: white;
    border-radius: 10px;
}
.helpblock{
    padding: 30px 10px;
    text-align: center;
    border-right: solid 1px #ccc;
}
.helpblock i{
    color: #222;
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    opacity: 0.5;
}