html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of reset */
:root {}

a {
    text-decoration: none;
    color: black;
}

body {
    /* font-family: 'Merriweather', serif; */
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #faf7f3;
}

/* Header Starts */

header {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    background-color: purple;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 0.5px solid #faf7f3;
}

header .logo {
    display: flex;
    padding-left: 28px;
    align-items: center;
}

header .logo img {
    height: 60px;
    width: 60px;
}

header .logo div {
    display: flex;
    flex-direction: column;
}

header .logo .logo-title {
    text-align: center;
    color: #faf7f3;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Work Sans';

}

header .logo .logo-tag {
    text-align: center;
    color: #faf7f3;
    font-size: 12px;
    font-family: 'Work Sans';
    padding-top: 5px;
}
/* 
header .header-title-list ul {
    display: flex;
    column-gap: 10px;
} */

/* header .header-title-list ul a {
    color: #faf7f3;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 5px;
} */

header .header-title-list {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
}

header .header-title-list a {
    font-size: 14px;
    font-weight: 400;
    color: #faf7f3;
    padding-right: 28px;
}

.mobile-nav {
    display: none;
}


/* .header-title-list>ul>li:hover>a {
    color: #faf7f3;
} */


/* .header-title-list>ul>li:hover>ul {
    display: inline-block;
    color: black;
    background-color: purple;
} */

/* .header-title-list>ul>li:hover>ul>li:hover {
    background-color: rgba(0, 0, 0, .5);
} */

.header-title-list>ul>li {
    display: inline;
    position: relative;
}

.header-title-list>ul>li>a {
    font-size: 14px;
    color: #faf7f3;
}

/* .header-title-list>ul>li>ul {
    display: none;
    position: absolute;
    left: 0px;
    width: 200px;
    border-radius: 20px;
    transform: translateY(18px);
} */

.header-title-list>ul>li>ul>li {
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 20px;
}

.header-title-list>ul>li>ul>li>a {
    color: #faf7f3;
    font-size: 14px;
    width: 100%;
    display: block;
}


.btn-group {
    padding-right: 19px;
}
.btn.btn-danger {
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    line-height: unset;
}
.btn.btn-danger:active {
    background-color: transparent;
    border-color: transparent;
}
a.btn.btn-danger {
    padding-right: 0px;
    padding-left: 0px;
    padding: 0px
}

.dropdown-menu.show {
    background-color: #faf7f3;
}
.dropdown-menu.show li a{
    color: purple !important;
    padding: 10px 15px;

}
.dropdown-item:hover {
    background-color: purple;
    border-radius: 20px;
}
.dropdown-menu.show li a:hover {
    color: #faf7f3 !important;
}


.calendly-badge-widget .calendly-badge-content span {
    display: none;
}

/* end of header*/
.typewriter-main {
    display: flex;
    margin: 10% auto 0px;
    width: 80%;
    border-radius: 25px;
    padding: 50px;

    flex-direction: column;
}


.typewriter {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    border-radius: 20px;
    width: 50%;
}

.typewriter>span {
    font-size: 50px;
    padding: 0px 20px;
    color: #343a40;
    text-transform: capitalize;
}

#typewriter-text {
    color: purple;
    margin-top: 40px;
}
.typewriter-top{
    display: flex;
    min-height: 250px;
}
.typewriter-sub{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.typewriter-sub span{
    max-width: 30%;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: purple;
    color: white;

}
.awards {
    background-color: #e8e8e8;
    padding: 50px 0px 20px;
}

.awards-title{
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    background-color: #444;
    color: #faf7f3;
    padding: 20px 0px;
    font-weight: 500;
    border-radius: 50px;
}
.awards-img {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
}
/* .awards-img img {
    max-width: 50%;
    height: max-content;
} */

/* end of typewriter */

/* hiring grid */
.hiring-grid {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    width: fit-content;
    column-gap: 20px;
    transform: skewY(-10deg);
}

.hiring-grid-bottom-info {
    transform: skewY(-10deg);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.hiring-grid>div {
    border-radius: 0 20px 20px 0px;
    border: 1px solid purple;
    display: flex;
    flex-direction: column;
    place-items: center;
    width: 150px;
    min-height: 150px;
    align-content: center;
    justify-content: center;
    padding: 0 15px;
}

.hiring-grid>div>span {
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
}



.growth>img {
    mix-blend-mode: color-burn;
}

/* logo grid */
.companies-support {
    background-color: #fff;
}

.support-text {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    padding: 30px 0px 30px 0px;
    color: purple;
}

.logogrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 130px);
    width: 75%;
    border-radius: 30px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px;
}

