/* default classes */

.container {
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
    margin-inline: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
        padding-right: 60px;
        padding-left: 60px;
        margin-inline: auto;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
        padding-inline: 60px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 100%;
        padding-inline: 90px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}


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

@media (max-width: 767px) {

    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    /* mobile navbar  */

    .navbar {
        display: none;
    }

    .mobile-header {
        display: block;
        padding-top: 58px;
        padding-bottom: 40px;
    }
    
    .mobile-navbar {
        display: none;
        background: #FFFFFF;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        overflow-y: auto;
        z-index: 100;
        min-height: 100vh;
    }

    .outer-container {
        position: relative;
        padding: 15px 17px 35px 17px;
        overflow: hidden;
    }
    
    .inner-container {
        background-color: #FFFFFF !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 100vh;
        border-radius: 22px;
        overflow: hidden;
        padding-bottom: 74px;
    }

    .nav-gradient1 {
        background: #019ADE;
        width: 425px;
        height: 175px;
        position: absolute;
        top: 10%;
        left: -50%;
        border-radius: 50%;
        filter: blur(150px);
        transform: rotateZ(30deg);
        z-index: -1;
    }

    .nav-gradient2 {
        background: #01DED1;
        width: 425px;
        height: 175px;
        position: absolute;
        top: 20%;
        right: 10%;
        border-radius: 50%;
        filter: blur(150px);
        transform: rotateZ(-45deg);
        z-index: -1;
    }

    .flex {
        display: flex;
    }

    .hamburger {
        display: block;
        z-index: 1000;
        position: relative;
    }

    .cross {
        margin-top: -17px;
        padding-right: 48px;
    }

    .cross .line1 {
        transform: rotate(-50deg) translate(-8px, 12px);
    }

    .cross .line2 {
        opacity: 0;
    }

    .cross .line3 {
        transform: rotate(50deg) translate(2px, -5px);
    }
    
    .mobile-navlinks li {
        display: block;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        color: var(--nav-black-color);        
    }
    
    .mobile-navlinks li .active {
        font-family: aptosBold;
    }

    .mobile-navlinks li:not(:last-child) {
        padding-bottom: 47px;
    }

    .open {
        display: inline-table;
    }

    .mobile-btn {
        display: flex;
        justify-content: center;
        padding-top: 115px;
    }

    .btn-icon {
        height: 40px;
        width: 40px;
        padding: 10px;
    }

    /* hero-section  */

    .hero-section {
        padding-top: 0;
    }

    .content {
        padding-top: 32px;
    }

    .content h1 {
        font-size: 52px;
        line-height: 51px;
    }

    .content p {
        font-size: 19px;
        line-height: 23px;
        padding-top: 10px;
        padding-bottom: 48px;
    }

    .hero-gallery {
        display: none;
    }

    .img-mobile-container {
        display: flex;
        justify-content: center;
    }

    .text {
        padding-top: 47px;
    }

    .btns-margin {
        margin-right: 19px;
    }

    /* section two  */

    .four-col {
        min-height: 432px;
    }

    .content-four-col {
        padding-top: 44px;
    }

    .content-four-col h2 {
        font-size: 28px;
        line-height: 30px;
        padding-top: 26px;
        padding-bottom: 17px;
        max-width: 359px;
        margin-inline: auto;
    }

    .content-four-col p {
        font-size: 17px;
        line-height: 21px;
        max-width: 296px;
        margin-inline: auto;
    }

    .cards-container {
        padding-bottom: 66px;
        margin-top: -116px;
        margin-inline: 10px;
    }

    .card {
        height: 350px;
        max-width: 300px !important;
        padding: 32px 20px 32px 20px;
        margin-inline: 12px;
        margin-bottom: 23px;
    }

    .card p {
        padding-bottom: 32px;
    }

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

    .cards {
        flex-direction: column;
        align-items: center;
    }

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

    .image-with-content-mobile {
        display: block;
    }

    .image-with-content {
        display: none;
    }

    .sec3-col {
        text-align: center;
        margin-inline: 34px;
    }

    .up-image, .down-image {
        width: 100%;
        max-width: 132px;
    }

    .up-image {
        height: 220px;
    }

    .sec3-image {
        max-width: 199px;
        width: 100%;
        height: 327px;
        margin-bottom: 20px;
    }

    .col1 {
        max-width: 35% !important;
        margin-left: 32px;
    }

    .col2 {
        max-width: 55% !important;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .mg {
        padding-inline: 30px;
    }

    .sec3-col h3 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 15px;
        padding-top: 31px;
        margin-inline: auto;
    }
    
    .sec3-col p {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 23px;
        margin-inline: auto;
    }

    .col2 img {
        width: 200px;
        padding-left: 0;
    }

    .down-image {
        bottom: 40px;
    }

    .inner-content {
        max-width: 347px;
        margin-inline: auto;
    }

    .inner-content h4 {
        padding-bottom: 14px;
        padding-top: 58px;
    }

    .inner-content p {
        padding-bottom: 15px;
    }

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

    .learn-more {
        justify-content: center;
    }

    .sec3-mob-mw {
        max-width: 100% !important;
        margin-inline: auto !important;
        justify-content: end;
    }

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

    .btn-wid {
        margin-top: 27px;
        margin-bottom: 29px;
    }

    .sec4-image1 {
        max-width: 100%;
    }

    .sec4-image2 {
        top: -15px;
        max-width: 60%;
    }

    .sec4-col {
        text-align: -webkit-center;
    }

    .sec4-col h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 328px;
        padding-bottom: 29px;
    }

    .sec4-col p, .hr-card h4 {
        font-size: 17px;
        line-height: 21px;
        max-width: 288px;
    }

    .hr-cards {
        padding-top: 0;
        margin-top: 200px;
    }

    .hr-card p {
        font-size: 13px;
        line-height: 16px;
        max-width: 349px;
    }

    .book-demo {
        justify-content: center;
        padding-top: 45px;
    }

    .two-col-section {
        margin-bottom: 50px;
    }

    .cont {
        justify-content: center;
    }

    .web-center {
        text-align: -webkit-center;
    }

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

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

    .marg {
        margin-bottom: 0;
    }

    .sec5-card {
        padding-left: 18px !important;
        margin-left: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .grid-cards {
        margin-inline: 10px;
    }

    .more-btn {
        margin-top: 20px;
    }

    .two-col-grid {
        padding-bottom: 58px;
        margin-inline: 10px;
    }

    /* section sixth  */

    .slider-section {
        margin-bottom: 72px;
        margin-inline: 20px;
    }

    .cont-pad {
        padding-inline: 30px !important;
    }

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

    .fl-dir {
        flex-direction: column-reverse;
    }

    .slick-prev {
        left: 80% !important;
    }

    .slick-next {
        left: 95% !important;
    }

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

    .center {
        max-width: fit-content;
    }


    /* section seven  */

    .carousel-content h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 330px;
        margin-inline: auto;
    }

    .carousel-content {
        padding-bottom: 31px;
    }

    .d-flex {
        flex-direction: column;
    }

    .text-begin {
        margin-right: 0;
    }

    .vertical-text {
        writing-mode: unset;
        transform: unset;
        font-size: 17px;
        line-height: 21px;
        margin-left: 0;
        margin-bottom: 25px;
        margin-top: 23px;
    }

    .carousel-inner-cont {
        padding-inline: 20px;
        margin-bottom: 190px;
    }

    .sec7-img {
        width: 100%;
    }

    .num1-cont h2 {
        max-width: 51px;
        padding: 41px 0 88px 0;
    }

    .num1-cont p {
        max-width: 285px;
        padding: 50px 0 50px 10px;
    }

    .main-cont {
        padding-top: 0;
        padding-bottom: 0;
    }

    .carousel-img-cont {
        transform: rotate(90deg);
        right: -180px;
        margin-top: 170px;
        margin-bottom: 100px;
    }

    .carousel-img-cont p {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        bottom: 0;
        top: 300px;
        white-space: nowrap;
    }

    .blue-img img {
        width: 279px;
    }

    .darkblue-img img {
        width: 190px;
    }

    .yellow-img img {
        width: 100px;
    }

    
    .blue-img img, .darkblue-img img, .yellow-img img {
        height: unset;
    }
    
    .text1 {
        right: 220px;
    }

    .text2 {
        right: 130px;
    }

    .text3 {
        right: 35px;
    }

    .cont-max-wid {
        flex-direction: column;
        align-items: center;
    }


    /* section eight  */

    .blog-cards-container h2 {
        padding-top: 25px;
        padding-bottom: 40px;
        font-size: 28px;
        line-height: 34px;
    }

    .blog-card {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .blog-cards {
        margin-inline: 17px;
        padding-bottom: 43px;
    }

    .sec8-para {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 22px;
        font-size: 13px;
        line-height: 16px;
    }

    .sec8-head {
        font-size: 19px;
        line-height: 23px;
    }

    .arw {
        margin-top: -30px;
    }


    /* ninth section  */

    .cta-bg-img {
        padding: 46px 13px 19px 19px;
        margin-left: 10px;
    }

    .sec9-cont h2 {
        max-width: 328px;
        font-size: 35px;
        line-height: 43px;
    }

    .sec9-cont {
        justify-content: center;
        text-align: center;
    }

    .book-call {
        padding-top: 73px;
        padding-bottom: 20px;
    }

    .cta-section {
        padding-bottom: 124px;
    }

    /* footer section  */

    .footer-row {
        padding: 56px 53px 59px 28px;
    }

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


    /* ----features section-------- */

    .two-col-feature-section {
        margin-inline: 10px;
        margin-bottom: 86px;
        margin-top: 86px;
        background-color: transparent;
    }

    .sec4-col-feature {
        text-align: center;
    }

    .sec4-col-feature h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 328px;
        margin-inline: auto;
        padding-bottom: 20px;
    }

    .sec4-col-feature p {
        font-size: 17px;
        line-height: 21px;
        max-width: 334px;
        margin-inline: auto;
        padding-bottom: 37px;
    }

    .hrex-wid {
        margin-bottom: 29px;
        margin-top: 0;
    }
        
    .feature-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sec4-image2-feature {
        width: 101px;
        top: 20px;
        left: 124px;
    }

    .sec4-image1-feature {
        width: 349px;
        max-width: 100%;
    }

    .hr-cards-feature {
        padding-top: 0;
        margin-top: 37px;
    }

    .mg {
        margin-top: 150px;
    }

    .hr-card-feature h4 {
        font-size: 17px;
        line-height: 21px;
    }

    .hr-card-feature p {
        font-size: 14px;
        line-height: 17px;
    }

    .sett {
        flex-direction: column;
        align-items: center;
        width: -webkit-fill-available;
    }

    .animation {
        padding-top: 0;
        padding-bottom: 43px;
    }

    .sec1-content h1 {
        font-size: 56px;
        line-height: 55px;
    }

    .sec1-content p {
        font-size: 24px;
        line-height: 29px;
        max-width: 329px;
        padding-bottom: 38px;
    }

    .scrolling-section {
        padding-top: 43px;
    }

    .background-black {
        margin-inline: unset;
        padding-inline: 10px !important;
    }

    .hrex-feature {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .mobile-heading {
        font-size: 28px;
        line-height: 30px;
        padding-bottom: 58px;
        color: #FFFFFF;
    }

    .heading-desk {
        display: none;
    }

    .sec2-inner-cont {
        padding-inline: 10px;
    }

    .padding {
        padding-left: 30px !important;
        padding-right: 10px !important;
    }

    .content1 h4 {
        font-size: 27px;
        line-height: 33px;
        padding-top: 42px;
        padding-bottom: 17px;
    }

    .content1 p {
        width: 100%;
    }

    .hidden {
        display: none;
    }

    .content2 {
        padding-bottom: 52px;
    }

    .sec2-img1-feature, .sec2-img2-feature {
        width: 121px;
        max-width: 100%;
    }

    .sec2-img3-feature {
        width: 182px;
        max-width: 100%;
        padding: 32px 20px 42px 15px;
    }

    .img-row {
        margin-right: 0;
        display: inline-grid;
    }

    .image-align {
        justify-content: center;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .just {
        justify-content: center !important;
    }

    .two-sections-slider {
        display: none;
    }

    .two-sections-slider-mobile {
        padding-top: 8px;
        padding-bottom: 123px;
    }

    .sec5-mobile {
        width: 100%;
        margin-bottom: 18px;
    }
    
    .sec5-cont h2 {
        font-size: 28px;
        line-height: 40px;
        max-width: 369px;
        margin-inline: auto;
    }

    .sec5-cont {
        padding-inline: 10px !important;
    }

    .img4-sec5 {
        top: 13%;
        left: 16%;
    }

    .img3-sec5 {
        padding-top: 32px;
        padding-bottom: 22px;
    }

    .white-back h4 {
        font-size: 25px;
        line-height: 31px;
    }

    .white-back p {
        font-size: 17px;
        line-height: 21px;
        padding-bottom: 44px;
        max-width: 301px;
    }

    .main-gradient2, .main-gradient1 {
        width: 100%;
        height: 165px;
    }

    .main-gradient2 {
        left: 0;
    }

    .main-gradient1 {
        left: -50%;
    }

    .arrow-setting, .left-arrow-setting {
        display: none;
    }
    
    .slick-slider {
        max-width: 100%;
    }

    .sec4-cont {
        padding: 0 10px !important;
    }

    .slider-max-wid {
        margin-inline: 10px !important;
    }

    .sec2-cont-pad {
        padding-inline: 10px !important;
    }

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

}

@media (min-width:768px) and (max-width: 1199px) {

    .mobile-navbar, .mobile-heading {
        display: none;
    }

    .navlinks li {
        width: 90px;
        margin-right: 0;
    }
    
    .logo img {
        margin-right: 0;
        width: 110px;
        height: 30px;
        margin-left: 10px;
    }

    .uk {
        margin-left: 5px;
    }

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

    .wid-change {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cards {
        gap: 20px;
    }

    .card {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }

    .card1 {
        margin-left: 20px;
    }

    /* section three  */

    .image-with-content-mobile {
        display: none;
    }

    .col1 {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }

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

    .sec3-col {
        padding-top: 100px;
    }

    .down-image {
        bottom: 30px;
        width: 100%;
    }

    .col3 {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .cards-container {
        padding-bottom: 60px;
    }

    .section-max-wid {
        flex-direction: column-reverse;
        text-align: center;
    }

    .learn-more {
        justify-content: center;
    }

    .col2 img {
        position: relative;
        width: 100%;
        left: 100%;
        bottom: 50px;
    }

    .up-image {
        top: unset;
        bottom: 90px;
        width: 100%;
    }

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

    .sec4-image1 {
        width: 100%;
    }

    .sec4-image2 {
        top: 10px;
        width: 40%;
    }

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


    /* section six  */

    .center {
        align-content: center !important;
    }


    /* section seven  */


    .blue-img img {
        width: 100%;
        height: 100%;
    }

    .darkblue-img img {
        width: 70%;
        height: 100%;
    }

    .yellow-img img {
        width: 40%;
        height: 100%;
    }
    
    .text-begin {
        margin-right: 20px;
    }

    .sec7-img {
        width: 100%;
    }

    .text1 {
        right: 200px;
    }

    .text2 {
        right: 130px;
    }

    .text3 {
        right: 45px;
    }

    .carousel-img-cont p {
        bottom: 50px;
    }


    /* section eight  */

    .blog-cards-container h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .sec8-para {
        font-size: 13px;
        line-height: 16px;
    }

    .sec8-head {
        font-size: 19px;
        line-height: 23px;
    }

    /* section nine  */

    .cta-bg-img {
        padding: 46px 13px 19px 19px;
    }

    .sec9-cont {
        justify-content: center;
        text-align: center;
    }

    .book-call {
        padding-top: 73px;
        padding-bottom: 20px;
    }

    /* ----features section-------- */

    .feature-pad {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sec4-image2-feature {
        width: 101px;
        top: 5px;
        left: 80px;
    }

    .two-col-feature-section {
        margin-inline: 60px;
    }

    .heading-desk {
        display: block;
    }

    .background-black {
        margin-inline: unset;
        padding-inline: 0 !important;
    }

    .sec2-inner-cont {
        padding-inline: 10px;
    }

    .just {
        flex-direction: column;
        align-items: center;
    }

    .content1 p {
        width: 100%;
    }

    .padding {
        padding-left: 0 !important;
        max-width: 80% !important;
    }

    .sec2-img3-feature {
        padding-bottom: 0;
    }

    .two-col-grid {
        padding-bottom: 58px;
        margin-inline: 10px;
    }

    .two-sections-slider-mobile {
        display: none;
    }

    .sec5-img2 {
        display: none;
    }

    .align-cont {
        align-content: center;
    }

    .sec5-img1 {
        width: 100%;
    }

    .main-gradient2 {
        top: 60%;
        left: 30%;
    }

    .main-gradient1 {
        top: 60%;
        left: -10%;
    }

    .arrow-setting, .left-arrow-setting {
        display: none;
    }

    .sec5-img2 {
        display: none !important;
    }

    .image-align {
        margin-left: -100px;
    }

    .sec2-cont-pad {
        padding-inline: 60px !important;
    }

    .img4-sec5 {
        top: 13%;
        left: 22%;
    }

    .slider-max-wid {
        margin-inline: 10px !important;
    }

    .white-back {
        max-height: 485px !important;
    }

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

}

@media (min-width:992px) and (max-width:1199px) {
    .text1 {
        right: 290px;
    }

    .mobile-heading {
        display: none;
    }

    .heading-desk {
        display: block;
    }
    
    .text2 {
        right: 180px;
    }

    .text3 {
        right: 60px;
    }

    .two-sections-slider-mobile {
        display: none;
    }

    .main-gradient2 {
        top: 50%;
        left: 40%;
    }

    .main-gradient1 {
        top: 50%;
        left: 10%;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-around !important;
    }

    /* ----features section-------- */

}

@media (min-width:1200px) {

    .mobile-navbar {
        display: none;
    }

    .image-with-content-mobile {
        display: none;
    }

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

    .mobile-heading {
        display: none;
    }

    .heading-desk {
        display: block;
    }

    .sec2-inner-cont {
        padding-inline: 10px;
    }

    .content1 p {
        max-width: 100% !important;
    }

    .two-sections-slider-mobile {
        display: none;
    }

    .sec5-img2 {
        left: 6%;
        transform: unset;
    }

    .img4-sec5 {
        top: 14%;
        left: 10%;
    }


    /* ----features section-------- */

}

@media (min-width: 1800px) {
    
    .adjust {
        max-width: fit-content !important;
        margin-inline: auto !important;
    }

    .sec4-image1-feature {
        width: unset !important;
    }

    .sec4-image2-feature {
        left: 40%;
    }

    .footer-row {
        padding: 90px 0 157px 0;
        max-width: 1084px !important;
        margin-inline: auto !important;
    }

}