@font-face {
    font-family: poppinsBold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppinsRegular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppinsMedium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppinsLight;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: poppinsSemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: plusBold;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf);
}

@font-face {
    font-family: plusRegular;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf);
}

@font-face {
    font-family: plusMedium;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: plusLight;
    src: url(../fonts/Plus_Jakarta_Sans//PlusJakartaSans-Light.ttf);
}

@font-face {
    font-family: plusSemiBold;
    src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf);
}

@font-face {
    font-family: interBold;
    src: url(../fonts/Inter/Inter_18pt-Bold.ttf);
}

@font-face {
    font-family: interRegular;
    src: url(../fonts/Inter/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: interMedium;
    src: url(../fonts/Inter/Inter_18pt-Medium.ttf);
}

@font-face {
    font-family: interLight;
    src: url(../fonts/Inter/Inter_18pt-Light.ttf);
}

@font-face {
    font-family: interSemiBold;
    src: url(../fonts/Inter/Inter_18pt-SemiBold.ttf);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: poppinsRegular;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: poppinsRegular;
}

#smooth-wrapper {
    height: 100%;
    overflow: hidden;
}

#smooth-content {
    will-change: transform;
}

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

.container {
    max-width: 2139px;
    margin: auto;
    position: relative;
}

.clear {
    clear: both;
}

.common_btn {
    border-radius: 90px;
    background: #6265FF;
    padding: 30px 120px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: table;
    cursor: pointer;
}

.title {
    color: #111827;
    font-family: plusRegular;
    font-size: 116px;
    font-style: normal;
    font-weight: 400;
    line-height: 130px;
    margin: 8px 0px;
}

.title.white {
    color: #fff;
}

.sub_title {
    color: #878181;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px;
}

.sub_title.high {
    font-size: 50px;
}

.sub_title.low {
    font-size: 40px;
}

.sub_title.white {
    color: #A3B6D2;
}

.center_text {
    text-align: center;
}

.scroll_up {
    width: 70px;
    height: 70px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background-image: url(../assets/up_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
}

.scroll_event_up {
    display: none;
}

.parallax-layer {
    will-change: transform;
    transform: translateZ(0);
}

.banner,
.solution_block,
.built_card,
.platform_swipe {
    will-change: transform, opacity;
}


/******************* header starts here **************************/

.dummy_header {
    position: relative;
    display: none;
    width: 100%;
    height: 80px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 10;
}

.header .logo {
    width: 240px;
    margin: auto;
}

.header .logo a {
    display: block;
}

.header .logo img {
    width: 100%;
}

.mobile_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 26px 24px;
    z-index: 10;
    background: #FFF;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.07);
    display: none;
}

.mobile_header .logo a {
    display: block;
}

.mobile_header .logo {
    width: 130px;
}

.mobile_header .logo img {
    width: 100%;
}

.header_cont {
    position: relative;
    display: flex;
    align-items: center;
}

.country_sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 16px;
}

.country_sec h6,
.country_sec .line {
    color: #FFF;
    text-align: center;
    font-family: interRegular;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.country_sec .flags {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.country_sec .flags .flag {
    width: 50px;
}

.country_sec .flags .flag img {
    width: 100%;
}


/******************* header ends here **************************/


/******************* banner starts here **************************/

#mobileBanner {
    display: none;
    position: relative;
    height: auto;
}

#mobileBanner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/landing_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

#desktopBanner::before,
#mobileBanner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/banner_layer.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner .landing_image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .landing_image img {
    width: 100%;
}

.banner .landing_image video {
    width: 100%;
    object-fit: cover;
}

.bottom_desktop_image_box {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -50%;
    top: 50%; */
    margin: auto;
    display: flex;
}

.bottom_desktop_image_box .desktop {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    margin: auto;
    display: table;
    position: relative;
    z-index: 2;
    /* width: 2240px; */
}

.bottom_desktop_image_box .desktop img {
    width: 100%;
}

.banner .patch {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.banner .patch .patch_center {
    position: relative;
    width: 1683px;
    height: 800px;
    margin: auto;
}

.banner .patch h1 {
    color: #FFF;
    text-align: center;
    font-size: 106px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    font-family: plusMedium;
}

.banner .patch p {
    color: #B5E3F2;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
    margin: auto;
}

.dashboard_mobile {
    position: relative;
    z-index: 2;
}

.dashboard_mobile img {
    width: 80%;
    margin: auto;
    display: table
}


/******************* banner ends here **************************/

.section {
    position: relative;
    padding: 60px 0px;
}

.section.privacy {
    padding: 100px 0px;
}

.section.full_height {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

.section .section_inner {
    position: relative;
}

#platformSection.section .section_inner {
    position: relative;
    overflow: hidden;
}

.platform_grid {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


/************************* agility_block section starts ****************/

#agilitySection {
    background: linear-gradient(240deg, #EBF6FF 40.02%, #ffffff 48.27%);
}

.agility_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agility_block .agility_left {
    width: 43%;
    position: relative;
}

.agility_patch {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.top_text {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
}

.bottom_text {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
}

.top_text h1 {
    font-family: plusRegular;
    margin: 6px 0px;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--LINEAR, linear-gradient(90deg, #111827 0%, #5738D3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bottom_text p {
    font-family: plusMedium;
    color: #111827;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.863%;
}

.agility_block .agility_left img {
    width: 100%;
}

.agility_block .agility_left .agility_video {
    width: 100%;
    height: 100%;
    border-radius: 8.24px;
    overflow: hidden;
}

.agility_block .agility_left .agility_video video {
    width: 100%;
    height: 100%;
}

.agility_block .agility_right {
    width: calc(57% - 40px);
}

.agility_wrapper {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}

.agility_wrapper .agility_card {
    padding: 36px;
    padding-top: 75px;
    border-radius: 8px;
    background: #F9F9FF;
    background: #F3F3FF;
    /* background: #5858ec; */
    margin: 0px 10px;
    margin: 0px 20px;
    box-sizing: border-box;
    float: left;
    min-height: 473px;
    width: calc(50% - 40px);
}

.agility_wrapper .agility_card:nth-of-type(1),
.agility_wrapper .agility_card:nth-of-type(2) {
    margin-bottom: 36px;
}

.agility_wrapper .agility_card img {
    width: 76px;
    height: 76px;
}

.agility_wrapper .agility_card h1 {
    color: #162444;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0px;
}

.agility_wrapper .agility_card p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/************************* agility_block section ends ****************/


/************************* solution_block section starts ****************/

#solutionSection {
    padding-top: 0px !important;
    background: #1F2938;
}

#solutionSection::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    background-image: url(../assets/Ellipse_section2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#solutionSection .section_inner {
    width: 100%;
}

.solution_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution_block .solution_left {
    width: 46%;
    position: relative;
}

.solution_left h1 {
    color: #FFF;
    font-family: plusRegular;
    font-size: 106px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.solution_left .para_area {
    position: relative;
    width: 90%;
}

.solution_left .para_area p {
    color: #A3B6D2;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0px;
    display: block;
}

.solution_left .para_area p:nth-of-type(2) {
    margin-top: 50px;
}

.solution_left .sweep_arrow {
    width: 250px;
    margin-top: 70px;
}

.solution_left .sweep_arrow img {
    width: 100%;
}

.solution_block .solution_right {
    width: 46%;
    position: relative;
    min-height: 520px;
}

.swipe_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 6700px;
}

.swipe_card {
    padding: 70px;
    border-radius: 20px;
    background: #F6F6F9;
    width: 1340px;
    height: 1060px;
    margin-left: 60px;
    box-sizing: border-box;
    position: relative;
}

.swipe_card.active {
    display: block;
}

.swipe_card .swipe_top {
    position: relative;
    margin-bottom: 50px;
}

.swipe_card .swipe_top h1 {
    color: #fff;
    font-family: plusRegular;
    font-size: 100px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    will-change: transform;
    transform: translateX(0);
}

.swipe_card .swipe_top .image {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.swipe_card .swipe_top .image img {
    width: 100%;
}

.swipe_card ul {
    position: relative;
}

.swipe_card ul li {
    list-style: none;
    position: relative;
    margin: 0px 0px;
}

.swipe_card ul li:nth-of-type(1) {
    min-height: 340px;
}

.swipe_card ul li .swite_status {
    border-radius: 45px;
    background: #FFF;
    padding: 10px;
    color: #7474F1;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: auto;
    display: table;
    margin-bottom: 14px;
}

.swipe_card ul li .swipe_desc {
    color: #5B5B5B;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swipe_card ul li .swipe_second_desc {
    color: #5B5B5B;
    font-family: plusRegular;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}

.swipe_card ul li .swipe_second_desc span {
    background: linear-gradient(93deg, #6265FF 29.59%, #1D1E25 97.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: plusRegular;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}


/************************* solution_block section ends ****************/


/************************ platform Section starts ***********************/

#platformSection {
    display: block;
    padding-bottom: 0px !important;
    background: linear-gradient(240deg, #EBF6FF 40.02%, #F6F6F9 48.27%);
}

.platform_block {
    position: relative;
    width: 100%;
}

.platform_top {
    padding: 30px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.platform_tabs {
    position: relative;
    margin: 16px 0px;
    width: 1673px;
    margin: 26px auto;
    margin-bottom: 0px;
}

.platform_tabs ul {
    border-radius: 70px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.76) 100%), rgba(255, 255, 255, 0.51);
    background-blend-mode: darken, luminosity;
    box-shadow: 0 4px 20.6px 0 rgba(98, 101, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.platform_tabs ul li {
    color: #9D9D9D;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.781px;
    list-style: none;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.platform_tabs ul li.active {
    color: #6265FF;
    font-weight: 700;
}

.platform_tabs ul li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    border-bottom: 3px solid #6265FF;
    width: 60%;
    margin: auto;
    display: none;
}

.platform_tabs ul li.active::before {
    display: block;
}

.platform_box {
    position: relative;
    width: 100%;
}

.platform_wrapper {
    position: relative;
    width: 100%;
}

.platform_wrapper .platform_swipe {
    /* opacity: 0;
    visibility: hidden; 
    top: 0;
    left: 0;*/
    display: none;
    position: relative;
    width: 100%;
    transition: none;
}

#JobPosting {
    display: block;
}

.platform_wrapper .platform_swipe#JobPosting {
    display: block;
}

.platform_wrapper .platform_swipe .platform_center {
    border-top: 1px solid #D0CEE6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform_wrapper .platform_swipe .platform_center::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #D0CEE6;
    left: 54%;
}

.platform_box .platform_left {
    width: 54%;
}

.platform_box .platform_left ul {
    position: relative;
}

.platform_box .platform_left ul li {
    border-top: 1px solid #D0CEE6;
    padding: 10px 50px;
    padding-left: 160px;
    min-height: 400px;
    list-style: none;
    display: flex;
    align-items: center;
}

.platform_box .platform_left ul li:nth-of-type(1) {
    border-top: none;
}

.plat_text {
    position: relative;
}

.platform_box .platform_left ul li h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: linear-gradient(90deg, #6265FF 0%, #1E1E32 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 8px 0px;
}

.platform_box .platform_left ul li h3 {
    color: #878181;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 98%;
    font-family: poppinsMedium;
}

.platform_box .platform_left ul li p {
    color: #878181;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.platform_box .platform_left ul li p strong {
    font-family: poppinsBold;
}

.platform_box .platform_left ul li p.one {
    width: 90%;
}

.platform_box .platform_right {
    width: 46%;
    position: relative;
    padding-top: 70px;
    box-sizing: border-box;
}

.plat_image {
    width: 100%;
}

.plat_image img {
    width: 100%;
}

.left_right_arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 65%;
}

.left_right_arrow .top {
    position: absolute;
    width: 100%;
    left: 50px;
    top: 10px;
}

.left_right_arrow .bottom {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 50px;
}

.left_right_arrow p {
    color: #5B5B5B;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.left_right_arrow .top img {
    position: absolute;
    left: 12%;
    top: 100%;
    width: 100px;
}

.left_right_arrow .bottom img {
    position: absolute;
    left: 12%;
    bottom: 100%;
    width: 100px;
}

.left_right_arrow .bottom p {
    width: 50%;
}

.left_right_arrow .bottom p.two {
    width: 50%;
}

.left_right_arrow .bottom p.three {
    width: 48%;
}

.left_right_arrow .bottom p.four {
    width: 34%;
}

.left_right_arrow .bottom p.five {
    width: 40%;
}

.left_right_arrow .bottom p.six {
    width: 50%;
}


/************************ platform Section ends ***********************/


/************************ Built Section ends ***********************/

#BuiltSection {
    position: relative;
    background: #1F2938;
}

.Built_block {}

.Built_block .top_section {
    display: flex;
    justify-content: space-between;
}

.Built_block .top_section .top_left {
    width: 40%;
}

.Built_block .top_section .top_right {
    width: 50%;
}

.built_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    margin-left: -20px;
    margin-right: -20px;
}

.built_wrapper .built_card {
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.11);
    margin: 20px;
    padding: 60px;
}