.logogrid img {
    width: 75%;
    aspect-ratio: 3/2;
    object-fit: contain;
    color-blend-mode: color-burn;
}

/* end of logo  grid */
.ourproducts {
    display: flex;
    flex-direction: column;
    background-color: #faf7f3;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}

.ourproducts>span {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    padding: 10px 40px;
    background-color: purple;
    border-radius: 50px;
    margin: 20px auto;
    color: #fff;
}


.ourproducts-image {
    width: 50%;
}

.ourproducts-list {
    width: 50%;
    font-size: 20px;
}

.ourproducts-list>div {
    display: flex;
    align-items: center;
    padding: 10px;
}

.ourproducts-list>div>a {
    text-transform: capitalize;
    padding-left: 15px;
}

.ourproducts-list>div>img {
    height: 25px;
}

.ourproducts-list svg {
    fill: purple;
    width: 26px;
    height: 26px;
}

/* end of our products */

/* Start of Spil over content */
.spilover-content img {
    height: 400px;
    width: 100%;
    mix-blend-mode: color-burn;
}

.spilover-content-flex {
    display: flex;
    position: relative;
    transform: translateY(-70px);
    gap: 50px;
}

.spilover-content-info {
    position: relative;
    transform: translateY(0px);
    gap: 50px;
}

.spilover-content-info-2 {
    transform: translateY(-50px);
    padding-left: 80px;
    width: 500px;
}

.spilover-content-info-3 {
    transform: translateY(-110px);
    padding-left: 80px;
}

.spilover-content span {
    font-weight: 500;
    font-size: 24px;
}

.spilover-content p {
    font-weight: 300;
    font-size: 16px;
    padding-top: 20px;
}

.spilover-content {
    min-height: 300px;
    align-items: center;
    gap: 20px;
    background-color: purple;
    padding: 0 10%;
    color: #faf7f3;
}

.spilover-content-title {
    position: relative;
    transform: translateY(30px);
}

.spilover-content-title p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
}


/* End of Spil over content */



.rocket-facts {
    position: relative;
    display: flex;
    flex-direction: column;
}

.rocket-facts-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

.rocket-facts .rocket-facts-list span {
    display: block;
    text-align: center;
    margin: 15px auto;
    font-size: 40px;
    text-transform: capitalize;
}

.rocket-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1.5fr);
    border-radius: 20px;
    justify-items: center;
    row-gap: 50px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0px;
    transform: translateY(100px);
}

.rocket-facts-grid>div {
    border: 1px solid white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(177, 185, 193, 0.35) 0px -2px 6px 0px inset;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid purple;
}

