@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(../css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
     --background: #6638d0;
     --Text-secondary: #4f5962;
     --grey-icon-color: #3b4249;
}

* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

html,
body,
table,
th,
td,
tr,
tbody,
thead,
thead,
tfoot,
dl,
dt,
dd,
div,
em,
strong,
b,
i,
sub,
sup,
ul,
ol,
li,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
a,
abbr,
acronym,
address,
big,
small,
cite,
code,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
strike,
fieldset,
form,
label,
legend,
caption,
main,
section,
header,
footer,
aside,
hgroup {
     margin: 0;
     padding: 0;
     text-decoration: none;
}

html {
     box-sizing: border-box;
     scroll-behavior: smooth;
     font-size: 16px;
}

.cls {
     clear: both;
}

body {
     margin: 0;
     padding: 0;
     font-family: 'Quicksand', sans-serif !important;
     background-repeat: no-repeat;
     background-size: cover;
}

img {
     max-width: 100%;
     vertical-align: bottom;
     border: none;
}

ul,
ol,
li {
     list-style: none;
}

a:focus,
input:focus,
select:focus {
     outline: 0 !important;
}

textarea {
     resize: none;
}

.form-control:focus {
     box-shadow: none;
     outline: none;
}

a {
     color: inherit;
}

a:hover {
     text-decoration: none;
     color: inherit;
}

#page-warpper {
     width: auto;
}

section {
     padding: 50px 0px;
}

.sec-heading-group .title {
     font-size: 46px;
     font-weight: 600;
     margin-bottom: 30px;
     line-height: 1.5 !important;
}

.sec-heading-group .subtitle {
     color: #4f4f4f;
     font-size: 18px;
     font-weight: 500;
     line-height: 32px;
}
.sec-heading-group a {
     font-weight: bold;
}
.sec-heading-group a:hover {
     color: var(--background);
     margin-left: 10px;
}

.owl-theme {
     position: relative;
}

.owl-prev,
.owl-next {
     position: absolute;
     top: 34%;
}

.owl-prev {
     left: -50px;
     width: 40px;
     background: aliceblue !important;
     height: 40px;
     border-radius: 50% !important;
     line-height: 40px !important;
}

.owl-next {
     right: -50px;
     width: 40px;
     height: 40px;
     border-radius: 50% !important;
     background: aliceblue !important;
     line-height: 40px !important;
}

/********************/
header.bgclor {
     background: #231651;
     transition: 1s;
     padding-bottom: 10px;
}
header li.nav-item.trynow {
     border: 2px solid #ccc;
     padding: 4px 11px;
     border-radius: 21px;
}
header li.nav-item {
     padding: 0px 27px;
}
header li.nav-item a.nav-link {
     color: #fff !important;
     font-weight: 500;
}
header a.navbar-brand {
     width: 160px;
}

/**********************/
.heroslider {
     background: url(../images/rfvrfv.png), #020710;
     color: #fff;
     padding-top: 163px;
}
.heroslider .slider-img {
     width: auto;
}
.heroslider h1 {
     font-size: 75px;
     margin: 30px 0px;
}
.heroslider p.topmsg {
     border: 2px solid #ccc;
     display: inline-block;
     padding: 6px 10px;
     font-size: 12px;
     border-radius: 19px;
     font-weight: 600;
}
.heroslider p {
     font-size: 24px;
     margin-bottom: 26px;
}
.heroslider a.getapp {
     display: inline-block;
     background: var(--background);
     padding: 8px 22px;
     border-radius: 21px;
     font-weight: 700;
}
.heroslider ul.apprating {
     display: flex;
     -moz-column-gap: 24px;
     column-gap: 24px;
     margin-top: 22px;
     font-size: 25px;
     font-weight: 800;
     margin-top: 55px;
}
.heroslider ul.apprating span {
     font-size: 15px;
     font-weight: 600;
}

