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

@font-face {
    font-family: aptos;
    src: url(/font/aptos.ttf)  format('truetype');
}

@font-face {
    font-family: aptosBold;
    src: url(/font/aptos-extrabold.ttf)  format('truetype');
}


:root {
    --heading-black-color: #000000;
    --nav-black-color: #010101;
    --content-color: #A1A4B2;
    --book-demo-color: #019ADE;
    --uk-color: #F3AF00;
    --sec1-btn-color: #C6C9D7;
    --body-bg-color: #F4F6FC;
    --card-green-color: #00DE87;
    --card-blue-color: #092D74;
    --why-button-color: #DEE0ED;
}

body {
    font-family: aptos;
    font-weight: 400;
    background-color: var(--body-bg-color);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-black-color);
    font-family: aptosBold;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: var(--nav-black-color);
    display: inline-block;
    transition: all 0.5s ease;
    font-weight: 400;
}

ul {
    list-style: none;
}

/* ----buttons----- */

.primary-btn {
    display: flex;
    align-items: center;
    border-radius: 36px;
    padding-left: 13px;
    font-size: 17px;
    line-height: 21px;
    transition: all 0.2s ease-in-out;
}

.primary-btn:hover, .uk:hover {
    opacity: 0.8;
}

.btn-icon {
    height: 51px;
    width: 51px;
    padding: 12px;
    background-color: var(--book-demo-color);
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    margin-left: 7px;
}


/* ------navbar---------- */

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-inline: 0 !important;
    max-width: 1260px !important;
    margin-inline: auto !important;
}

