@font-face {
    font-family: 'montserrat-black'; 
    src: url('../fonts/Montserrat-Black.ttf'); 
}
@font-face {
    font-family: 'montserrat-bold'; 
    src: url('../fonts/Montserrat-Bold.ttf'); 
}
@font-face {
    font-family: 'montserrat-medium'; 
    src: url('../fonts/Montserrat-Medium.ttf'); 
}
@font-face {
    font-family: 'montserrat-semibold'; 
    src: url('../fonts/Montserrat-SemiBold.ttf'); 
}
@font-face {
    font-family: 'montserrat-extrabold'; 
    src: url('../fonts/Montserrat-ExtraBold.ttf'); 
}

body{
    background: #040D21;
    font-family: 'montserrat-medium';
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    line-height:26px;
    transition: all 0.3s;
    position: relative;
}
.page{
	margin-bottom:0;
}
body:before{
    content: "";
    position: absolute;
    background: url(../images/header-gradient.png);
    width: 100%;
    height: auto;
    top: 0;
}
h1{
    color: #ffffff;;
    font-size: 45px;
    line-height: 55px;
    font-family: 'montserrat-extrabold'; 
}
h2{
    font-size: 45px;
    font-family: 'montserrat-extrabold';
    line-height: 55px;
    color: #ffffff;
}
h3{
    font-size: 32px;
    line-height: 40px;
    font-family: 'montserrat-semibold'; 
    color: #ffffff;
}
h4{
    font-size: 20px;
    font-family: 'montserrat-bold';
    color: #ffffff;
}
a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
a:hover{
    color: #ffffff;
}

.font-white{
    color: #ffffff;
}
ul{
    padding: 0;
    list-style: none;
}