/***************/
section.clintsaybox {
     background: #000;
     color: #fff;
}
section.clintsaybox .cu-row-clint {
     margin-left: -120px;
}
section.clintsaybox .sec-heading-group .title {
     width: 75%;
}
section.clintsaybox .clinbox {
     background: #161c1c;
     padding: 40px;
     border-radius: 30px;
}
section.clintsaybox .clinbox p {
     font-size: 16px;
     color: #a9a7a3;
     font-weight: 500;
     margin-bottom: 20px;
}
section.clintsaybox .clinbox .clint-info {
     font-weight: bold;
     color: #fff;
     font-size: 17px;
}

/**********************/
.faq-conatnt .sec-heading-group .title {
     width: 75%;
}
.faq-conatnt .faq-smbox {
     background: #e1e3e2;
     padding: 16px 20px;
     margin: 15px;
     border-radius: 7px;
}
.faq-conatnt .faq-smbox i {
     width: 30px;
     height: 30px;
     background: #fff;
     text-align: center;
     line-height: 30px;
     border-radius: 50%;
     color: var(--background);
}
.faq-conatnt .faq-smbox p {
     font-size: 18px;
}
.faq-conatnt .faq-smbox h3 {
     font-size: 23px;
     margin: 9px 0px;
}
.faq-conatnt .accordion-button {
     background-color: transparent !important;
     font-size: 21px;
     font-weight: 500;
}
.faq-conatnt .accordion-item {
     background-color: transparent !important;
}
.faq-conatnt .accordion-button::after {
     background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
     transform: scale(0.7) !important;
}
.faq-conatnt .accordion-button:not(.collapsed)::after {
     background-image: url('../images/cross-svgrepo-com.svg');
}
.faq-conatnt .accordion-item {
     margin-bottom: 16px;
}
.faq-conatnt .accordion-item {
     border: 1px solid #ccc;
     border-radius: 22px;
}
.faq-conatnt .accordion-button:not(.collapsed) {
     background-color: transparent !important;
     box-shadow: none !important;
}
.faq-conatnt .accordion-button:focus {
     box-shadow: none;
}

/*******************/
section.marquetool {
     background: var(--background);
     padding: 12px;
     line-height: 10px;
     color: #fff;
     font-size: 17px;
     font-weight: 700;
}
section.marquetool ul li {
     padding: 0px 50px;
}

/*******************/
section.features .sec-heading-group .title {
     width: 75%;
}
section.features li.nav-item .nav-link {
     width: 100%;
     /* background: antiquewhite; */
     margin-bottom: 10px;
     border: 1px solid #ccc;
     padding: 13px 0px;
     border-radius: 16px;
     font-size: 17px;
     font-weight: bold;
     color: var(--Text-secondary);
}
section.features li.nav-item .nav-link.active {
     background-color: var(--background);
     color: #fff;
}
section.features li.nav-item .btnn {
     padding: 0px 26px !important;
}

/***********************/
/* footer {
     border-top-left-radius: 75px;
     border-top-right-radius: 75px;
     background-image: url(../images/bg-img.webp);
     padding: 60px 0px;
     padding-bottom: 10px;
} */
footer .appdownlod .downlodcaption {
     margin-bottom: 93px;
}
footer .appdownlod ul.strorbtn {
     display: flex;
     -moz-column-gap: 20px;
     column-gap: 20px;
}
footer .appdownlod ul.strorbtn li {
     width: 25%;
}
footer .appdownlod ul.strorbtn img {
     border-radius: 12px;
}
footer ul.footerlinkmain {
     display: flex;
     justify-content: space-around;
     align-items: center;
     background: #fff;
     padding: 20px 26px;
     border-radius: 53px;
}
footer ul.footerlinkmain a {
     font-size: 18px;
     font-weight: 700;
}
footer ul.footerlinkmain li.footerlogo img {
     width: 124px;
}
footer h4 {
     font-size: 58px;
     color: #fff;
     margin-bottom: 41px;
     width: 54%;
}

/************************/
/* Collapse oversized image and pulled images after iPad breakpoint. */
/* Mobile devices */ /*# sourceMappingURL=style.css.map */