.navlinks {
    display: flex;
    font-family: aptos;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.navlinks li {
    text-align: center;
    width: 113px;
}

.navlinks li:not(:last-child) {
    margin-right: 14px;
}

.navlinks li .active {
    font-family: aptosBold;
}

.navlinks li:hover a {
    font-family: aptosBold;
}

.logo img {
    width: 154px;
    height: 43px;
    cursor: pointer;
}

.nav-btns {
    display: flex;
    align-items: center;
}

.line1, .line2, .line3 {
    background: black;
    width: 35px;
    height: 3px;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    cursor: pointer;
    display: none;
    padding-right: 31px;
    transition: all 0.2s ease-in-out;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.mobile-header img {
    width: 124px;
    height: 34px;
    padding-left: 31px;
}

.uk {
    background-color: var(--uk-color);
    padding: 16px 8px 14px 7px !important;
    text-align: center;
    margin-left: 24px;
    font-size: 21px;
    line-height: 25px;
}


/* ----- hero-section ------  */

.hero-section {
    padding-top: 90px;
    padding-bottom: 105px;
}

.content {
    text-align: center;
}

.content h1 {
    font-size: 57px;
    line-height: 70px;
    max-width: 1110px;
    margin-inline: auto;
    padding-bottom: 20px;
}

.content p {
    font-size: 26px;
    line-height: 32px;
    color: var(--content-color);
    max-width: 730px;
    margin-inline: auto;
    padding-bottom: 40px;
}

.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 97px;
}

.btns-margin {
    margin-right: 24px;
    padding-left: 26px;
}

.yellow {
    background-color: var(--uk-color);
}

.grey {
    background-color: var(--sec1-btn-color);
}

.blue {
    background-color: var(--book-demo-color);
    white-space: nowrap;
}

.top {
    top: 60px;
}

.cont {
    position: relative;
    display: flex;
}

.top-image {
    z-index: 1;
    position: relative;
}

.bottom-image {
    position: absolute;
    top: 88px;
}

.black-image {
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    z-index: 10;
}

.small-image {
    padding-top: 30px;
    padding-bottom: 43px;
}

.text {
    color: #FFFFFF;
    background-color: transparent;
    font-family: aptos;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 26px;
    max-width: 167px;
}

.content-black {
    position: relative;
    display: flex;
    padding-bottom: 20px;
}

.overlay-image {
    padding-top: 28px;
    padding-bottom: 47px;
}

.green-bg {
    position: absolute;
    top: 80px;
}

.girl-image {
    position: relative;
    z-index: 10;
    top: -72px;
    left: -30px;
}

.img-mobile-container {
    display: none;
}

.man-image, .blackmb-image, .white-shirt {
    max-width: 189px;
    width: 100%;
}

.man-image {
    height: 450px;
}

.blackmb-image {
    height: 196px;
}

.white-shirt {
    height: 231px;
}

.overlaymb-image {
    width: 60px;
    height: 63px;
    padding-top: 28px;
}

.wrap {
    flex-wrap: nowrap !important;
}

.mb {
    padding-left: 17px !important;
}

.pad-right {
    padding-right: 0 !important;
}

.hero-max-wid {
    max-width: 1260px !important;
    margin-inline: auto !important;
}

/* -------section two---- */

.four-col {
    min-height: 548px;
    background-color: #FFFFFF;
    max-width: 1440px !important;
    margin-inline: auto !important;
}

.content-four-col {
    text-align: center;
    padding-top: 82px;
}

.secondary-btn {
    padding: 15px 0;
    width: 188px;
    border-radius: 118px;
    background-color: var(--why-button-color);
    font-size: 17px;
    line-height: 21px;
}

.content-four-col h2 {
    font-size: 33px;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    max-width: 667px;
    margin-inline: auto;
}

.content-four-col p {
    font-size: 21px;
    line-height: 26px;
    color: var(--content-color);
    padding-bottom: 42px;
    max-width: 666px;
    margin-inline: auto;
}

.black {
    background-color: var(--heading-black-color);
}

.green {
    background-color: var(--card-green-color);
}

.blue-card {
    background-color: var(--card-blue-color);
}

.cards {
    justify-content: center;
}

.card {
    height: 389px;
    border-radius: 34px;
    max-width: 240px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.card:not(:last-child) {
    margin-right: 23px;
}

.cards-container {
    padding-bottom: 147px;
    margin-top: -225px;
}

.white {
    color: #FFFFFF;
}

.card img {
    padding-top: 32px;
    padding-bottom: 12px;
}

.card h4 {
    padding-bottom: 15px;
    max-width: 189px;
    font-size: 21px;
    line-height: 26px;
}

.card p {
    padding-bottom: 60px;
    max-width: 189px;
    font-size: 15px;
    line-height: 18px;
}


/* --section three---- */

.col1 {
    max-width: 20% !important;
}

.col2 {
    max-width: 30% !important;
}

.col3 {
    padding-left: 60px !important;
}

.wid {
    width: 282px;
    text-align: center;
    margin-bottom: 35px;
}

.learn-more a {
    margin-bottom: 98px;
}

.learn-more {
    display: flex;
}

.up-image {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}

.down-image {
    position: absolute;
    bottom: 199px;
    left: 0;
    z-index: 0;
}

.sec3-col h3 {
    font-size: 33px;
    line-height: 40px;
    padding-bottom: 32px;
    max-width: 360px;
}

.sec3-col p {
    font-size: 21px;
    line-height: 26px;
    color: var(--content-color);
    padding-bottom: 57px;
    max-width: 511px;
    margin-inline: auto;
}

.inner-content {
    background-color: #FFFFFF;
    border-radius: 34px;
    padding-left: 26px;
    padding-right: 30px;
    margin-bottom: 22px;
    max-width: 505px;
    margin-inline: auto;
}

.inner-content h4 {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 12px;
}

.inner-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: var(--heading-black-color);
    padding-bottom: 42px;
    max-width: 449px;
}

.col2 img {
    padding-left: 25px;
}

.section-max-wid {
    max-width: 1100px !important;
    margin-inline: auto !important;
    justify-content: center;
}

/* ---- section four -----  */

.two-col-section {
    background-color: #FFFFFF;
    border-radius: 34px;
    min-height: 550px;
    margin-bottom: 100px;
    max-width: 1215px !important;
    margin-inline: auto !important;
}

.btn-wid {
    width: 194px;
    text-align: center;
    margin-top: 39px;
    margin-bottom: 35px;
}

.sec4-col h2 {
    font-size: 33px;
    line-height: 40px;
    max-width: 450px;
    padding-bottom: 35px;
}

.sec4-col p {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 47px;
    max-width: 475px;
    color: var(--content-color);
}

.sec4-image1 {
    position: absolute;
}

.sec4-image2 {
    position: absolute;
    top: -20px;
    left: 100px;
}

.hr-cards {
    padding-top: 107px;
}

.hr-card h4 {
    font-size: 21px;
    line-height: 26px; 
    padding-bottom: 20px; 
}

hr {
    background-color: #767676;
    margin-bottom: 10px;
}

.hr-card p {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 16px;
}

.book-demo {
    padding-bottom: 38px;
    padding-top: 38px;
    display: flex;
}

.sec4-cont {
    padding-left: 50px !important;
    padding-right: 110px !important;
}

/* ----- section five ----- */

.white-bg {
    background-color: #FFFFFF;
}

.outer-content {
    text-align: center;
}

.outer-content h2 {
    font-size: 33px;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 36px;
}

.two-col-grid {
    padding-bottom: 106px;
    margin-inline: 125px;
}

.more {
    background-color: var(--book-demo-color) !important;
    width: 292px;
}

.more-btn {
    margin-top: 66px;
    text-align: center;
}

.sec5-card {
    border-radius: 34px;
    min-height: 261px;
    padding-left: 47px !important;
    margin-right: 27px;
}

.marg {
    margin-bottom: 27px;
}

.nowrap {
    justify-content: center;
    flex-wrap: nowrap !important;
}

.black-color {
    color: var(--heading-black-color) !important;
}

.sec5-card img {
    padding-top: 35px;
    padding-bottom: 10px;
}

.sec5-card h4 {
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
}

.sec5-card p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 30px;
}