.mt-20{margin-top: 20px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-75{margin-top: 75px;}
.mt-80{margin-top: 80px;}
.mt-120{margin-top: 120px;}
.mt-150{margin-top: 150px;}

.pt-50{padding-top: 50px;}
.pt-60{padding-top: 60px;}
.pt-75{padding-top: 75px;}
.pt-80{padding-top: 80px;}
.pt-120{padding-top: 120px;}
.pt-150{padding-top: 150px;}

.mb-30{margin-bottom: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-75{margin-bottom: 75px;}
.mb-80{margin-bottom: 80px;}
.mb-120{margin-bottom: 120px;}
.mb-150{margin-bottom: 150px;}

.pb-50{padding-bottom: 50px;}
.pb-60{padding-bottom: 60px;}
.pb-75{padding-bottom: 75px;}
.pb-80{padding-bottom: 80px;}
.pb-120{padding-bottom: 120px;}
.pb-150{padding-bottom: 150px;}

section{
    padding: 100px 0;
    position: relative;
}
video{
    max-width: 100%;
}
.h-100{
    height: 100%;
}
.font-18{
    font-size: 18px;
}
.theme-color{
    color: #03BCFF;
}
.border-radius{
    border-radius: 10px;
}
/*button css start*/ 
.btn{
    padding: 14px 30px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'montserrat-bold'; 
    min-width: 170px;
    border-radius: 25px;
    position: relative;
}
.btn-outline-primary{
    border: 1px solid #F87903;
    color: #F87903;
}.btn-outline-primary:hover{
    background: #F87903;
    border: 1px solid #F87903;
}
.btn-primary{
    background: rgb(64,84,236);
background: linear-gradient(135deg, rgba(64,84,236,1) 0%, rgba(206,85,203,1) 100%);
border: none;
}
.btn-primary:hover{
    background: rgb(64,84,236);
background: linear-gradient(45deg, rgba(64,84,236,1) 0%, rgba(206,85,203,1) 100%);
}

/*button css end*/ 

/*Form Css start*/
.form-label{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.form-control {
    border-radius: 0;
    background: transparent;
    border-color: rgba(255,255,255,0.08);
    padding: 9.5px 12px;
    color: rgba(255,255,255,0.6);
    border-radius: 8px;
    font-size: 14px;
}
.form-control:focus{
    background: transparent;
    border-color: rgba(255,255,255,0.5);
    box-shadow: none;
    color: rgba(255,255,255,0.85);
}
.form-control::placeholder{
    color: rgba(221,221,221,0.5);
}
/*Form Css end*/
/*Card css starts*/
.card{
    background: radial-gradient(circle at 100% 100%, #0c112b 0, #0c112b 9px, transparent 9px) 0% 0%/10px 10px no-repeat,
    radial-gradient(circle at 0 100%, #0c112b 0, #0c112b 9px, transparent 9px) 100% 0%/10px 10px no-repeat,
    radial-gradient(circle at 100% 0, #0c112b 0, #0c112b 9px, transparent 9px) 0% 100%/10px 10px no-repeat,
    radial-gradient(circle at 0 0, #0c112b 0, #0c112b 9px, transparent 9px) 100% 100%/10px 10px no-repeat,
    linear-gradient(#0c112b, #0c112b) 50% 50%/calc(100% - 2px) calc(100% - 20px) no-repeat,
    linear-gradient(#0c112b, #0c112b) 50% 50%/calc(100% - 20px) calc(100% - 2px) no-repeat,
    linear-gradient(135deg, rgba(69,70,249,0.2) 0%, rgba(206,85,203,0.22) 100%);
border-radius: 10px;
padding: 20px;
box-sizing: border-box;
color: #dddddd;
margin-bottom: 30px;
}
.card.full-height{
    height: calc(100% - 30px);
}
.card-icon {
    display: flex;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding:5px;
    background: rgb(2,189,255);
    background: linear-gradient(90deg, rgba(2,189,255,1) 0%, rgba(45,113,251,1) 100%);
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 10px rgba(64,84,236,0.2);
}
.card h3{
    font-size: 20px;
    font-family: 'gt-walsheim-medium'; 
    margin-bottom: 15px;
}
/*Card css ends*/
/*Header css start*/
header .navbar{
    height: 99px;
    background: #040D21;
    transition: all 0.3s ease;
}
header .navbar.scrolled-header{
    height: 90px;
    border-bottom: 1px solid rgba(69,69,69,0.5);
}
header .navbar .navbar-nav .nav-item:last-of-type .nav-link{
    padding-right: 0;
}
header .navbar .navbar-nav .nav-item .nav-link{
    color: #ffffff;
    padding: 7.5px 20px;
    font-size: 14px;
}
header .navbar .nav-item .btn{
    padding: 8px 30px;
    border-color: #ffffff;
    color: #ffffff;
    margin-left: 20px;
}
header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #a662d6;
    background: -webkit-linear-gradient(45deg,#4054EC, #CE55CB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .btn{
    min-width: auto;
}
header .connect-btn{
    order: 3;
}
.navbar-toggler{
    border: none;
    color: rgba(255,255,255,.85);
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler-icon{
    background-image: url(https://www.readerr.io/wp-content/uploads/2024/04/menu.svg);
}
/*Header css end*/

/*Hero Section Css Start*/
.hero-section{
    margin-top: 100px;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
.hero-section p{
    color: rgba(255,255,255,0.6);
}
.hero-img{
    background-image: url(../images/Card.png);
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.video-container {
    position: relative;
}
.video-container img {
    position: absolute;
    left: -12%;
    z-index: -1;
    height: 120%;
    width: 126%;
}
/*Hero Section Css End*/
.about-us .ellipse-gradient{
    right: 0;
    top: -100px;
}
.Ready-for-Transformation .ellipse-gradient{
    left: 0;
    top: -200px;
    transform: rotate(180deg);
}
.blog .ellipse-gradient{
    right: 0;
    top: -50px;
}
.customer .ellipse-gradient{
    left: 0;
    top: -200px;
    transform: rotate(180deg);
}
.get-in-touch .ellipse-gradient{
    right: 0;
    top: -400px;
}
/*process css Start*/
.process{
    background: #FFFFFF;
}
.process h2{
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.process p{
    color: rgba(0,0,0,0.6);
}
.process-index {
    font-family: 'montserrat-black';
    font-size: 60px;
    line-height: 55px;
    color: rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.process h3{
    color: #000000;
}
.process-doc-block {
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}
/*process css end*/
/*why-reader css Starts*/
.why-reader{
    background: rgb(64,84,236);
background: linear-gradient(135deg, rgba(64,84,236,1) 0%, rgba(206,85,203,1) 100%);
}
.why-reader-block{
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.why-reader-block .icon{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.why-reader-block .icon:before{
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    position: absolute;
    right: 0;
    top: 0;
}
/*why-reader css ends*/
/*Advantages reader css starts*/
.advantage-card{
    padding: 20px;
    background: rgba(64,84,236,0.1);
    text-align: center;
    border-radius: 10px;
    height: 100%;
}
/*Advantages reader css ends*/
/*Tab Css start*/
.tabs-container .tabs{
    position: relative;
    transition: all 0.3s;
    margin-bottom: 60px;
}
.tabs-container .tabs{
    cursor: pointer;
}
.tabs-container .tabs.active{
    padding-left: 26px;
}
.tabs-container .tabs:before{
    content: "";
    background-image: url(../images/tab-active.svg);
    width: 16px;
    height: 2px;
    position: absolute;
    left: -10px;
    top: 10px;
    opacity: 0;
}
.tabs-container .tabs.active:before{
    left: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

/*Tab Css end*/
/*Call to action css starts*/
.call-to-action{
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 10px;
    background-size: cover;
    position: relative;
    z-index: 0;
    text-align: center;
}
.call-to-action.blue{
    background: #1B286D;
    background: radial-gradient(at center -100%, #1B286D, #050E21);
    border:1px solid rgba(64,84,236,0.2);
    padding: 100px 110px;
}
.call-to-action.purple{
    background: #502860;
    background: radial-gradient(at center -100%, #502860, #050E21);
    border:1px solid rgba(206,85,203,0.2);
}
.call-to-action.purple h2{
    position: relative;
    padding-top: 20px;
}
.call-to-action.purple h2::before{
    content: "";
    height: 5px;
    width: 38px;
    background: #CE55CB;
    position: absolute;
    top: 0;
    left: 0;
}
.divider-line {
    margin: 60px 0;
}
/*Call to action css ends*/
/*Accordion Css Start*/
.accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border-left: none;
    border-right: none;
    border-color: rgba(255,255,255,0.08);
}
.accordion .accordion-item .accordion-button{
    border-radius: 0;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    box-shadow: none;
    color: #00C1FF;
}
.accordion .accordion-body{
    padding: 0 0 20px;
    color: rgba(255,255,255,0.6);
}
.accordion-button::after{
    background-image: url("../images/add-circle-rounded.svg");
}
.accordion-button:not(.collapsed)::after{
    background-image: url("../images/minus-circle.svg");
}
/*Accordion css ends*/
/*Blog css starts*/

.blog-list{
    background: radial-gradient(circle at 100% 100%, #0c112b 0, #0c112b 9px, transparent 9px) 0% 0%/10px 10px no-repeat,
    radial-gradient(circle at 0 100%, #0c112b 0, #0c112b 9px, transparent 9px) 100% 0%/10px 10px no-repeat,
    radial-gradient(circle at 100% 0, #0c112b 0, #0c112b 9px, transparent 9px) 0% 100%/10px 10px no-repeat,
    radial-gradient(circle at 0 0, #0c112b 0, #0c112b 9px, transparent 9px) 100% 100%/10px 10px no-repeat,
    linear-gradient(#0c112b, #0c112b) 50% 50%/calc(100% - 2px) calc(100% - 20px) no-repeat,
    linear-gradient(#0c112b, #0c112b) 50% 50%/calc(100% - 20px) calc(100% - 2px) no-repeat,
    linear-gradient(135deg, rgba(69,70,249,0.2) 0%, rgba(206,85,203,0.22) 100%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.03);
}
.blog-list .blog-image img{
    width: 100%;
}
.blog-list .blog-content{
    padding: 20px;
    color: #ffffff;
}
.slick-slider .slick-slide {
    padding: 0 15px;
  }
/*Blog css ends*/
/*Dynamic-Features css starts*/
.Dynamic-Features-container h4{
    font-size: 20px;
    line-height: 23.4px;
    font-family: 'gt-walsheim-bold'; 
    margin-bottom: 50px;
}
.Dynamic-Features-container .slide-list img{
    border-radius: 10px;
}
/*Dynamic-Features css ends*/
/*Customer css starts*/
.customer-container {
    padding: 20px;
    margin: 0 15px;
    font-size: 14px;
}
.slick-custom-navigation {
    display: flex;
    gap: 20px;
}
.nav-btn {
    height: 54px;
    width: 54px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
.nav-btn.next img {
    transform: rotate(180deg);
}
.slick-arrow{
    display: none !important;
}
.customer-details {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.customer-image {
    height: 42px;
    width: 42px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.customer-info h4{
    font-size: 14px;
    font-family: 'gt-walsheim-medium'; 
    margin-bottom: 6px;
}
.customer-info p{
    margin-bottom: 0;
    font-size: 14px;
}
.cust-rating{
    margin-bottom: 20px;
}
/*Customer css ends*/
/*Get in touch css starts*/
.form-container h4{
    font-size: 28px;
    margin-bottom: 4px;
}
.with_frm_style .frm_primary_label{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
	color:rgba(255, 255, 255, 0.6)
}
.with_frm_style input[type=text],.with_frm_style input,.with_frm_style textarea,.with_frm_style input[type=email],.with_frm_style input[type=tel]{
	border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.08);
    padding: 9.5px 12px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    font-size: 14px;
}
.with_frm_style input[type=text]:focus,.with_frm_style input:focus,.with_frm_style textarea:focus,.with_frm_style input[type=email]:focus,.with_frm_style input[type=tel]:focus,.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea{
	background: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.16)!important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.85) !important;
}
.frm_style_formidable-style.with_frm_style div.frm_description{
	color:rgba(255, 255, 255, 0.6)
}
.with_frm_style .frm_submit.frm_flex{
	text-align:center;
}
.frm_style_formidable-style.with_frm_style .frm_button_submit{
	padding: 14px 30px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: 'montserrat-bold';
    min-width: 170px;
    border-radius: 25px !important;
    position: relative;
    background: #ffffff !important;
    color: #4054EC !important;
    box-shadow: none !important;
    border: transparent !important;
}
/*Get in touch css ends*/
/*User Information section starts*/
.user-information-section h1{
    margin-bottom: 20px;
    margin-top: 67px;
}
.user-information-section h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}
.user-information-section h4 {
    color: #4054EC;
    margin-bottom: 20px;
}
.user-information-section a {
    color: #CE55CB;
}
.user-information-section a:hover{
    color: #ffffff;
}
.user-information-section b,.user-information-section strong{
    color: #ffffff;
}
.user-information-section ul {
    list-style: disc;
}
.user-information-section ul li {
    margin-bottom: 20px;
}
/*User Information section ends*/
/*thank you css starts*/
.thank-you-container {
    max-width: 500px;
    text-align: center;
    margin: 100px auto 150px;
}
.thank-you-container h1{
    margin-bottom: 20px;
	margin-top: 20px;
}
.thank-you-container p{
    margin-bottom: 30px;
}
.thank-you-container a.btn{
	color:#ffffff;
}
.thank-you-container .wp-block-buttons{
	justify-content: center;
}
/*thank you css ends*/
/*Footer css starts*/
footer{
    font-size: 14px;
    padding: 100px 0 30px;
    background: #00133C;
    color: 929FB6;
}
footer h4{
    font-size: 20px;
    font-family: 'montserrat-semibold'; 
}
.footer-link-container {
    display: flex;
}
.footer-links {
    padding: 0;
    list-style: none;
    flex-grow: 1;
    flex-basis: 0;
}
.footer-links li{
    margin-bottom: 10px;
}
.footer-links li a{
    line-height: 26px;
}
.footer-links li a:hover{
	color:#ffffff;
}
.footer-links li a:visited{
	color:rgba(255, 255, 255, 0.6)
}
.sub-footer .footer-links {
    margin: 0;
    padding: 0;
    text-align: end;
}
.sub-footer .footer-links li {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 30px;
}
.social-links{
	margin-left:0;
}
.social-links li {
    display: inline-block;
    margin-right: 16px;
}
.social-links li a{
    background: #0A0F34;
    padding: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links li a:hover svg path{
    fill: #CE55CB;
}
.sub-footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(146,159,182,0.2);
}
.footer-information-container{
	display:inline-block;
	text-align: end;
}
.footer-information-container > div{
	display:inline-block
}
/*Footer css ends*/
@media only screen and (max-width: 1200px) {
    header .navbar{
        padding-left: 70px;
        padding-right: 70px;
        height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
@media only screen and (max-width: 992px){
    
    .navbar-collapse.show{
        background: #0b1123;
        border: 1px solid rgba(255,255,255,0.1);
        margin-top: 17px;
    }
    .tabs-container .tabs{
        margin-right: 60px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .tabs-container .tabs:last-of-type{
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    section{
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    h1{
        font-size: 42px;
        line-height: 51px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 22px;
    }
    .Grow-Your-Business{
        margin-left: 30px;
    }
    .ellipse-gradient img {
        width: 100%;
    }
    .Call-to-action{
        padding: 30px;
        overflow: hidden;
    }
    .subscribe-action{
        flex-direction: column;
    }
    .case-study-container{
        flex-direction: column;
        margin-right: 15px;
    }
    .case-study-img{
        width: 100%;
    flex: 0 0 auto;
    height: 140px;
    }
    .glider-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    header .navbar{
        padding-left: 15px;
        padding-right: 15px;
    }
   
    section,footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    header .navbar.scrolled-header{
        height: 99px;
    }
    .navbar-brand{
        width: 99px;
    }
    .navbar-brand img{
        width: 100%;
    }
	.call-to-action.blue{
		padding:30px;
	}
}