.rocket-facts-grid>div>span {
    font-weight: bold;
    font-size: 24px;
    color: black;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.rocket-facts-grid>div>p {
    color: black;
    text-align: center;
    text-transform: capitalize;
}

/* Slick Carousel Reviews Starts */
.reviews-section {
    background-color: purple;
    padding-bottom: 50px;
}

.review-text {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    padding: 50px 0px 20px 0px;
    color: #faf7f3;
}

.review-comment {
    text-align: left;
    min-height: 150px;
}

.slick-carousel {
    width: 80%;
    margin: 0 auto;
}

.slick-carousel .slick-track {
    display: flex;
    gap: 20px;
}

.slick-carousel .review-cards {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid purple;
    min-height: 180px;
    background-color: #faf7f3;
}

.slick-carousel .review-icon-text {
    display: flex;
    gap: 20px;
    color: black;
}

.slick-carousel .review-link {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #faf7f3 !important;
    font-size: 36px !important;
}

.slick-slide img {
    height: 32px;
}

.review-desg {
    color: purple;
}

.review-comapny {
    color: purple;
}

/* Slick Carousel Reviews ends */





/* Contact Us Starts */
.container {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Contact Us ends */


/* Founder Background starts */

.founder-bg{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-bg-title{
    width: fit-content;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: white;
    background-color: purple;
    padding: 15px 30px;
    border-radius: 40px;
}

.founder-bg-info{
    font-size: 20px;
    font-weight: normal;
}

.founder-bg{
    padding-bottom: 50px;
}
.founder-bg img{
    width: 100%;
}
.founder-bg-sec{
    padding-left: 20px;
}

.founder-bg p{
    margin: 1rem 1rem 1.25rem;
}

.founder-bg-details{
    display: flex;
    font-size: 20px;
    font-weight: 400;
    column-gap: 5px;
}
.founder-bg-details a{
    color: purple;
    text-decoration: underline;
    font-weight: 500;
}
.founder-bg-ln{
    font-size: 20px;
}
.founder-bg-ln{
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.founder-bg-img-info{
    display: flex;
}
.founder-bg-img{
    width: 40%;
}

.founder-bg-sec{
    width: 60%;
}
.schedule-meeting {
    margin-top: 20px;
}

/* Mobile View Starts */
@media screen and (max-width: 768px) {
    .founder-bg-title {

        font-size: 30px;
    }
    .founder-bg-img-info{
flex-direction: column;
    }
    .founder-bg-img {
        text-align: center;
    }
    .founder-bg-img, .founder-bg-sec{
        width: 100%;
    }
    .founder-bg-img img {
        width: 90%;
    }
    .founder-bg-sec{
        padding-left: 0;
        padding-top: 10px;
    }
    .about-us-arrow img{
        min-height: 200px;
        max-width: 100%;
    }
    .founder-bg-details{
        display: block;
    }
}


/* Founder background ends */


/* Get Started Start */
.get-started {
    text-align: center;
    mix-blend-mode: darken;
}

.get-started img {
    min-height: 550px;
    max-width: 60%;

}

/* Get Started Ends */

/* Vetting Process Start */
.vetting-process {
    text-align: center;
    mix-blend-mode: darken;
}

.vetting-process img {
    min-height: 550px;
    max-width: 60%;
}

/* Vetting Process Ends */


/* Schedule Meeting With Founder Starts */

.schedule {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    /* text-align: center; */
}


.schedule-title {
    font-size: 40px;
    font-weight: 500;
    background-color: purple;
    padding: 10px 30px;
    color: #faf7f3;
    border-radius: 30px;
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.schedule img {
    padding: 20px 0px;
    height: 400px;
    margin: 0 auto;
}

.schedule-found-title {
    font-size: 32px;
    font-weight: 400;
    padding: 20px 0px 10px 0px;
}

.schedule-found-subtitle {
    font-size: 32px;
    font-weight: 400;
    padding: 0px 0px 20px 0px;
}

.schedule-found-meeting {
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0px;
}

.schedule-meeting a {
    color: #faf7f3;
    background-color: purple;
    height: 45px;
    padding: 10px 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, .25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}


/* Schedule Meeting With Founder Ends */

/* Contact Us Starts*/
.cotact-us-title {
    font-size: 40px !important;
    font-weight: 400;
    color: purple;
}

.contact-us-details {
    padding-top: 20px;
    display: flex;
    width: 50%;
    margin: 0 auto;
    column-gap: 20px;
    align-items: center;
    flex-direction: column;
}

.address-thub img {
    height: 40px;
    width: 40px;
}

.address-thub {
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-bottom: 10px;
}
.address-thub-details{
    font-size: 16px;
    color: purple;
    text-align: center;
}


.contact-us-phn-number a,
.contact-us-email a {
    display: flex;
    /* column-gap: 15px; */
    align-items: center;
}

.contact-us-phn-number svg,
.contact-us-email svg {
    fill: purple;
    width: 16px;
    height: 16px;
    padding: 0px 5px 0px 15px;
}


.contact-us-section {
    border-top: 0.5px solid #ccc;
    padding: 30px 0px;
}

.contact-us-section span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
}

.contact-us-form {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 0 auto;
}

.contact-us-form label {
    padding: 15px 0;
}

.contact-us-form input {
    padding: 10px 0px;
}

/* Contact Us Ends */

/* Footer Starts */

footer span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 30px 0px;
    color: purple;
}

.privacy-policy {
    color: purple;
}

.social-media {
    text-align: center;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.social-media p {
    margin: 0px;
    color: purple;
    line-height: 0px;
}

.social-media a img,
a svg {
    height: 24px;
    width: 24px;
}



/* Responsive For Mobile */
@media screen and (max-width: 768px) {

    /* header starts */

    header .logo {
        padding: 0px;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav svg {
        width: 24px;
        height: 24px;
    }

    header .header-title-list {
        display: none;
        justify-content: unset;
        align-items: flex-start;
    }

    body {
        margin: 0;
        padding: 0;
        /* font-family: Arial, sans-serif; */
        font-family: 'Open Sans', Arial, sans-serif;
    }

    header {
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        border-bottom: 0.5px solid #ccc;
        height: 70px;
        width: 100%;
    }

    .logo {
        display: flex;
    }

    .logo-title {
        font-size: 24px;
    }

    .logo-tag {
        font-size: 12px;
    }

    .mobile-nav {
        display: block;
        font-size: 18px;
        cursor: pointer;
        color: #faf7f3;
        padding: 0px 10px 0px 0px;
    }

    .header-title-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        height: 100vh;
        background-color: purple;
        width: 100%;
        padding: 20px 0px 0px 20px;
        z-index: 100;
        right: 0;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    li {
        margin-bottom: 10px;
    }

    .header-contact-us {
        color: #fff;
        font-size: 18px;
        margin-top: 20px;
    }

    header .header-title-list>ul {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
    }


    .hiring-grid-bottom-info {
        padding-top: 15px;
    }

    header .header-title-list ul a,
    .header-title-list>ul>li>a {
        color: #faf7f3;
    }

    .header-title-list>ul>li:hover>a {
        color: #faf7f3;
    }

    header .header-title-list a {
        color: #faf7f3;
        /* padding: 0px 10px; */
    }

    .header-title-list>ul>li:hover+li {
        position: relative;
        transform: translateY(180px);
    }

    .hidden {
        display: none;
    }

    /* header ends */

    /* page typewriter stats */
    .awards-title {
        font-size: 18px;
        line-height: initial;
        padding: 20px;
    }
    .awards-img {
        width: 90%;
    }
    .typewriter-main {
        margin: 90px auto 30px;
        flex-direction: column;
        padding: 0px;
    }
    .typewriter-top{
        flex-direction: column;
    }
    .typewriter-sub{
        flex-direction: column;
        gap: 15px;
    }
    .typewriter-sub span{
       max-width: 100%;
    }

    .typewriter {
        width: 100%;
        min-height: 150px;
    }

    .typewriter>span {
        font-size: 30px;
    }

    #typewriter-text {
        margin-top: 30px;
    }

    .hiring-grid {
        width: 100%;
        gap: 10px;
    }


    .hiring-grid>div>span {
        font-size: 12px;
        line-height: 20px;
    }

    /* page typewriter ends */

    /* Our Services Starts */
    .support-text {
        font-size: 20px;
    }

    .logogrid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        width: 70%;
    }

    /* Our Products Starts */

    .ourproducts>span {
        font-size: 28px;
        padding: 10px 18px;
    }

    .ourproducts-list {
        width: 100%;
    }

    /* Our Products ends */

    /* Spill over Content starts */


    .spilover-content-title p {
        font-weight: 400;
        font-size: 20px;
    }

    .spilover-content-flex {
        flex-direction: column;
    }

    .spilover-content-info-1 {
        transform: translateY(0px);
        width: auto;
        position: unset;
        padding-left: 0px;
        padding-bottom: 10px;
        border-bottom: inset;

    }

    .spilover-content-info-2 {
        transform: translateY(0px);
        width: auto;
        position: unset;
        padding-left: 0px;
        padding-bottom: 10px;
        border-bottom: inset;

    }

    .spilover-content-info-3 {
        transform: translateY(0px);
        width: auto;
        position: unset;
        padding-left: 0px;
    }

    .spilover-content span {
        font-size: 20px;
        font-weight: 400;
    }

    /* Spill over Content ends */



    /* Rocket facts starts */
    .rocket-facts-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 15px;
        width: 100%;
        transform: translateY(0px);
    }

    .rocket-facts-grid>div {
        width: 140px;
        height: 140px;
    }

    .rocket-facts-svg {
        display: none;
    }

    .rocket-facts-list {
        position: unset;
    }

    .rocket-facts .rocket-facts-list span {
        font-size: 32px;
    }

    /* Rocket facts ends */

    /* Get Started Start */
    .get-started {
        text-align: center'

    }

    .get-started img {
        min-height: 200px;
        max-width: 100%;
    }

    /* Get Started Ends */

    /* Vetting Process Start */
    .vetting-process {
        text-align: center;
    }

    .vetting-process img {
        min-height: 200px;
        max-width: 100%;
    }

    /* Vetting Process Ends */

    .schedule {
        padding: 0px 0px 20px 0px;
        border-bottom: 0.5px solid #ccc;
    }

    .schedule-found-title {
        font-size: 20px;
        padding: 0px 0px 5px 0px;
    }

    .schedule-found-subtitle {
        font-size: 20px;
        padding: 0;
    }

    .schedule-found-meeting {
        font-size: 16px;
        padding: 10px 0px 20px 0px;
    }

    /* Contact Us Starts */
    .contact-us-section {
        width: 80%;
        margin: 0 auto;
    }
    
    .contact-us-form {
        width: 80%;
    }

    .contact-us-section {
        padding: 0px 0px 15px 0px;
    }
    .contact-us-details {
        width: 100%;
    }

    footer span {
        margin: 0 auto;
    }

    .schedule-title {
        font-size: 20px;
    }

    .schedule img {
        height: 300px;

    }

    .social-media {
        padding-bottom: 60px;
    }




}