.grid-cards {
    max-width: 1100px !important;
    margin-inline: auto !important;
}


/* section sixth  */

.checked {
    color: var(--uk-color);
}

.unchecked {
    color: #D9D9D9;
}

.slider-section {
    background-color: #FFFFFF;
    min-height: 384px;
    border-radius: 48px;
    margin-inline: 112px;
    margin-bottom: 93px;
}

.testimonials {
    text-align: center;
    width: 152px;
    margin-top: 33px;
    margin-bottom: 18px;
}

.cont-pad {
    padding-left: 60px !important;
    padding-right: 29px !important;
}

.slick-slider {
    margin-left: 0;
    position: relative;
    max-width: 50%;
}

.slick-slider .slider-content {
    opacity: 0;
    transition: opacity 5s ease-in-out;
}

.slick-slider .slick-active .slider-content {
    opacity: 1;
}

.slick-slide {
    padding-inline: 10px;
}

.slick-prev, .slick-next {
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    bottom: 20px !important;
    z-index: 10;
    cursor: pointer;
    top: unset !important;
}

.slick-prev {
    left: 25px !important;
    transform: rotate(180deg) !important;
}

.slick-next {
    bottom: 9px !important;
    left: 75px !important;
}

.slider-content {
    max-width: 100% !important;
}

.slider-content p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    max-width: 449px;
}

.slider-content h5 {
    font-family: aptosBold;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 11px;
}

.star-rating {
    padding-bottom: 119px;
}

.slider-image {
    padding-top: 29px;
    padding-bottom: 29px;
}

.slider-image img {
    width: 100%;
}

.card-area.slider {
    width: 100%;
}

.slider-max-wid {
    max-width: 1215px !important;
    margin-inline: auto !important;
}



/* section seven  */

.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 24px;
    margin-left: 25px;
    margin-bottom: 34px;
}

.carousel-content {
    text-align: center;
    padding-bottom: 53px;
}

.carousel-content h2 {
    font-size: 33px;
    line-height: 40px;
    max-width: 650px;
    margin-inline: auto;
}

.msoft {
    margin-bottom: 35px;
}

.carousel-inner-cont {
    background-color: #FFFFFF;
    border-radius: 34px;
    margin-bottom: 108px;
}

.num1-cont, .d-flex, .bookdemo {
    display: flex;
}