.built_wrapper .built_card svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 214px;
    height: 214px;
}

.built_card .card_text {
    position: relative;
    padding-top: 100px;
}

.built_card .card_text h2 {
    color: #FFF;
    font-family: plusRegular;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.built_card .card_text p {
    color: #FAFAFA;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px;
}

.built_card .card_text .list {
    position: relative;
}

.built_card .card_text .list p {
    color: #CDCDCD;
    margin: 0px;
}

.built_card .card_text .list ul {
    position: relative;
}

.built_card .card_text .list ul li {
    color: #CDCDCD;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style: none;
}


/************************ Built Section ends ***********************/


/************************ Metrics Section starts ***********************/

#MatricsSection {
    position: relative;
}

#MatricsSection::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    background-image: url(../assets/Ellipse_Metrics.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.matrics_block {
    position: relative;
}

.matrics_top {
    position: relative;
    width: 65%;
    margin: auto;
}

.matrics_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.matrics_box .matrics_left {
    background: rgba(231, 231, 253, 0.70);
    width: 30%;
    height: 770px;
    border-radius: 30px 0px 0px 30px;
    position: relative;
}

.matrics_box .matrics_left .left_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
}

.matrics_card h1 {
    font-family: plusRegular;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background: linear-gradient(90deg, #111827 0%, #5738D3 45.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.matrics_card h1.high {
    font-size: 200px;
}

.matrics_card p {
    color: #5B5B5B;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.matrics_card p strong {
    font-weight: 700;
}

.matrics_box .matrics_right {
    width: 70%;
    background-color: #fff;
    padding: 20px;
    position: relative;
    height: 770px;
    box-sizing: border-box;
    border-radius: 0px 30px 30px 0px;
}

.matrics_box .matrics_right::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 140px;
    height: 140px;
    background-image: url(../assets/group_stars.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.matrics_list {
    position: relative;
}

.matrics_list li {
    width: calc(50% - 44px);
    margin: 20px 22px;
    float: left;
}


/************************ Metrics Section ends ***********************/


/************************ Pricing Section starts *********************/

#PricingSection {
    position: relative;
    background-color: #1F2938;
}

.pricing_top_gradient {
    position: absolute;
    top: 0;
    left: 0;
}

.pricing_bottom_gradient {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pricing_block {
    position: relative;
}

.pricing_top {
    display: flex;
    justify-content: space-between;
}

.pricing_top .left {
    width: 30%;
}

.pricing_top .right {
    width: 53%;
}

.pricing_box {
    position: relative;
    margin-top: 70px;
}

.pricing_box h2 {
    color: #FFF;
    font-family: plusRegular;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px;
}

.pricing_wrapper {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.pricing_wrapper .pricing_card {
    border-radius: 8px;
    background: rgba(69, 81, 102, 0.64);
    padding: 40px;
    box-sizing: border-box;
    margin: 20px;
    width: calc(50% - 40px);
    float: left;
    padding-top: 140px;
    position: relative;
}

.pricing_wrapper .pricing_card::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 99px;
    height: 99px;
    background-image: url(../assets/single_star.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pricing_wrapper .pricing_card .back_text {
    position: absolute;
    left: 30px;
    top: 0px;
}

.pricing_wrapper .pricing_card .back_text h4 {
    color: rgba(31, 41, 56, 0.20);
    font-family: plusRegular;
    font-size: 160px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pricing_card h3 {
    color: #CCD0EA;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    font-family: interRegular;
}

.pricing_card p {
    color: #CCD0EA;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    font-family: interRegular;
    margin-top: 20px;
}

.pricing_bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 70px;
}

.pricing_bottom .left {
    width: 43%;
}

.pricing_bottom .right {
    width: 47%;
}

.pricing_bottom .bottom_title {
    color: #BBCEE9;
    font-family: plusRegular;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pricing_bottom .bottom_sub_title {
    color: #A3B6D2;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pricing_bottom .bottom_sub_title a {
    color: #E6EEF9;
    cursor: pointer;
}

.pricing_bottom .bottom_sub_title span {
    color: #E6EEF9;
}


/************************ Pricing Section ends *********************/


/************************ footer section starts **********************/

.footer {
    position: relative;
    background-color: #FFFFFF;
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    background-image: url(../assets/Ellipse_footer.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.footer_top {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer_top .left {
    width: 70%;
}

.footer_top .left h1 {
    font-family: plusRegular;
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 125.13%;
    background: var(--LINEAR, linear-gradient(90deg, #111827 0%, #5738D3 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_top .common_btn {
    margin-top: 40px;
}

.footer_top .right {
    width: 20%;
}

.footer_top .right .logo {
    width: 100%;
    display: flex;
    justify-content: end;
}

.footer_top .right .logo img {
    width: 302px;
}

.footer_top .sub_title {
    font-size: 42px;
}

.iso_section {
    margin: 40px 0px;
    margin-top: 160px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.iso_section img {
    width: 90px;
}

.mobile_iso_logo {
    display: none;
}

.mob_iso_img {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile_iso_logo img {
    width: 100%;
}

.footer_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.copy_right {
    position: relative;
    border-top: 1px solid #1A1445;
    width: calc(100% - 430px);
    padding: 30px 0px;
}

.copy_privacy {
    position: relative;
    display: flex;
    align-items: center;
}

.copy_privacy p {
    margin-right: 10px;
}

.copy_privacy p,
.copy_privacy p a {
    color: #1A1445;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.social {
    position: relative;
    width: 250px;
    margin-top: -36px;
}

.social h5 {
    color: #698297;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.social ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.social ul li {
    margin: 20px 10px;
    cursor: pointer;
}

.social ul li a {
    display: block;
}

.social ul li img {
    width: 40px;
    height: 40px;
}

.social.mobile_social {
    display: none;
}


/************************ footer section ends **********************/


/************************ cookies section starts **********************/

.cookies_modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    transform: translateY(100%);
    transition: all 2s ease-in-out;
}

.cookies_modal.active {
    animation-name: cookiesAni;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes cookiesAni {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.cookies_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* height: 100%; */
}

.cookies_modal .cookies_center {
    border-radius: 56px 56px 0px 0px;
    background: #FFF;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
}

.cookies_modal .cookies_center .head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.cookies_modal .cookies_center .head img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-right: 20px;
}

.cookies_modal .cookies_center .head h4 {
    color: #000;
    font-family: plusRegular;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cookies_modal .cookies_center .body {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cookies_modal .cookies_center .body .cookie_text {
    position: relative;
    width: calc(100% - 30%);
}

.cookies_modal .cookies_center .body .cookie_text p {
    color: rgba(22, 36, 68, 0.68);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cookie_bootom {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 16px;
    justify-content: flex-end;
}

.cookie_bootom .cookie_btn {
    display: flex;
    padding: 20px 70px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 141px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cookie_bootom .cookie_btn.deny {
    background: linear-gradient(0deg, rgba(98, 101, 255, 0.08) 0%, rgba(98, 101, 255, 0.08) 100%), #FFF;
}

.cookie_bootom .cookie_btn.allow {
    background: #6265FF;
    color: #fff;
}


/************************ cookies section ends **********************/


/************************ contact modal starts **********************/

.contact_modal {
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
}

.contact_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact_center {
    border-radius: 50px;
    background: #FFF;
    box-sizing: border-box;
    overflow: hidden;
    width: 1700px;
    min-height: 60%;
    max-height: 90%;
    height: auto;
    position: relative;
}

.contact_center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    background-image: url(../assets/contact_eclipse.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_scroll {
    position: relative;
    overflow: auto;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    max-height: calc(100% - 80px);
}

.contact_center .head {
    position: relative;
    width: 58%;
}

.contact_center .head h2 {
    font-family: plusRegular;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #111827 0%, #5738D3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_center .head p {
    color: rgba(17, 24, 39, 0.54);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.contact_form {
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0 126.97px 137.786px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.contact_block {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
}

.contact_block .contact_row {
    position: relative;
    margin: 20px;
    width: calc(50% - 40px);
    float: left;
}

.contact_block .contact_row.full {
    width: calc(100% - 40px);
    display: flex;
    justify-content: end;
    gap: 24px;
    margin-bottom: 4px;
}

.contact_block .contact_row label {
    color: rgba(36, 36, 36, 0.66);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 15px;
    display: table;
    position: relative;
}

.contact_block .contact_row label sup {
    position: absolute;
    right: -16px;
    font-size: small;
}

.form_input {
    position: relative;
}

.form_input input {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(165, 165, 165, 0.10);
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    height: 70px;
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
}

.form_input input::placeholder {
    color: rgba(0, 0, 0, 0.27);
}

.multiple_inputs {
    width: 100%;
}

.multiple_inputs:nth-of-type(2) {
    margin-top: 30px;
}

.form_input textarea {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(165, 165, 165, 0.10);
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    height: 208px;
    resize: none;
}

textarea::placeholder {
    color: rgba(0, 0, 0, 0.27);
}

.form_input select {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(165, 165, 165, 0.10);
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.64px;
    height: 70px;
    padding: 10px 30px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../assets/ep_arrow-up.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px);
    background-size: 22px;
}

.form_input select.gray {
    color: rgba(0, 0, 0, 0.27);
}

.form_input select option {
    color: #000;
}

.cancel_btn {
    border-radius: 140px;
    background: linear-gradient(0deg, rgba(98, 101, 255, 0.08) 0%, rgba(98, 101, 255, 0.08) 100%), #FFF;
    display: flex;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.80);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    cursor: pointer;
}

.submit_btn {
    border-radius: 140px;
    background: #6265FF;
    display: flex;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    cursor: pointer;
    position: relative;
}

.error_msg {
    position: absolute;
    bottom: -24px;
    color: #f00;
    font-size: 18px;
    display: none;
}

.form_input input.error,
.form_input select.error,
.form_input textarea.error {
    border: 1px solid #f00;
}

.status_alert {
    position: absolute;
    background: rgba(20, 23, 24, 0.75);
    background: #1e1e239e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.status_alert .status_center {
    border-radius: 20px;
    background: #F8F8F8;
    position: absolute;
    width: 1000px;
    height: 340px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status_alert .status_center .status_block {
    position: relative;
    display: grid;
    align-items: center;
    width: 100%;
}

.status_alert .status_center .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 20px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../assets/close_icon.png);
}

.status_alert .status_center .icon {
    position: relative;
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.status_alert .status_center h4 {
    color: #1A1A1A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: center;
    margin-top: 16px;
}

.status_alert .status_center p.desc {
    color: #6D6D6D;
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
}

.status_alert.success .icon {
    background-image: url(../assets/success-check.svg);
}

.status_alert.error .icon {
    background-image: url(../assets/error-warning.png);
}

.status_alert.success .status_center h4 {
    color: #11a904;
}

.status_alert.error .status_center h4 {
    color: #9b2222;
}

.submit_btn.waiting::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #6265FF;
    border-radius: inherit;
}

.submit_btn.waiting:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../assets/Preloader.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/************************ contact modal ends **********************/


/************** preloader css starts ***********/

.preloaderBg {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
}

.preloader {
    margin: auto;
    background: url(../assets/logo.svg) no-repeat center;
    background-size: 200px;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.preloader2 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #e8751b 94%, rgba(0, 0, 0, 0)) top / 15.5px 15.5px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #e8751b);
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 13.5px), #000 0);
    animation: spinner 1.2s infinite linear;
}

@keyframes spinner {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/************* preloader css ends *************/


/****************** media screens starts ************************/

@media screen and (max-width: 2310px) {
    .error_msg {
        font-size: 17px;
    }
    .status_alert .status_center h4 {
        font-size: 38px;
    }
    .status_alert .status_center p.desc {
        font-size: 22px;
    }
    .status_alert .status_center .icon {
        width: 55px;
        height: 55px;
    }
    .status_alert .status_center {
        width: 900px;
        height: 330px;
    }
    .status_alert .status_center .close_icon {
        width: 28px;
        height: 28px;
    }
    .contact_block .contact_row label sup {
        right: -13px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 130px;
        padding: 16px 50px;
        font-size: 18px;
    }
    .form_input input,
    .form_input select {
        font-size: 18px;
        padding: 10px 30px;
        height: 65px;
    }
    .form_input textarea {
        font-size: 18px;
        height: 195px;
    }
    .form_input select {
        background-position: calc(100% - 30px);
        background-size: 21px;
    }
    .contact_block .contact_row {
        margin: 18px;
        width: calc(50% - 36px);
    }
    .contact_block .contact_row.full {
        width: calc(100% - 36px);
        gap: 22px;
    }
    .contact_block {
        margin-left: -18px;
        margin-right: -18px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 0px;
    }
    .contact_block .contact_row label {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .contact_center {
        border-radius: 45px;
        width: 1600px;
    }
    .contact_center .head {
        width: 60%;
    }
    .cookies_modal .cookies_center {
        padding: 55px;
        border-radius: 50px 50px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 65px;
        height: 65px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 45px;
    }
    .cookie_bootom .cookie_btn {
        font-size: 22px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 18px;
    }
    .container {
        max-width: 1950px;
    }
    .banner .patch .patch_center {
        width: 1480px;
        height: 650px;
    }
    .banner .patch h1 {
        font-size: 96px;
    }
    .banner .patch p {
        font-size: 35px;
        line-height: 50px;
    }
    .header .logo {
        width: 210px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 2100px;
    } */
    .top_text h1 {
        font-size: 60px;
    }
    .bottom_text p {
        font-size: 34px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 30px;
    }
    .agility_wrapper .agility_card p {
        font-size: 20px;
    }
    .agility_wrapper .agility_card {
        padding: 36px;
        padding-top: 103px;
        margin: 0px 20px;
        min-height: 429px;
        width: calc(50% - 40px);
    }
    .solution_left h1 {
        font-size: 90px;
    }
    .solution_left .para_area p {
        font-size: 32px;
    }
    .swipe_card .swipe_top {
        margin-bottom: 40px;
    }
    .swipe_card .swipe_top h1 {
        font-size: 85px;
    }
    .swipe_card ul li .swipe_desc {
        font-size: 32px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        line-height: 56px;
        font-size: 42px;
    }
    .swipe_card ul li:nth-of-type(1) {
        min-height: 300px;
    }
    .swipe_wrapper {
        width: 5500px;
    }
    .swipe_card {
        width: 1100px;
        height: 910px;
        padding: 60px;
    }
    .title {
        font-size: 84px;
        line-height: 98px;
    }
    .sub_title {
        font-size: 32px;
    }
    .sub_title.high {
        font-size: 36px;
        line-height: 44px;
    }
    .sub_title.low {
        font-size: 28px;
    }
    .platform_tabs ul li {
        font-size: 20px;
        line-height: 24px;
    }
    .platform_tabs {
        margin: 16px auto;
        width: 1400px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 50px;
        line-height: 130%;
    }
    .platform_box .platform_left ul li h3 {
        font-size: 32px;
    }
    .platform_box .platform_left ul li p {
        font-size: 30px;
        line-height: normal;
    }
    .left_right_arrow p {
        font-size: 23px;
    }
    .platform_box .platform_left ul li {
        min-height: 310px;
    }
    .platform_wrapper .platform_swipe .platform_center::before {
        left: 54%;
    }
    .platform_box .platform_left {
        width: 54%;
    }
    .platform_box .platform_right {
        width: 46%;
    }
    .built_card .card_text h2 {
        font-size: 40px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 25px;
    }
    .built_wrapper .built_card svg {
        width: 180px;
        height: 180px;
    }
    .built_card .card_text {
        position: relative;
        padding-top: 70px;
    }
    .matrics_top {
        width: 53%;
    }
    .matrics_card h1.high {
        font-size: 160px;
    }
    .matrics_card p {
        font-size: 28px;
    }
    .matrics_card h1 {
        font-size: 42px;
    }
    .matrics_card p {
        font-size: 28px;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 690px;
    }
    .pricing_box h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .pricing_wrapper .pricing_card .back_text h4 {
        font-size: 130px;
    }
    .pricing_card h3 {
        font-size: 34px;
        line-height: 34px;
    }
    .pricing_card p {
        font-size: 23px;
        line-height: 26px;
        margin-top: 6px;
    }
    .pricing_wrapper .pricing_card {
        padding-top: 100px;
    }
    .pricing_wrapper .pricing_card::before {
        width: 80px;
        height: 80px;
    }
    .pricing_bottom .bottom_title {
        font-size: 60px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 32px;
    }
    .footer_top .left h1 {
        font-size: 68px;
    }
    .footer_top .sub_title {
        font-size: 32px;
    }
    .footer_top .right .logo img {
        width: 260px;
    }
    .footer_top .left {
        width: 60%;
    }
    .common_btn {
        font-size: 26px;
        padding: 20px 70px;
    }
    .iso_section {
        margin: 40px 0px;
        margin-top: 130px;
    }
    .iso_section img {
        width: 80px;
    }
    .copy_privacy p,
    .copy_privacy p a {
        font-size: 20px;
    }
    .social ul li img {
        width: 36px;
        height: 36px;
    }
    .social h5 {
        font-size: 18px;
    }
    .pricing_top .left {
        width: 40%;
    }
    .pricing_top .right {
        width: 50%;
    }
}

@media screen and (max-width: 2050px) {
    .contact_center {
        border-radius: 40px;
        width: 1500px;
    }
    .contact_center .head h2 {
        font-size: 38px;
    }
    .contact_center .head p {
        font-size: 19px;
    }
    .contact_center .head {
        width: 65%;
    }
    .header .logo {
        width: 180px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 1649px;
    } */
    .container {
        max-width: 1700px;
    }
    .title {
        font-size: 76px;
        line-height: 90px;
    }
    .sub_title {
        color: #878181;
        font-size: 28px;
        margin: 8px 0px;
    }
    .sub_title.high {
        font-size: 32px;
        line-height: normal;
    }
    .sub_title.low {
        font-size: 24px;
    }
    .banner .patch h1 {
        font-size: 80px;
    }
    .banner .patch p {
        font-size: 30px;
        line-height: 40px;
    }
    .top_text h1 {
        font-size: 50px;
    }
    .bottom_text p {
        font-size: 26px;
    }
    .agility_wrapper .agility_card {
        padding: 24px;
        padding-top: 80px;
        margin: 0px 12px;
        min-height: 380px;
        width: calc(50% - 24px);
    }
    .agility_wrapper .agility_card:nth-of-type(1),
    .agility_wrapper .agility_card:nth-of-type(2) {
        margin-bottom: 20px;
    }
    .agility_block .agility_right {
        width: calc(57% - 24px);
    }
    .agility_wrapper .agility_card h1 {
        font-size: 26px;
    }
    .agility_wrapper .agility_card p {
        font-size: 18px;
    }
    .solution_left h1 {
        font-size: 70px;
    }
    .solution_left .para_area p {
        font-size: 28px;
    }
    .swipe_wrapper {
        width: 4350px;
    }
    .solution_left .sweep_arrow {
        width: 150px;
        margin-top: 32px;
    }
    .swipe_card {
        width: 870px;
        height: 680px;
        padding: 30px;
    }
    .swipe_card ul li:nth-of-type(1) {
        min-height: 200px;
    }
    .swipe_card .swipe_top h1 {
        font-size: 70px;
    }
    .swipe_card ul li .swite_status {
        font-size: 22px;
    }
    .swipe_card ul li .swipe_desc {
        font-size: 26px;
    }
    .swipe_card ul li .swipe_second_desc {
        font-size: 35px;
        line-height: 36px;
    }
    .swipe_card ul li .swipe_second_desc span {
        font-size: 36px;
        line-height: 54px;
    }
    .platform_wrapper .platform_swipe .platform_center::before {
        left: 52%;
    }
    .platform_box .platform_left {
        width: 52%;
    }
    .platform_box .platform_right {
        width: 48%;
    }
    .platform_tabs {
        margin: 16px auto;
        margin-bottom: 0px;
        width: 1050px;
    }
    .platform_box .platform_left ul li {
        min-height: 220px;
    }
    .platform_tabs ul li {
        font-size: 18px;
        line-height: 24px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 44px;
        line-height: 130%;
    }
    .platform_box .platform_left ul li h3 {
        font-size: 26px;
        line-height: normal;
    }
    .platform_box .platform_left ul li p {
        font-size: 24px;
        line-height: normal;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        width: 60px;
    }
    .left_right_arrow p {
        font-size: 21px;
    }
    .built_card .card_text {
        padding-top: 60px;
    }
    .Built_block .top_section .top_left {
        width: 40%;
    }
    .Built_block .top_section .top_right {
        width: 46%;
    }
    .built_wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .built_wrapper .built_card {
        margin: 10px;
        padding: 40px;
    }
    .built_wrapper .built_card svg {
        width: 130px;
        height: 130px;
    }
    .built_card .card_text h2 {
        color: #FFF;
        font-size: 34px;
    }
    .built_card .card_text p {
        color: #FAFAFA;
        font-size: 20px;
    }
    .built_card .card_text .list ul li {
        color: #CDCDCD;
        font-size: 20px;
    }
    .matrics_top {
        width: 53%;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 630px;
    }
    .matrics_card h1 {
        font-size: 36px;
    }
    .matrics_card h1.high {
        font-size: 140px;
    }
    .matrics_card p {
        color: #5B5B5B;
        font-size: 24px;
    }
    .pricing_box h2 {
        font-size: 32px;
        line-height: 24px;
    }
    .pricing_wrapper .pricing_card .back_text h4 {
        font-size: 110px;
    }
    .pricing_card h3 {
        color: #CCD0EA;
        font-size: 28px;
        line-height: 26px;
    }
    .pricing_card p {
        color: #CCD0EA;
        font-size: 18px;
        line-height: 26px;
        margin-top: 6px;
    }
    .pricing_wrapper {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
    }
    .pricing_wrapper .pricing_card {
        padding: 30px;
        padding-top: 110px;
        margin: 10px;
        width: calc(50% - 20px);
    }
    .pricing_wrapper .pricing_card::before {
        right: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
    }
    .pricing_bottom .bottom_title {
        color: #BBCEE9;
        font-size: 48px;
    }
    .pricing_bottom .bottom_sub_title {
        color: #A3B6D2;
        font-size: 26px;
    }
    .footer_top .left h1 {
        font-size: 58px;
        line-height: 125.13%;
    }
    .footer_top .sub_title {
        font-size: 28px;
    }
    .copy_privacy p,
    .copy_privacy p a {
        font-size: 18px;
    }
    .social h5 {
        font-size: 17px;
    }
    .banner .patch .patch_center {
        width: 1210px;
        height: 530px;
    }
    .agility_wrapper .agility_card img {
        width: 60px;
        height: 60px;
    }
    .built_wrapper,
    .matrics_box,
    .pricing_box,
    .pricing_bottom {
        margin-top: 40px;
    }
    .pricing_top .left {
        width: 30%;
    }
    .pricing_top .right {
        width: 43%;
    }
    .scroll_up {
        width: 56px;
        height: 56px;
    }
    .common_btn {
        font-size: 24px;
        padding: 20px 80px;
    }
    .iso_section img {
        width: 80px;
    }
    .footer_top .right .logo img {
        width: 230px;
    }
    .social ul li img {
        width: 32px;
        height: 32px;
    }
    .social {
        width: 190px;
        margin-top: -16px;
    }
    .copy_right {
        width: calc(100% - 280px);
        padding: 20px 0px;
    }
    .iso_section {
        margin: 30px 0px;
        margin-top: 100px;
        gap: 30px;
    }
    .footer_top .common_btn {
        margin-top: 20px;
    }
    .footer_top .left {
        width: 76%;
    }
    .footer_top .right {
        width: 20%;
    }
    .left_right_arrow .bottom p {
        width: 50%;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        left: 14%;
    }
    .left_right_arrow .bottom p {}
    .left_right_arrow .bottom p.two {
        width: 46%;
    }
    .left_right_arrow .bottom p.three {}
    .left_right_arrow .bottom p.four {
        width: 32%;
    }
    /* 
    .left_right_arrow .bottom p.five {
        width: 44%;
    } */
    .left_right_arrow .bottom p.six {}
}

@media screen and (max-width: 1920px) {
    /* .bottom_desktop_image_box .desktop {
        width: 1720px;
    } */
    .left_right_arrow .bottom p.five {
        width: 36%;
    }
    .left_right_arrow .bottom p.six {
        width: 42%;
    }
    .section.privacy {
        padding: 80px 0px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 25px;
    }
    .contact_block .contact_row {
        margin: 16px;
        width: calc(50% - 32px);
    }
    .contact_block .contact_row.full {
        width: calc(100% - 32px);
        gap: 20px;
    }
    .contact_block {
        margin-left: -16px;
        margin-right: -16px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 0px;
    }
    .contact_block .contact_row label {
        font-size: 17px;
        margin-bottom: 14px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 120px;
        padding: 16px 50px;
        font-size: 17px;
    }
    .error_msg {
        font-size: 16px;
    }
    .status_alert .status_center h4 {
        font-size: 36px;
    }
    .status_alert .status_center p.desc {
        font-size: 20px;
    }
    .status_alert .status_center .icon {
        width: 52px;
        height: 52px;
    }
    .status_alert .status_center {
        width: 800px;
        height: 320px;
    }
    .status_alert .status_center .close_icon {
        width: 26px;
        height: 26px;
    }
    .contact_block .contact_row label sup {
        right: -12px;
    }
    .form_input input,
    .form_input select {
        font-size: 16px;
        padding: 10px 30px;
        height: 60px;
        border-radius: 10px;
    }
    .form_input textarea {
        font-size: 16px;
        height: 185px;
        border-radius: 10px;
    }
    .form_input select {
        background-position: calc(100% - 30px);
        background-size: 20px;
    }
    .contact_form {
        border-radius: 13px;
        margin-top: 25px;
        padding: 25px;
    }
    .contact_center .head h2 {
        font-size: 34px;
    }
    .contact_center .head {
        width: 70%;
    }
    .contact_center .head p {
        font-size: 18px;
    }
    .contact_center {
        border-radius: 35px;
    }
    .cookies_modal .cookies_center {
        padding: 50px;
        border-radius: 45px 45px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 60px;
        height: 60px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 40px;
    }
    .cookie_bootom .cookie_btn {
        font-size: 18px;
        padding: 16px 70px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 17px;
    }
    .preloader {
        background-size: 150px;
        width: 300px;
        height: 300px;
    }
    .preloader2 {
        width: 250px;
        height: 250px;
        -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 12.5px), #000 0);
    }
    .country_sec h6,
    .country_sec .line {
        font-size: 20px;
    }
    .country_sec .flags .flag {
        width: 45px;
    }
}

@media screen and (max-width: 1800px) {
    .footer_top .right .logo img {
        width: 200px;
    }
    .iso_section img {
        width: 60px;
    }
    .social ul li img {
        width: 28px;
        height: 28px;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 520px;
    }
    .header .logo {
        width: 145px;
    }
    .container {
        max-width: 1315px;
    }
    .agility_wrapper .agility_card {
        padding-top: 60px;
        min-height: 290px;
    }
    .banner .patch .patch_center {
        width: 1000px;
        height: 510px;
    }
    .common_btn {
        font-size: 20px;
        padding: 15px 68px;
    }
    .title {
        font-size: 64px;
        line-height: 76px;
    }
    .sub_title {
        font-size: 22px;
    }
    .sub_title.high {
        font-size: 24px;
    }
    .sub_title.low {
        font-size: 20px;
    }
    .banner .patch h1 {
        font-size: 70px;
    }
    .banner .patch p {
        font-size: 24px;
    }
    .top_text h1 {
        font-size: 44px;
        margin: 0px;
    }
    .bottom_text p {
        font-size: 24px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 22px;
    }
    .agility_wrapper .agility_card p {
        font-size: 14px;
    }
    .solution_left h1 {
        font-size: 64px;
    }
    .solution_left .para_area p {
        font-size: 24px;
    }
    .swipe_card .swipe_top {
        margin-bottom: 30px;
    }
    .swipe_card .swipe_top h1 {
        font-size: 61.857px;
    }
    .swipe_card ul li .swite_status {
        font-size: 20px;
    }
    .swipe_card ul li .swipe_desc {
        font-size: 24px;
    }
    .swipe_card ul li .swipe_second_desc {
        font-size: 34px;
    }
    .swipe_card ul li .swipe_second_desc span {
        font-size: 34px;
    }
    .platform_tabs ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 40px;
    }
    .platform_box .platform_left ul li h3 {
        font-size: 24px;
    }
    .platform_box .platform_left ul li p {
        font-size: 22px;
    }
    .left_right_arrow p {
        font-size: 19px;
    }
    .built_card .card_text h2 {
        font-size: 30px;
    }
    .built_card .card_text p {
        font-size: 18px;
    }
    .built_card .card_text .list ul li {
        font-size: 18px;
    }
    .matrics_card h1 {
        font-size: 32px;
    }
    .matrics_card h1.high {
        font-size: 120px;
    }
    .matrics_card p {
        font-size: 20px;
    }
    .pricing_box h2 {
        font-size: 30px;
    }
    .pricing_wrapper .pricing_card {
        padding-top: 90px;
    }
    .pricing_wrapper .pricing_card .back_text h4 {
        font-size: 96px;
    }
    .pricing_card h3 {
        color: #CCD0EA;
        font-size: 24px;
    }
    .pricing_card p {
        color: #CCD0EA;
        font-size: 16px;
    }
    .pricing_bottom .bottom_title {
        color: #BBCEE9;
        font-size: 44px;
    }
    .pricing_bottom .bottom_sub_title {
        color: #A3B6D2;
        font-size: 24px;
    }
    .footer_top .left h1 {
        font-size: 52px;
    }
    .footer_top .sub_title {
        font-size: 28px;
    }
    .copy_privacy p,
    .copy_privacy p a {
        font-size: 14px;
    }
    .social h5 {
        font-size: 13.5px;
    }
    .top_text {
        left: 30px;
        right: 30px;
        top: 30px;
    }
    .bottom_text {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    .swipe_wrapper {
        width: 4125px;
    }
    .swipe_card {
        width: 805px;
        height: 640px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 1600px;
    } */
    .platform_box .platform_left {
        width: 48%;
    }
    .platform_box .platform_right {
        width: 52%;
        padding-top: 50px;
    }
    .platform_wrapper .platform_swipe .platform_center::before {
        left: 48%;
    }
    .platform_tabs {
        width: 1000px;
    }
}

@media screen and (max-width: 1600px) {
    .country_sec {
        gap: 10px;
    }
    .country_sec h6,
    .country_sec .line {
        font-size: 18px;
    }
    .country_sec .flags {
        gap: 8px;
    }
    .country_sec .flags .flag {
        width: 40px;
    }
    .contact_block .contact_row {
        margin: 14px;
        width: calc(50% - 28px);
    }
    .contact_block .contact_row.full {
        width: calc(100% - 28px);
        gap: 16px;
    }
    .contact_block {
        margin-left: -14px;
        margin-right: -14px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 0px;
    }
    .contact_block .contact_row label {
        font-size: 16px;
        margin-bottom: 13px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 100px;
        padding: 14px 45px;
        font-size: 16px;
    }
    .error_msg {
        font-size: 15px;
        bottom: -23px;
    }
    .status_alert .status_center h4 {
        font-size: 34px;
    }
    .status_alert .status_center p.desc {
        font-size: 19px;
    }
    .status_alert .status_center .icon {
        width: 50px;
        height: 50px;
    }
    .status_alert .status_center {
        width: 700px;
        height: 310px;
    }
    .status_alert .status_center .close_icon {
        width: 24px;
        height: 24px;
    }
    .contact_block .contact_row label sup {
        right: -11px;
    }
    .form_input input,
    .form_input select {
        font-size: 15px;
        padding: 8px 25px;
        height: 55px;
        border-radius: 8px;
    }
    .form_input textarea {
        font-size: 15px;
        height: 170px;
        border-radius: 8px;
        padding: 25px;
    }
    .form_input select {
        background-position: calc(100% - 25px);
        background-size: 20px;
    }
    .contact_center .head h2 {
        font-size: 30px;
    }
    .contact_center .head p {
        font-size: 17px;
    }
    .contact_center .head {
        width: 75%;
    }
    .contact_center {
        border-radius: 30px;
        width: 90%;
    }
    .contact_scroll {
        padding: 35px;
        max-height: calc(100% - 70px);
    }
    .cookies_modal .cookies_center {
        padding: 45px;
        border-radius: 40px 40px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 55px;
        height: 55px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 35px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 16px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 30px;
    }
    .cookie_bootom .cookie_btn {
        padding: 14px 70px;
        font-size: 17px;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        left: 14%;
    }
    .iso_section {
        gap: 25px;
    }
    .scroll_up {
        width: 50px;
        height: 50px;
        right: 30px;
        bottom: 30px;
    }
    .section {
        padding: 50px 0px;
    }
    .section.privacy {
        padding: 60px 0px;
    }
    .header_center .navigation ul li a {
        font-size: 15px;
    }
    .banner .patch h1 {
        font-size: 50px;
    }
    .banner .patch p {
        font-size: 20px;
        line-height: 32px;
    }
    .banner .patch .patch_center {
        width: 850px;
        height: 410px;
    }
    .top_text h1 {
        font-size: 40px;
    }
    .bottom_text p {
        font-size: 22px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 20px;
    }
    .agility_wrapper .agility_card p {
        font-size: 13px;
    }
    .agility_wrapper .agility_card {
        padding: 20px;
        padding-top: 40px;
        min-height: 257px;
    }
    .solution_left h1 {
        font-size: 52px;
        line-height: 110%;
    }
    .solution_left .para_area p {
        font-size: 22px;
    }
    .solution_left .para_area p:nth-of-type(2) {
        width: 93%;
    }
    .swipe_card ul li .swite_status {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .swipe_card ul li:nth-of-type(1) {
        min-height: 170px;
    }
    .swipe_card ul li .swipe_desc {
        font-size: 22px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        font-size: 30px;
        line-height: 42px;
    }
    .swipe_wrapper {
        width: 3800px;
    }
    .swipe_card {
        width: 760px;
        height: 560px;
    }
    .title {
        font-size: 52px;
        line-height: 110%;
    }
    .sub_title {
        font-size: 19px;
    }
    .sub_title.low {
        font-size: 17px;
    }
    .sub_title.high {
        font-size: 22px;
    }
    .footer_top .sub_title {
        font-size: 24px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 32px;
    }
    .platform_box .platform_left ul li h3,
    .platform_box .platform_left ul li p {
        font-size: 20px;
    }
    .left_right_arrow p {
        font-size: 18px;
    }
    .left_right_arrow {
        width: 60%;
    }
    .platform_tabs ul {
        padding: 2px 30px;
    }
    .platform_top {
        padding: 10px 30px;
    }
    .platform_tabs ul li {
        font-size: 13px;
    }
    .platform_tabs ul {
        padding: 2px 30px;
    }
    .platform_box .platform_right {
        padding-top: 50px;
    }
    .left_right_arrow .top {
        left: 30px;
        top: 10px;
    }
    .left_right_arrow .bottom {
        left: 30px;
    }
    .built_card .card_text h2 {
        font-size: 26px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 17px;
    }
    .matrics_card h1.high {
        font-size: 100px;
    }
    .matrics_card p {
        font-size: 18px;
    }
    .matrics_card h1 {
        font-family: plusRegular;
        font-size: 30px;
    }
    .pricing_box h2 {
        font-size: 25px;
    }
    .pricing_wrapper .pricing_card .back_text h4 {
        font-size: 70px;
    }
    .pricing_card h3 {
        font-size: 22px;
    }
    .pricing_card p {
        font-size: 15px;
    }
    .pricing_wrapper .pricing_card {
        padding-top: 60px;
    }
    .pricing_bottom .bottom_title {
        font-size: 36px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 20px;
    }
    .footer_top .left h1 {
        font-size: 44px;
    }
    .common_btn {
        padding: 13px 60px;
        font-size: 18px;
    }
    .container {
        max-width: 1170px;
    }
    .social {
        width: 180px;
    }
}

@media screen and (max-width: 1400px) {
    .form_input textarea {
        height: 170px;
    }
    .contact_block .contact_row label {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 90px;
        padding: 12px 40px;
        font-size: 15px;
    }
    .contact_form {
        border-radius: 10px;
        margin-top: 25px;
    }
    .contact_center .head h2 {
        font-size: 28px;
    }
    .contact_center .head p {
        font-size: 16px;
    }
    .contact_center .head {
        width: 80%;
    }
    .contact_center {
        border-radius: 35px;
    }
    .contact_scroll {
        padding: 30px;
        max-height: calc(100% - 80px);
    }
    .platform_wrapper .platform_swipe .platform_center::before {
        left: 50%;
    }
    .platform_box .platform_left,
    .platform_box .platform_right {
        width: 50%;
    }
    .container {
        max-width: 1100px;
    }
    .matrics_card p {
        font-size: 17px;
    }
    .agility_wrapper .agility_card {
        padding: 10px 20px;
        padding-top: 30px;
        min-height: 240px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 1180px;
    } */
    .cookies_modal .cookies_center {
        padding: 40px;
        border-radius: 35px 35px 0px 0px;
    }
}

@media screen and (max-width: 1300px) {
    .banner .patch .patch_center {
        width: 850px;
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .contact_center .head h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .contact_center .head p {
        font-size: 15px;
    }
    .contact_center .head {
        width: 85%;
    }
    .cookies_modal .cookies_center {
        padding: 35px;
        border-radius: 30px 30px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 50px;
        height: 50px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 30px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 15px;
    }
    .cookie_bootom .cookie_btn {
        padding: 12px 60px;
        font-size: 16px;
    }
    .banner .patch h1 {
        font-size: 44px;
    }
    .banner .patch p {
        font-size: 18px;
        line-height: 30px;
    }
    .banner .patch .patch_center {
        height: 330px;
    }
    .top_text h1 {
        font-size: 32px;
    }
    .bottom_text p {
        font-size: 20px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 19px;
    }
    .agility_wrapper .agility_card p {
        font-size: 13px;
    }
    .agility_wrapper .agility_card {
        padding: 20px;
        padding-top: 28px;
        min-height: 242px;
    }
    .swipe_card ul li .swipe_desc {
        font-size: 20px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        font-size: 26px;
    }
    .solution_left h1 {
        font-size: 47px;
        line-height: 110%;
    }
    .solution_left .para_area p {
        font-size: 20px;
    }
    .sub_title {
        font-size: 18px;
    }
    .sub_title.low {
        font-size: 16px;
    }
    .sub_title.high {
        font-size: 20px;
    }
    .footer_top .sub_title {
        font-size: 22px;
    }
    .title {
        font-size: 48px;
        line-height: 110%;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 28px;
    }
    .platform_box .platform_left ul li h3,
    .platform_box .platform_left ul li p {
        font-size: 18px;
    }
    .built_card .card_text h2 {
        font-size: 24px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 16px;
    }
    .matrics_card p {
        font-size: 16px;
    }
    .matrics_card h1.high {
        font-size: 90px;
    }
    .matrics_box .matrics_left .left_text {
        bottom: 0;
        padding: 30px;
    }
    .pricing_box h2 {
        font-size: 22px;
    }
    .built_wrapper,
    .matrics_box,
    .pricing_box,
    .pricing_bottom {
        margin-top: 30px;
    }
    .section {
        padding: 40px 0px;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 460px;
    }
    .pricing_top .right {
        width: 58%;
    }
    .pricing_wrapper .pricing_card {
        padding: 20px;
        padding-top: 50px;
    }
    .pricing_wrapper .pricing_card {
        font-size: 60px;
    }
    .pricing_bottom .bottom_title {
        font-size: 30px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 18px;
    }
    .footer_top .left h1 {
        font-size: 38px;
    }
    .common_btn {
        padding: 12px 50px;
        font-size: 16px;
    }
    .social {
        width: 160px;
    }
    .social ul li img {
        width: 24px;
        height: 24px;
    }
    .iso_section {
        margin: 26px 0px;
        margin-top: 60px;
    }
    .container {
        max-width: 1050px;
    }
    .agility_wrapper .agility_card {
        padding: 20px;
        padding-top: 19px;
        min-height: 230px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 1080px;
    } */
}

@media screen and (max-width: 1100px) {
    .container {
        max-width: 1000px;
    }
    .agility_wrapper .agility_card h1 {
        margin: 6px 0px;
        font-size: 18px;
    }
    .agility_wrapper .agility_card p {
        font-size: 13px;
        line-height: 18px;
    }
    .agility_wrapper .agility_card {
        padding: 20px;
        padding-top: 20px;
        min-height: 220px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 1000px;
    } */
}

@media screen and (max-width: 1024px) {
    .country_sec .flags {
        gap: 8px;
    }
    .country_sec h6,
    .country_sec .line {
        font-size: 16px;
    }
    .country_sec .flags .flag {
        width: 35px;
    }
    .contact_block .contact_row label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact_block .contact_row {
        margin: 12px;
        width: calc(50% - 24px);
    }
    .contact_block .contact_row.full {
        width: calc(100% - 24px);
        gap: 14px;
    }
    .contact_block {
        margin-left: -12px;
        margin-right: -12px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 0px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 80px;
        padding: 12px 35px;
        font-size: 14px;
    }
    .error_msg {
        font-size: 14px;
        bottom: -22px;
    }
    .status_alert .status_center h4 {
        font-size: 32px;
    }
    .status_alert .status_center p.desc {
        font-size: 18px;
    }
    .status_alert .status_center .icon {
        width: 45px;
        height: 45px;
    }
    .status_alert .status_center {
        width: 650px;
        height: 300px;
    }
    .status_alert .status_center .close_icon {
        width: 22px;
        height: 22px;
    }
    .contact_block .contact_row label sup {
        right: -10px;
    }
    .form_input input,
    .form_input select {
        font-size: 14px;
        padding: 6px 20px;
        height: 50px;
        border-radius: 6px;
    }
    .form_input textarea {
        font-size: 14px;
        height: 158px;
        border-radius: 6px;
        padding: 25px;
    }
    .form_input select {
        background-position: calc(100% - 20px);
        background-size: 19px;
    }
    .contact_form {
        border-radius: 8px;
        margin-top: 20px;
        padding: 20px;
    }
    .contact_center .head h2 {
        font-size: 22px;
    }
    .contact_center .head p {
        font-size: 14px;
    }
    .contact_center .head {
        width: 90%;
    }
    .contact_center {
        border-radius: 30px;
    }
    .contact_scroll {
        padding: 30px;
        max-height: calc(100% - 60px);
    }
    .cookies_modal .cookies_center {
        padding: 30px;
        border-radius: 25px 25px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 45px;
        height: 45px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 26px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 14px;
    }
    .cookie_bootom .cookie_btn {
        padding: 10px 50px;
        font-size: 15px;
    }
    .platform_top {
        padding: 20px 30px;
        padding-bottom: 40px;
    }
    .platform_tabs ul {
        padding: 8px 30px;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        width: 50px;
    }
    .scroll_up {
        width: 45px;
        height: 45px;
    }
    .banner .landing_image video {
        /* transform: scale(1.9); */
    }
    .banner .patch h1 {
        font-size: 40px;
    }
    .banner .patch p {
        font-size: 17px;
        line-height: 30px;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 950px;
    } */
    .banner .patch .patch_center {
        height: 320px;
        width: 715px;
    }
    .header_center .navigation ul li a {
        font-size: 14px;
    }
    .header_center .logo {
        width: 106px;
    }
    .header_container {
        max-width: 720px;
    }
    .container {
        max-width: 900px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 17px;
    }
    .agility_wrapper .agility_card p {
        font-size: 12px;
        line-height: 16px;
    }
    .agility_wrapper .agility_card {
        padding: 14px;
        min-height: 200px;
    }
    .top_text h1 {
        font-size: 30px;
    }
    .agility_block .agility_left img {
        height: 500px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 40px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 26px;
    }
    .platform_box .platform_left ul li h3,
    .platform_box .platform_left ul li p {
        font-size: 16px;
    }
    .built_card .card_text h2 {
        font-size: 22px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 15px;
    }
    .built_wrapper .built_card svg {
        width: 100px;
        height: 100px;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 500px;
    }
    .matrics_box .matrics_left .left_text {
        padding: 20px;
    }
    .pricing_box h2 {
        font-size: 20px;
    }
    .pricing_card h3 {
        font-size: 20px;
    }
    .pricing_card h3 {
        font-size: 20px;
    }
    .pricing_bottom .bottom_title {
        font-size: 27px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 17px;
    }
    .common_btn {
        padding: 10px 44px;
        font-size: 16px;
    }
    .social {
        width: 150px;
    }
    .footer_top .right .logo img {
        width: 180px;
    }
    .sub_title {
        font-size: 17px;
    }
    .sub_title.low {
        font-size: 15px;
    }
    .sub_title.high {
        font-size: 18px;
    }
    .footer_top .sub_title {
        font-size: 20px;
    }
    .platform_box .platform_left ul li {
        padding-left: 50px;
        min-height: 200px;
    }
    .swipe_card {
        width: 700px;
        height: 560px;
    }
    .left_right_arrow .bottom p.two {
        width: 50%;
    }
    .swipe_wrapper {
        width: 3810px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        font-size: 28px;
        line-height: 40px;
    }
    .left_right_arrow p {
        font-size: 16px;
    }
    .left_right_arrow .top,
    .left_right_arrow .bottom {
        left: 20px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 24px;
    }
    .iso_section {
        gap: 20px;
    }
}

@media screen and (max-width: 999px) {
    .container {
        max-width: none;
        width: 94%;
    }
    /* .bottom_desktop_image_box .desktop {
        width: 90%;
    } */
    .platform_tabs {
        width: 90%;
    }
    .pricing_card p {
        font-size: 13px;
    }
    .matrics_card p {
        font-size: 14px;
    }
    .matrics_card h1 {
        font-family: plusRegular;
        font-size: 28px;
    }
    .matrics_box .matrics_left,
    .matrics_box .matrics_right {
        height: 430px;
    }
    .matrics_card h1.high {
        font-size: 80px;
    }
    .matrics_list li {
        width: calc(50% - 32px);
        margin: 10px 16px;
    }
    .platform_box .platform_left ul li {
        min-height: 180px;
    }
    .agility_wrapper .agility_card h1 {
        margin: 16px 0px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .agility_wrapper .agility_card p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .agility_block .agility_left {
        width: 360px;
    }
    .agility_block .agility_right {
        width: calc(100% - 380px);
    }
    .agility_wrapper .agility_card {
        padding: 14px;
        min-height: 181px;
    }
}

@media screen and (max-width: 900px) {
    .built_wrapper .built_card {
        padding: 30px;
        min-height: 340px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .contact_block .contact_row label {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .contact_block .contact_row {
        margin: 10px;
        width: calc(50% - 20px);
    }
    .contact_block .contact_row.full {
        width: calc(100% - 20px);
        gap: 12px;
    }
    .contact_block {
        margin-left: -10px;
        margin-right: -10px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 0px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 60px;
        padding: 10px 30px;
        font-size: 13px;
    }
    .form_input input,
    .form_input select {
        font-size: 13px;
        padding: 6px 20px;
        height: 45px;
        border-radius: 5px;
    }
    .form_input textarea {
        font-size: 13px;
        height: 144px;
        border-radius: 5px;
        padding: 20px;
    }
    .status_alert .status_center {
        width: 600px;
        height: 290px;
    }
    .form_input select {
        background-position: calc(100% - 20px);
        background-size: 18px;
    }
    .contact_center .head h2 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .contact_center .head p {
        font-size: 13px;
    }
    .contact_center .head {
        width: 95%;
    }
    .contact_center {
        border-radius: 25px;
    }
    .contact_scroll {
        padding: 25px;
    }
    .cookies_modal .cookies_center {
        padding: 25px;
        border-radius: 20px 20px 0px 0px;
    }
    .cookies_modal .cookies_center .head img {
        width: 40px;
        height: 40px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 24px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 14px;
    }
    .cookie_bootom .cookie_btn {
        font-size: 14px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 20px;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        width: 40px;
    }
    .banner .landing_image video {
        /* transform: scale(3.5); */
    }
    .banner .patch h1 {
        font-size: 36px;
    }
    .banner .patch p {
        font-size: 16px;
        line-height: 28px;
    }
    .banner .patch .patch_center {
        height: 360px;
        width: 680px;
    }
    .top_text h1 {
        font-size: 28px;
    }
    .bottom_text p {
        font-size: 18px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 36px;
    }
    .solution_left .para_area p {
        font-size: 16px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 36px;
    }
    .sub_title {
        font-size: 16px;
    }
    .sub_title.low {
        font-size: 14px;
    }
    .sub_title.high {
        font-size: 16px;
    }
    .footer_top .sub_title {
        font-size: 18px;
    }
    .built_wrapper .built_card {
        padding: 30px;
        min-height: 364px;
    }
    .pricing_card h3 {
        font-size: 18px;
    }
    .pricing_card p {
        font-size: 12px;
    }
    .pricing_bottom .bottom_title {
        font-size: 24px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 15px;
    }
    .pricing_wrapper .pricing_card::before {
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
    }
    .social {
        width: 130px;
    }
    .social ul li img {
        width: 22px;
        height: 22px;
    }
    .copy_privacy p,
    .copy_privacy p a {
        font-size: 13px;
    }
    .left_right_arrow p {
        font-size: 14px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 36px;
    }
    .solution_left .para_area p,
    .swipe_card ul li .swipe_desc {
        font-size: 18px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        font-size: 26px;
        line-height: 36px;
    }
    .swipe_card {
        height: 510px;
        width: 649px;
    }
    .swipe_wrapper {
        width: 3555px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 22px;
    }
    .platform_box .platform_left ul li h3,
    .platform_box .platform_left ul li p {
        font-size: 15px;
    }
    .left_right_arrow p {
        font-size: 12px;
    }
    .matrics_card h1 {
        font-size: 26px;
    }
    .matrics_card h1.high {
        font-size: 70px;
    }
    .footer_top .right .logo img {
        width: 160px;
    }
    .copy_right {
        width: calc(100% - 220px);
    }
    .platform_top {
        padding: 30px 10px;
    }
    .platform_box .platform_left {
        width: calc(100% - 380px);
    }
    .platform_box .platform_right {
        width: 380px;
    }
    .platform_tabs ul {
        padding: 2px 10px;
    }
    .platform_tabs ul li {
        font-size: 12px;
    }
    .section {
        padding: 30px 0px;
    }
    .section.privacy {
        padding: 50px 0px;
    }
    .agility_block .agility_left {
        width: 330px;
    }
    .agility_block .agility_right {
        width: calc(100% - 350px);
    }
    .agility_wrapper .agility_card {
        padding: 10px;
        min-height: 166px;
    }
    .scroll_up {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
    }
    .preloader2 {
        width: 210px;
        height: 210px;
        -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 11.5px), #000 0);
    }
    .preloader {
        background-size: 130px;
        width: 260px;
        height: 260px;
    }
    .country_sec h6,
    .country_sec .line {
        font-size: 14px;
    }
    .country_sec .flags .flag {
        width: 30px;
    }
}

@media screen and (max-width: 710px) {
    .matrics_box .matrics_right {
        padding: 20px 0px;
    }
    .matrics_card p {
        font-size: 13px;
    }
    .pricing_wrapper .pricing_card {
        padding: 20px 16px;
        padding-top: 50px;
    }
    .pricing_card p {
        font-size: 11px;
    }
    .pricing_bottom .bottom_title {
        font-size: 22px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 34px;
    }
    .footer_top .sub_title {
        font-size: 17px;
    }
    .social {
        width: 120px;
    }
    .social ul li img {
        width: 20px;
        height: 20px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 32px;
    }
    .platform_box .platform_left ul li h2 {
        font-size: 21px;
    }
    .platform_box .platform_left ul li h3,
    .platform_box .platform_left ul li p {
        font-size: 13px;
    }
}

@media screen and (max-width: 650px) {
    .country_sec .flags {
        gap: 5px;
    }
    .country_sec {
        margin: 16px 0px;
    }
    .country_sec h6,
    .country_sec .line {
        font-size: 12px;
    }
    .country_sec .flags .flag {
        width: 25px;
    }
    .scroll_up {
        width: 30px;
        height: 30px;
    }
    .contact_block .contact_row label {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .contact_block .contact_row {
        margin: 20px 10px;
        width: calc(50% - 20px);
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 20px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 40px;
        padding: 10px 26px;
        font-size: 12px;
    }
    .error_msg {
        font-size: 13px;
    }
    .status_alert .status_center h4 {
        font-size: 30px;
    }
    .status_alert .status_center p.desc {
        font-size: 17px;
    }
    .status_alert .status_center .icon {
        width: 42px;
        height: 42px;
    }
    .status_alert .status_center {
        width: 550px;
        height: 280px;
    }
    .status_alert .status_center .close_icon {
        width: 20px;
        height: 20px;
    }
    .contact_block .contact_row label sup {
        right: -9px;
    }
    .contact_form {
        border-radius: 6px;
        margin-top: 16px;
    }
    .contact_center .head h2 {
        font-size: 18px;
    }
    .contact_center .head p {
        font-size: 12px;
    }
    .contact_center .head {
        width: 100%;
    }
    .contact_center {
        border-radius: 20px;
    }
    .contact_scroll {
        padding: 20px;
        padding-bottom: 30px;
    }
    .cookies_modal .cookies_center {
        padding: 25px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 20px;
    }
    .cookies_modal .cookies_center .head img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    .cookie_bootom .cookie_btn {
        font-size: 13px;
        border-radius: 60px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 13px;
    }
    .dummy_header {
        display: block;
    }
    .cookies_modal .cookies_center .body {
        display: block;
    }
    .cookies_modal .cookies_center .body .cookie_text {
        position: relative;
        width: calc(100% - 0px);
    }
    .cookie_bootom {
        margin-top: 20px;
    }
    .header.privacy {
        display: none;
    }
    .mobile_header {
        display: block;
    }
    .banner .patch {
        position: relative;
    }
    #mobileBanner {
        display: block;
    }
    #desktopBanner {
        display: none;
    }
    .banner .patch p {
        margin-top: 25px;
    }
    .banner .patch {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 90%;
        margin: auto;
    }
    .banner .patch .patch_center {
        width: 680px;
        height: 320px;
        padding-top: 160px;
    }
    .header {
        padding: 0px 20px;
        top: 34px;
    }
    .header .logo {
        width: 114px;
    }
    .section {
        padding: 50px 0px;
    }
    .section.full_height {
        height: auto;
    }
    .agility_block {
        display: block;
    }
    .agility_block .agility_left {
        width: 100%;
    }
    .agility_block .agility_right {
        width: 100%;
        margin-top: 20px;
    }
    .agility_wrapper .agility_card {
        margin: 0px 10px;
        min-height: 210px;
        width: calc(50% - 20px);
        padding: 16px;
    }
    .agility_wrapper .agility_card p {
        -webkit-line-clamp: none;
        text-overflow: unset;
    }
    .platform_wrapper .platform_swipe .platform_center {
        display: block;
    }
    .platform_box .platform_left {
        width: 100%;
    }
    .platform_box .platform_right {
        width: 100%;
        margin-top: 20px;
    }
    .platform_box .platform_right::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        border-top: 1px solid #D0CEE6;
    }
    .platform_wrapper .platform_swipe {
        position: relative;
        display: none;
    }
    .platform_box .platform_left ul li {
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: auto;
        padding-left: 30px;
    }
    .left_right_arrow .top,
    .left_right_arrow .bottom {
        left: 30px;
    }
    .left_right_arrow .bottom {
        bottom: 24px;
    }
    .built_wrapper {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    .built_wrapper .built_card {
        min-height: auto;
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
    }
    .built_wrapper .built_card:nth-of-type(2) {
        margin-top: 20px;
    }
    .Built_block .top_section {
        display: block;
    }
    .Built_block .top_section .top_left {
        width: 100%;
    }
    .Built_block .top_section .top_right {
        width: 100%;
        margin-top: 16px;
    }
    .matrics_box {
        display: block;
    }
    .matrics_box .matrics_left {
        height: auto;
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }
    .matrics_box .matrics_right {
        height: auto;
        width: 100%;
        border-radius: 0px 0px 20px 20px;
        padding: 0px;
    }
    .matrics_box .matrics_left .left_text {
        padding: 20px 30px;
        position: relative;
    }
    .matrics_box .matrics_left .left_text .matrics_card p {
        width: 50%;
    }
    .matrics_list li {
        width: calc(50% - 60px);
        margin: 20px 30px;
    }
    .pricing_top {
        display: block;
    }
    .pricing_top .left {
        width: 100%;
    }
    .pricing_top .right {
        width: 100%;
        margin-top: 10px;
    }
    .pricing_wrapper .pricing_card {
        min-height: 250px;
        padding-top: 150px;
    }
    .pricing_wrapper .pricing_card .back_text {
        position: absolute;
        left: 16px;
        top: 16px;
    }
    .pricing_wrapper .pricing_card .back_text h4 {
        font-size: 72px;
    }
    .pricing_card h3 {
        font-size: 18px;
        line-height: normal;
    }
    .pricing_box h2 {
        margin-bottom: 10px;
    }
    .pricing_bottom {
        display: block;
        padding-top: 30px;
        border-top: 1px solid rgba(147, 164, 191, 0.16);
    }
    .pricing_bottom .left {
        width: 100%
    }
    .pricing_bottom .right {
        width: 100%;
        margin-top: 18px;
    }
    .pricing_bottom .bottom_sub_title {
        font-size: 11px;
    }
    .container {
        width: 90%;
    }
    .footer_top {
        display: block;
        margin-bottom: 30px;
    }
    .footer_top .left {
        width: 100%;
    }
    .footer_top .right {
        width: 100%;
        margin-top: 90px;
    }
    .footer_top .right .logo {
        justify-content: start;
    }
    .iso_section {
        display: none;
    }
    .mobile_iso_logo {
        display: block;
    }
    .mobile_iso_logo img {
        width: 40px;
    }
    .social {
        display: none;
        width: 100px;
        margin-top: 0;
    }
    .social.mobile_social {
        display: block;
    }
    .copy_right {
        width: calc(100% - 100px);
        border: none;
    }
    .social ul li {
        margin: 6px 10px;
        cursor: pointer;
    }
    .copy_right {
        width: calc(100% - 100px);
        border: none;
        padding: 0;
        display: flex;
        align-items: end;
    }
    .solution_block {
        display: block;
    }
    .solution_block .solution_left {
        width: 100%;
    }
    .solution_block .solution_right {
        width: 100%;
        margin-top: 20px;
        min-height: auto;
    }
    #smooth-wrapper {
        /* overflow-y: auto; */
        height: auto;
    }
    .swipe_wrapper {
        width: 100%;
        display: block;
    }
    .swipe_wrapper .slick-list {
        padding-left: 0px !important;
    }
    .swipe_card {
        margin-left: 20px;
        height: 550px;
    }
    .swipe_card:nth-of-type(1) {
        margin-left: 0px;
    }
    .platform_tabs {
        width: 100%;
        overflow-x: auto;
    }
    .platform_tabs ul {
        width: 730px;
    }
    .platform_grid {
        height: auto;
    }
    .platform_wrapper .platform_swipe .platform_center::before {
        display: none;
    }
    .matrics_top {
        width: 100%;
    }
    .pricing_card p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 6px;
    }
    .matrics_list {
        padding: 20px 0px;
    }
    .matrics_list li {
        width: calc(50% - 60px);
        margin: 0px 30px;
        min-height: 120px;
    }
    .solution_left .para_area p {
        margin: 20px 0px;
    }
    .solution_left .para_area p:nth-of-type(2) {
        margin-top: 30px;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        width: 40px;
    }
    .matrics_box .matrics_right::before {
        width: 100px;
        height: 100px;
    }
    .matrics_box .matrics_right::before {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .agility_block .agility_left .agility_video {
        height: 220px;
        overflow: hidden;
    }
    .agility_block .agility_left .agility_video video {
        height: auto;
    }
    #solutionSection {
        padding-top: 50px !important;
    }
    .swipe_card .swipe_top .image {
        border-radius: 10px;
    }
    .swipe_card .swipe_top .image img {
        height: 90px;
    }
    .swipe_card {
        padding: 20px;
    }
    .swipe_card .swipe_top {
        margin-bottom: 20px;
    }
    .swipe_card .swipe_top h1 {
        left: 16px;
        top: 10px;
        bottom: auto;
    }
    .platform_box .platform_left ul li p.one {
        width: 100%;
    }
    .contact_center::before {
        width: 85%;
    }
}

@media screen and (max-width: 550px) {
    .contact_block .contact_row label {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .contact_block .contact_row {
        margin: 20px 8px;
        width: calc(100% - 16px);
        float: none;
    }
    .contact_block .contact_row.full {
        width: calc(100% - 16px);
        gap: 10px;
    }
    .contact_block {
        margin-left: -8px;
        margin-right: -8px;
    }
    .contact_block .contact_row:nth-of-type(1),
    .contact_block .contact_row:nth-of-type(2) {
        margin-top: 20px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 20px;
        padding: 8px 22px;
        font-size: 11px;
    }
    .error_msg {
        font-size: 12px;
        bottom: -21px;
    }
    .status_alert .status_center h4 {
        font-size: 28px;
    }
    .status_alert .status_center p.desc {
        font-size: 16px;
    }
    .status_alert .status_center .icon {
        width: 40px;
        height: 40px;
    }
    .status_alert .status_center {
        width: 500px;
        height: 270px;
    }
    .contact_block .contact_row label sup {
        right: -8px;
    }
    .form_input input,
    .form_input select {
        font-size: 12px;
        padding: 4px 18px;
        height: 40px;
        border-radius: 4px;
    }
    .form_input textarea {
        font-size: 12px;
        border-radius: 4px;
        padding: 18px;
        height: 90px;
    }
    .form_input select {
        background-position: calc(100% - 18px);
        background-size: 17px;
    }
    .contact_center {
        border-radius: 15px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 12px;
    }
    .cookie_bootom .cookie_btn {
        padding: 8px 30px;
        font-size: 12px;
        border-radius: 30px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 18px;
    }
    .cookies_modal .cookies_center .head img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 16px;
    }
    .cookie_bootom {
        margin-top: 16px;
    }
    .agility_block .agility_left .agility_video {
        height: 280px;
        overflow: hidden;
    }
    .section.privacy {
        padding: 40px 0px;
    }
    .copy_right {
        width: calc(100% - 40px);
    }
    .container {
        width: 100%;
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .top_text h1 {
        font-size: 24px;
    }
    .bottom_text p {
        font-size: 14px;
        line-height: 18px;
    }
    .top_text {
        left: 20px;
        right: 20px;
        top: 20px;
    }
    .bottom_text {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .agility_wrapper .agility_card img {
        width: 30px;
        height: 30px;
    }
    .agility_wrapper .agility_card h1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .agility_wrapper .agility_card p {
        font-size: 11px;
        line-height: normal;
    }
    .agility_wrapper .agility_card {
        margin: 0px 7px;
        width: calc(50% - 14px);
    }
    .agility_wrapper .agility_card:nth-of-type(1),
    .agility_wrapper .agility_card:nth-of-type(2) {
        margin-bottom: 14px;
    }
    .banner .patch {
        padding: 0px 25px;
    }
    .banner .patch h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .banner .patch p {
        font-size: 18px;
        line-height: 28px;
    }
    .solution_left .para_area p {
        font-size: 12px;
    }
    .solution_left h1,
    .title,
    .footer_top .left h1 {
        font-size: 28px;
        font-weight: normal;
        text-align: left;
    }
    .solution_left .para_area p,
    .swipe_card ul li .swipe_desc {
        font-size: 13px;
    }
    .swipe_card {
        height: 450px;
    }
    .sub_title {
        font-size: 12px;
        text-align: left;
        margin: 12px 0px;
    }
    .platform_top {
        padding: 10px 20px;
        box-sizing: border-box;
        width: calc(100% - 0px);
    }
    .platform_box .platform_left ul li h2 {
        font-size: 22px;
        text-align: center;
    }
    .platform_box .platform_left ul li h3 {
        text-align: center;
    }
    .platform_box .platform_left ul li h3 {
        font-size: 14px;
    }
    .platform_box .platform_left ul li p {
        font-size: 12px;
    }
    .built_card .card_text h2 {
        font-size: 18px;
    }
    .built_card .card_text p,
    .built_card .card_text .list ul li {
        font-size: 12px;
    }
    .built_wrapper .built_card svg {
        width: 80px;
        height: 80px;
    }
    .title.center_text {
        text-align: center;
    }
    .sub_title.center_text {
        text-align: center;
    }
    .sub_title.low {
        font-size: 10px;
    }
    .pricing_box h2 {
        font-size: 16px;
    }
    .pricing_bottom .bottom_title {
        font-size: 28px;
    }
    .footer_top .left h1 {
        font-size: 24px;
        font-family: plusMedium;
    }
    .footer_top .sub_title {
        font-size: 14px;
    }
    .footer_top .right {
        margin-top: 70px;
    }
    .common_btn {
        padding: 10px 40px;
        font-size: 12px;
        line-height: normal;
    }
    .copy_privacy p,
    .copy_privacy p a {
        font-size: 9px;
    }
    .mob_iso_img {
        gap: 14px;
    }
    .mobile_iso_logo img {
        width: 36px;
    }
    .footer_top .right .logo img {
        width: 140px;
    }
    .matrics_card h1.high {
        font-size: 28px;
    }
    .matrics_card p {
        font-size: 11px;
    }
    .matrics_card h1 {
        font-size: 14px;
    }
    .matrics_list li {
        min-height: 120px;
        width: calc(50% - 40px);
        margin: 0px 20px;
    }
    .swipe_card .swipe_top h1 {
        font-size: 30px;
    }
    .swipe_card ul li .swite_status {
        font-size: 10px;
    }
    .swipe_card ul li:nth-of-type(1) {
        min-height: 130px;
    }
    .swipe_card ul li .swipe_second_desc,
    .swipe_card ul li .swipe_second_desc span {
        font-size: 18px;
        line-height: 26px;
    }
    .left_right_arrow .top img,
    .left_right_arrow .bottom img {
        width: 30px;
    }
    .left_right_arrow p {
        font-size: 14px;
        line-height: 22px;
    }
    .left_right_arrow .bottom p {
        width: 40%;
        line-height: 18px;
    }
    .left_right_arrow .top p {
        line-height: 18px;
    }
    .preloader2 {
        width: 180px;
        height: 180px;
    }
    .preloader {
        background-size: 110px;
        width: 220px;
        height: 220px;
    }
}

@media screen and (max-width: 450px) {
    .contact_form {
        border-radius: 4px;
        margin-top: 14px;
        padding: 16px;
    }
    .contact_center .head h2 {
        font-size: 15px;
    }
    .contact_center .head p {
        font-size: 11px;
    }
    .contact_center {
        border-radius: 10px;
    }
    .cookies_modal .cookies_center .body .cookie_text p {
        font-size: 11px;
    }
    .cookie_bootom .cookie_btn {
        font-size: 11px;
    }
    .matrics_box .matrics_left .left_text .matrics_card p.first {
        width: 80%;
    }
    .pricing_wrapper .pricing_card {
        padding-top: 130px;
    }
    .agility_wrapper .agility_card {
        min-height: 230px;
    }
    .swipe_card {
        height: 460px;
        padding: 30px 20px;
    }
    .left_right_arrow .bottom p.two {
        width: 54%;
    }
}

@media screen and (max-width: 400px) {
    .mobile_iso_logo img {
        width: 30px;
    }
    .contact_center::before {
        width: 100%;
    }
    .preloader2 {
        width: 170px;
        height: 170px;
    }
    .preloader {
        background-size: 100px;
        width: 200px;
        height: 200px;
    }
    .error_msg {
        font-size: 11px;
        bottom: -20px;
    }
    .contact_block .contact_row label sup {
        right: -7px;
    }
    .contact_block .contact_row label {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .submit_btn,
    .cancel_btn {
        border-radius: 10px;
        padding: 8px 20px;
        font-size: 10px;
    }
    .form_input input,
    .form_input select {
        font-size: 11px;
        padding: 4px 16px;
        height: 36px;
    }
    .form_input textarea {
        font-size: 11px;
        padding: 16px;
        height: 70px;
    }
    .form_input select {
        background-position: calc(100% - 16px);
        background-size: 16px;
    }
    .contact_center .head h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contact_center .head p {
        font-size: 10px;
    }
    .cookies_modal .cookies_center {
        padding: 20px;
    }
    .cookies_modal .cookies_center .head img {
        width: 28px;
        height: 28px;
        margin-right: 6px;
    }
    .cookies_modal .cookies_center .head h4 {
        font-size: 17px;
    }
    .cookies_modal .cookies_center .head {
        margin-bottom: 13px;
    }
    .matrics_list li {
        min-height: 130px;
    }
    .swipe_card {
        height: 500px;
    }
    .agility_wrapper .agility_card {
        min-height: 250px;
    }
    .left_right_arrow p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 380px) {
    .pricing_wrapper .pricing_card {
        padding-top: 100px;
    }
    .copy_privacy {
        display: block;
        margin-top: 20px;
    }
    .copy_privacy p {
        margin-top: 6px;
    }
    .copy_privacy p:nth-of-type(2) {
        display: none;
    }
    .agility_wrapper .agility_card {
        padding: 24px 16px;
        width: calc(100% - 14px);
        min-height: 10px;
        margin-bottom: 16px;
        min-height: 260px;
    }
    .error_msg {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (max-width: 350px) {
    .matrics_list li {
        min-height: 160px;
    }
}