.num1-cont h2 {
    font-size: 57px;
    line-height: 70px;
    max-width: 81px;
    padding: 20px 0;
}

.num1-cont p {
    font-size: 16px;
    line-height: 20px;
    max-width: 490px;
    padding: 39px 0 42px 10px;
}

.carousel-img-cont img {
    position: absolute;
    top: 0;
    right: 0;
}  

.blue-img img {
    z-index: 1;
}

.blue-img img, .darkblue-img img, .yellow-img img {
    height: 100%;
}

.darkblue-img img {
    z-index: 2;
}
  
.yellow-img img {
    z-index: 3;
}

.carousel-img-cont p {
    position: absolute;
    z-index: 10;
    color: #FFFFFF;
    text-transform: uppercase;
    bottom: 68px;
    margin: 0;
    letter-spacing: 1px;
}

.sec7-img {
    width: 100%;
}

.cont-max-wid {
    max-width: 1215px !important;
    margin-inline: auto !important;
}

.text-begin {
    margin-right: 69px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text1 {
    right: 300px;
}

.text2 {
    right: 185px;
}

.text3 {
    right: 60px;
    color: var(--heading-black-color) !important;
}

.main-cont {
    padding-top: 41px;
    padding-bottom: 34px;
}

.three-color-carousel {
    max-width: 1360px !important;
    margin-inline: auto !important;
}

.btn-pad {
    padding-left: 25px !important;
}


/* ----section eight----  */

.card1 {
    background-image: url('../images/sec8-img1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card2 {
    background-image: url('../images/sec8-img2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card3 {
    background-image: url('../images/sec8-img3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-cards {
    padding-bottom: 89px;
    cursor: pointer;
}

.blog-card {
    min-height: 320px;
    border-radius: 34px;
    margin-right: 19px;
}

.blog-cards-container {
    text-align: center;
}

.blog-cards-container h2 {
    font-size: 33px;
    line-height: 40px;
    padding-top: 35px;
    padding-bottom: 53px;
}

.content-overlay {
    background-color: #FFFFFF;
    border-radius: 25px;
    min-height: 137px;
    position: absolute;
    bottom: 13px;
    left: 14px;
    right: 14px;
    text-align: left;
}

.arw {
    float: right;
    margin-top: -40px;
    background: transparent;
}

.sec8-para {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 25px;
    font-size: 17px;
    line-height: 21px;
}

.sec8-head {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 21px;
    padding-left: 25px;
    max-width: 280px;
}

.three-blog-cards {
    max-width: 1180px !important;
    margin-inline: auto !important;
}


/* section ninth  */

.cta-section {
    padding-bottom: 100px;
    max-width: 1219px !important;
    margin-inline: auto !important;
}

.cta-bg-img {
    background-image: url("../images/sec9-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 34px;
    padding: 110px 122px 110px 67px;
}

.sec9-cont, .sec8-cont {
    padding-inline: 0 !important;
}

.cta-content {
    justify-content: space-between;
    align-items: center;
}

.cta-content h2 {
    color: #FFFFFF;
    max-width: 546px;
    font-size: 43px;
    line-height: 52px;
}

/* footer section  */

.footer {
    border-radius: 34px 34px 0 0;
    background: var(--heading-black-color);
}

.footer-container {
    height: 100%;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 178px 157px 178px;
    color: var(--content-color);
}

.footer-col img {
    padding-bottom: 45px;
}

.spacer {
    padding-top: 16px;
}

.footer-col a:hover, .footer-col address:hover {
    color: #FFFFFF;
}

.footer-col a {
    color: var(--content-color);
}

.three-links {
    display: flex;
    font-family: aptosBold;
}

.three-links li {
    margin-right: 10px;
}

.foot-pad {
    padding-top: 115px;
}

.footer-col {
    font-size: 21px;
    line-height: 26px;
}

.footer-content .address {
    max-width: 440px;
    cursor: pointer;
}

/* sub footer  */

.sub-footer {
    text-align: center;
}

.copyright {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 39px;
    color: #616161;
}