@media (max-width:500px) {
  html {
    font-size: 40%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 0rem;
    bottom: 0rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 100%;
    height: 40rem;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .cookie-img img {
    height: 10rem;
  }

  .mobile-flex-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .title-wrap {
    padding-top: 0px;
  }

  .title-wrap h1 {
    font-size: 2.8rem !important;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 10px;
  }

  .content-wrap p {
    font-size: 12px;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  .btn-wrap button {
    font-size: 15px;
    font-weight: 600;
    background: none;
    padding: 8px 50px;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 13px 55px;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 13px 55px;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .next-ti_inview {
    height: 23rem;
  }

  .homepage-counter {
    display: none;
  }

  .homepage-counter-formobile {
    display: block;
    height: 30rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(1, 4, 10, 0) 90%);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 20px;
    position: absolute;
    top: -5vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage_inview-intro button {
    text-transform: uppercase;
    color: #eb7d00;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .figures-for_companies {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    color: rgb(218, 218, 218);
  }

  .first_figu {
    margin-right: 0rem;
    padding-top: 3rem;
    width: 100% !important;
  }

  .second_figu {
    margin-right: 5rem;
  }

  .third_figu {}

  .sub_figs {
    text-align: center;
    height: fit-content;
    width: 20rem;
    font-family: 'Montserrat', sans-serif;
    filter: contrast(1.75);
    background: -webkit-linear-gradient(to left, #4DA0B0, #D39D38);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4DA0B0, #D39D38);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sub_figs i {
    font-size: 3.4rem;
  }

  .sub_figs h1 {
    font-weight: 800;
    font-size: 3.4rem;
    letter-spacing: 2px;
    padding-top: 1rem;
  }

  .sub_figs p {
    font-weight: bold;
    font-size: 1.3rem;
  }

  .company-profiles {
    color: whitesmoke;
    width: 100%;
    height: 100%;
    padding-top: 45rem !important;
  }

  .company-profiles h3 {
    padding: 0 .5rem;
  }

  .company-profiles p {
    padding: 0 .5rem;
    padding-top: 1rem;
  }

  .all_product-overview {
    /* height: 210rem !important; */
    font-family: 'Barlow Condensed', sans-serif;
  }

  .all_pro-head-wrap {
    display: flex;
    justify-content: center;
  }

  .all-products_heading {
    text-align: center;
    color: whitesmoke;

  }

  .all-products_heading h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.746rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .all-products_heading p {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: rgb(209, 209, 209);
  }

  .orange_line-divider {
    display: block;
    margin: 2rem auto 2.2rem;
    background: #f6a821;
    height: 3px;
    width: 8.6rem;
    border-radius: 50%;
  }

  .product_act_over-view {
    padding-top: 5rem;
  }

  .product1_act_overview {
    display: flex;
    flex-direction: column;
  }

  .product1_act_overview-des1 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product1_act_overview-des1 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .superscript_product1-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .product1_act_overview-des1-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .product1_act_overview-des2 {
    width: 100% !important;
    height: 40rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .product1_act_overview-des2 img {
    height: 32rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0rem !important;
  }

  .product2_act_overview-des1 {
    width: 100% !important;
    height: 40rem !important;
    position: relative;
  }

  .product2_act_overview-des1 img {
    height: 31rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview-des2 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product2_act_overview-des2 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .superscript_product2-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .product2_act_overview-des2-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .little-features {
    display: flex;
    width: fit-content;
    position: relative;
  }

  .little-features-box {
    width: 13rem;
    height: 14rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 0 2.5rem;
  }

  .little-features-box img {
    height: 5rem;
    filter: contrast(2);
  }

  .little-features-box p {
    font-size: 1.5rem !important;
    margin-top: .5rem;
    padding: 0 !important;
  }

  .little-features-box::after {
    content: '';
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: 9rem;
    height: 9rem;
    background: linear-gradient(to right, #14a7a7, #ee690a);
    filter: blur(35px);
  }

  .little-features-box1,
  .little-features-box2 {
    margin-right: 2rem;
  }

  .little-features-box3 {
    position: relative;
  }

  .little-features button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    background-color: #f38200;
    border: none;
    color: whitesmoke;
    position: absolute;
    bottom: -1.5rem;
    right: -2rem;
  }

  .homepage_inview {
    height: 80vh;
  }

  .lastofHomepage {
    /* height: 130vh !important; */
    padding-top: 15rem;
    font-family: 'Montserrat', sans-serif;
  }

  .slider {
    z-index: 2;
  }

  .slider .slide {
    padding-top: 0px;
    margin-top: 1rem;
  }

  .slider-1-img {
    margin-left: 5rem;
  }

  .fullspanbox-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
  }

  .fullspan-box {
    height: 40rem;
    width: 90% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5rem !important;
  }

  .fullspan-box::before {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    filter: opacity(0.5);
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -1;
    transform: scale(0.8) translateY(7rem) !important;
  }

  .fullspan-box::after {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -2;
    filter: opacity(0.2);
    transform: scale(0.7) translateY(13rem) !important;
  }

  .slider-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .slider-grid-partner {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    height: 30vh;
  }

  .content-of-fullspan {
    text-align: center;
  }

  .content-of-fullspan h2 {
    font-size: 2.1rem;
    color: whitesmoke;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;
  }

  .content-of-fullspan p {
    color: whitesmoke;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .content-of-fullspan button {
    color: whitesmoke;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1.5rem;
  }

  .alternate_features {
    padding-top: 10rem;
    color: whitesmoke;
  }

  .alternate_features h3 {
    font-size: 2.0rem;
    text-align: center;
    padding: 0 2rem !important;
  }
  
.recent-achievement-flex h1{
  font-size: 6rem;
}

  .alternate_features h1 {
    text-align: center;
    padding: 0 !important;
    background: linear-gradient(263deg, rgba(255, 111, 22, 0.687) 0%, rgba(255, 255, 255, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alternate_features-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem !important;
    justify-content: center;
    padding: 4rem 0;
  }

  .alt-fe_box {
    width: 30rem;
    height: 28rem;
    background-color: #1b1a1b;
    border-radius: 20px;
    position: relative;
  }

  .alt-fe_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.035) translateY(0px) !important;
    border-radius: 20px !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1,
  .alt-fe_box2 {
    margin-right: 0rem !important;
  }

  .alt-fe_box1,
  .alt-fe_box3 {
    transform: translateY(0rem) !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1::before,
  .alt-fe_box3::before {
    transform: scale(0.96) translateY(0rem) !important;
    background: #1b1a1b;
    border-radius: 20px;
  }

  .footer {
    height: 79rem !important;
    position: relative;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .foot-head {
    font-size: xx-large;
    padding: 3rem 0 0 5rem;
  }

  .all_right {
    width: 100%;
    background-color: black;
    height: 5rem;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .right-text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
  }

  .footer_flex-item1 {
    width: 80% !important;
    color: #F09819;
    display: flex;
    gap: 2rem;
  }

  .footer_flex-location{
    width: 80%;
  }

  .footer_flex-item {
    width: 100% !important;
    color: #F09819;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
  }

  .foot_social {
    height: 7rem;
    filter: contrast(1.80);
  }

  .foot-cont1_head {
    font-weight: bolder;
    font-size: 2rem;
    color: #F09819;
  }

  .foot-cont1_des {
    font-size: 1.4rem;
    color: rgb(218, 218, 218);
  }

  .flex_footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .flex_footer-2 {
    justify-content: space-evenly;
  }

  .flex_footer-2-item {
    margin-left: 0px;
  }

  .flex_total-foot {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }



  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 55rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
    color: rgb(235, 235, 235);
    font-size: 580%;
    font-weight: 900;
    letter-spacing: 10px;
    border: 1px solid white;
    font-family: 'Montserrat', sans-serif;
    position: relative;
  } */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 9.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.2rem .5rem .5rem rgba(255, 255, 255, 0.2));
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 3rem;
    letter-spacing: 1px;
    position: absolute;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: rgb(235, 235, 235);
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 0 29.5rem;
    font-size: 1.8rem;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    justify-content: center;
    padding: 7rem 0 10rem 0;
  }

  .alt-f_card {
    height: 35rem;
    width: 40rem;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 15rem;
    height: 15rem;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.5);
  }

  /* .alt-f_card::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ff3c00;
    filter: blur(100px);
    
  } */

  .alt-f_card1 {
    margin-right: 50px;
  }

  .alt-f_card2 {
    margin-right: 50px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px !important;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
  }

  .product-flow img {
    position: absolute;
    left: 100px;
    bottom: 30px;
    height: 350px;
  }


  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 40px;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    text-align: center;
    padding: 50px 0;
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .product2-features {
    position: relative;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .threat-counter {
    height: 85rem !important;
    position: relative;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 30px 0 !important;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 5rem !important;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none !important;
    justify-content: space-evenly;
  }

  .mobile-counterboxes {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .mobileitem-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .mobileitem-counterbox img {
    height: 10rem;
  }

  /* .item-counterbox:nth-child(2),
  .item-counterbox:nth-child(4){
    transform: translateY(-10rem);
  }
  
  .item-counterbox:nth-child(1),
  .item-counterbox:nth-child(5){
    transform: translateY(-30rem);
  } */

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }


  .slider::before,
  .slider::after {
    background: linear-gradient(to right, rgb(1, 4, 10) 0%, rgba(1, 4, 10, 0) 100%);
    content: "";
    height: 15rem;
    position: absolute;
    width: 10rem;
    z-index: -1;
  }



  /* ti html  */

  .product2_intro {
    height: 70vh !important;
    width: 100vw;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .backmix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: right;
    z-index: -1;
    filter: opacity(0.8);
  }

  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 40rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
  color: rgb(235, 235, 235);
  font-size: 580%;
  font-weight: 900;
  letter-spacing: 10px;
  border: 1px solid white;
  font-family: 'Montserrat', sans-serif;
  position: relative;
} */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.5rem .5rem 1rem rgba(255, 255, 255, .1));
    position: relative;
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: absolute;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2px;
    right: -5px;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: white !important;
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 10px 0 0 0;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .alt-f_card {
    height: 35rem;
    width: 40rem;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.9);
  }

  /* .alt-f_card::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff3c00;
  filter: blur(100px);
  
} */

  .alt-f_card1 {
    margin-right: 0px;
  }

  .alt-f_card2 {
    margin-right: 0px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15rem;
  }

  .product-flow img {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 24.5rem;
  }

  .work-flow {
    width: 90%;
    height: 60rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }

  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 4rem;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    padding: 5rem 3rem;
  }

  .work-flow_head p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding: 0 4rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.6rem;
    line-height: 6rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
    background: linear-gradient(to right, #e68f17, #A83279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2-features {
    position: relative;
  }

  .product-features {
    padding-top: 0px !important;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 100px 0 0 0;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 6rem;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .item-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .item-counterbox img {
    height: 10rem;
  }

  .item-counterbox:nth-child(2),
  .item-counterbox:nth-child(4) {
    transform: translateY(-10rem);
  }

  .item-counterbox:nth-child(1),
  .item-counterbox:nth-child(5) {
    transform: translateY(-30rem);
  }

  .item-counterbox {}

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }

  .feature_1 {
    padding: 0 5rem;
    height: 65rem;
    display: flex;
    flex-direction: column-reverse;

    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mobile-feature_1 {
    flex-direction: column !important;
  }

  .feature_1-secimg {
    position: absolute;
    left: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(194, 194, 194);

  }

  .feature_1-img {
    height: 100%;
    width: 40%;
    border-radius: 20px;
    position: relative;
  }

  .tiltdash {
    height: 25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .tiltdash2 {
    height: 25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .data-filter {
    position: absolute;
    height: 35rem;
    transform: translate(-60%, -50%);
    top: 55% !important;
    left: 50% !important;
  }

  .vmsworkflow {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 35rem;
    transform: translate(-50%, -50%);
  }

  .vmsdash-laptop {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 27rem;
    transform: translate(-50%, -50%);
  }

  .feature_1-des {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
  }

  .feature_1-des li {
    font-size: 1.5rem;
  }

  .feature_1-des p {
    color: rgb(224, 224, 224);
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: justify;
  }

  .f1-des_head {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .m-f1-des_head {
    font-size: 2.4rem;
  }

  .f1-des_head .f1-des_head-super {
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  footer {
    background-color: #22242c;
    margin-top: 90px;
    height: 80rem !important;
  }

  /* vms */

  .product1_intro {
    height: 85rem;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .vms-illus {
    position: absolute;
    height: 65vw;
    filter: contrast(1.2);
    right: 0;
    bottom: 0;
  }

  .product1_intro::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../images/5172658.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px) opacity(0.5);
  }

  .product_head {
    padding: 0 200px;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .product1_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;
    height: 50rem;
    width: 100%;
    top: 12%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  /* .product1_intro-headinview::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 0;
  right: -30px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: rgba( 255, 255, 255, 0.1 );
} */
  .product1_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
  color: rgb(235, 235, 235);
  font-size: 580%;
  font-weight: 900;
  letter-spacing: 10px;
  border: 1px solid white;
  font-family: 'Montserrat', sans-serif;
  position: relative;
} */
  .product1_intro-head {
    color: rgb(221, 221, 221);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 1rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 44rem;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(221, 221, 221) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .superscript1 {
    color: rgb(235, 235, 235);
    font-size: 2rem;
    letter-spacing: 1px;
    position: absolute;
    top: .5rem;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(219, 219, 219) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_intro-des {
    margin-top: 2rem;
    color: rgb(221, 221, 221);
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }

  .product1_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .takedemo-vmsbtn {
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    font-size: 1.8rem;
    border-radius: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 300ms ease-in;
  }

  .product1_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product-features {
    padding-top: 70px;
  }



  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  .product_foot {
    background-color: #22242c;
    margin-top: 50px;
  }

  .product1_features-starts-here {
    display: flex;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 20rem;
  }

  .p1f_gridtotalwrap {
    display: none;
  }

  .mobile-p1f_gridtotalwrap {
    display: block !important;
  }

  .mobile-p1f_gridtotalwrap h3 {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .mobile-p1f_gridtotalwrap .our-features-p {
    font-size: 1.8rem;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem 2rem 2rem;
    text-align: center;
  }

  .product1-feature_gridcontainer {
    height: 50rem;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 21rem 21rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .feature_gridcontainer-item {
    width: 19rem;
    height: 20rem;
    border-radius: 20px;
    background-color: #272627;
    color: whitesmoke;
  }

  .feature_gridcontainer-item2,
  .feature_gridcontainer-item3,
  .feature_gridcontainer-item5,
  .feature_gridcontainer-item6 {
    text-align: center;
    padding-top: 2rem;
    width: 21rem;
    height: 26rem;
  }

  .feature_gridcontainer-item2 h5,
  .feature_gridcontainer-item3 h5,
  .feature_gridcontainer-item5 h5,
  .feature_gridcontainer-item6 h5 {
    line-height: 5rem;
  }

  .feature_gridcontainer-item2 p,
  .feature_gridcontainer-item3 p,
  .feature_gridcontainer-item5 p,
  .feature_gridcontainer-item6 p {
    padding: 0 2rem;
    font-size: 1.2rem;
  }

  .feature_gridcontainer-item img {
    height: 7rem;
    filter: drop-shadow(0rem 1rem 5px rgba(0, 0, 0, 1));
  }

  .feature_gridcontainer-item1 {
    width: 30rem;
    border-radius: 0px;
    padding: 2rem 0 0 1rem;
    color: whitesmoke;
    background-color: transparent;
  }

  .feature_gridcontainer-item1 h3 {
    font-weight: 700;
    font-size: 3.6rem;
  }

  .feature_gridcontainer-item1 p {
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  .feature_gridcontainer-item4 {
    width: 30rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0 1rem;
  }

  .feature_gridcontainer-item4 ul,
  .feature_gridcontainer-item4 li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: whitesmoke;
  }

  .feature_gridcontainer-item4 li {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: whitesmoke;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .smalldotgrid {
    z-index: -1;
    height: 10rem;
    position: absolute;
    right: 1rem;
    bottom: -12rem;
  }

  /* aboutus.html start here \/ \/ */

  .new-about-us_inview {
    height: 60rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/movie-02.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .new-about-us_inview-head {
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

  .new-about-us_inview-head h1 {
    color: whitesmoke;
    font-size: 6rem;
    line-height: 1.2em;
    font-weight: 300;
  }

  .new-about-us_inview-head p {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5) !important;
    letter-spacing: 0.2rem;
    line-height: 1.4em;
    text-align: center;
  }

  .meetus-btn {
    padding-top: 4rem;
  }

  .meetus-btn a {
    text-decoration: none;
    color: whitesmoke;
    padding: 1rem 2rem;
    background-color: #eb7d00;
    border-radius: 5px;
    font-weight: 520;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }

  .about-us_inview-intro {
    height: 70rem;
    position: relative;
  }

  .about-us_inview-intro::before {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_inview-intro::after {
    content: '';
    z-index: -2;
    background-image: url(../images/pexels-evie-shaffer-2748756-min-scaled.jpg);
    background-size: cover;
    background-position: right;
    filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_head {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-color: whitesmoke;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 0.76);
    border-radius: 20px;
    padding: 2rem 5rem;
  }

  .about-us_head-intro {
    font-weight: 900;
    font-size: 500%;
  }

  .about-us_head-des {
    margin-top: 5rem;
    text-align: justify;
  }

  .about-us_head-des1 {
    font-size: 2rem;
  }

  .about-us_head-des2 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }

  .btn-grad_in-aboutus {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    border: none;
    color: white;
    margin-top: 2.5rem;
    border-radius: 7px;
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .about-us_fullspan-overview {
    height: 100vh;
    background-image: url(../images/abstract-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .about-us_fullspan-journey {
    height: 120rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    padding: 10rem 0;
  }

  .journey-card_head {
    text-align: center;
    font-size: 5.4rem;
    font-weight: 600;
    color: whitesmoke;
  }

  .journey_all-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 6rem 0;
  }

  .journey-card {
    height: 30rem;
    width: 35rem;
    border-radius: 5px;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: #22242c;
    color: whitesmoke;
  }

  .journey-card1,
  .journey-card2 {
    margin-right: 0rem;
  }

  .aboutus_foot {
    background-color: #22242c;
  }

  .journey_quote {
    height: 10rem;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: .1rem;
  }

  .journey_quote p {
    text-align: center;
    width: fit-content;
    border-radius: 0px;
    padding: 1.5rem 2rem 1rem 2rem;
    background-color: #F09819;
  }

  .journey-card-internal_head {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 2rem 4rem;
  }

  .journey-card-internal_des {
    padding: 0 1rem;
    font-size: 1.5rem;
  }

  .parent-company {
    height: fit-content;
    padding: 5rem 10rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/Vector_2677.jpg) !important;
    background-position: bottom;
    background-size: cover;
  }

  .parent-comp-content_wrap {
    color: whitesmoke;
  }

  .parent-comp-content_wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 350;
    line-height: 6rem;
    text-align: center;
  }

  .parent-comp-content_wrap p {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .parent-comp-content_wrap p strong {
    font-weight: 700;
  }

  .meetteam-content-wrap {
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80rem;
  }

  .mt-cnt-wrap {
    width: 90%;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 2rem 5rem;
    backdrop-filter: blur(10px);
    position: absolute;
  }

  .meetteam-content-wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 8rem;
    text-align: center;
  }

  .meetteam-content-wrap p {
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .meetteam-content-wrap .center-text {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }

  /* contact us  */


  .contact-us_inview {
    height: 150rem;
    position: relative;
  }

  .contact-us_inview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(1, 4, 10, 0) 0%, rgba(1, 4, 10, 1) 100%), url(../images/rm314-aew-01.jpg) !important;
    background-repeat: no-repeat;
    filter: blur(2px);
    background-size: cover;
  }

  .contact-foot {
    background: none;
  }

  .contact-us_inview-intro {
    width: 100%;
    height: 100%;
  }

  .contact-us_inview-intro {
    padding-top: 100px;
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-us_inputform {
    height: 90rem;
    width: 100%;
    position: relative;
  }

  .contact-us_input-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 2rem 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
  }

  .contact-us_logo-and-illus {
    height: 50rem;
    width: 100%;
    position: relative;
  }

  .contact-us_li-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
  }

  .contact-usback {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -70px;
    display: none;
  }

  .contact-usback-ilus {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150px;
    display: none;
  }

  .contact-usback-ilus2 {
    height: 250px;
    position: absolute;
    z-index: -1;
    right: -250px;
    bottom: -80px;
    display: none;
  }

  .contact-us_li-head h1 {
    font-size: 7rem;
    font-weight: 800;
    text-align: center;
    text-shadow: -3px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      4px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_li-head .sub-contact-us_li-head {
    width: 300px;
    height: 20px;
  }

  .contact-us_li-head p {
    font-size: 15px;
    text-align: center;
    text-shadow: -1px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      1.5px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_inview-head {

    position: relative;
  }

  .cu_inview-text {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 40%;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .cu_inview-text h1 {
    font-size: 400%;
    font-weight: 900;
  }

  .cu_inview-text p {
    font-size: 18px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }

  .contact-us_form-cards {
    padding: 65px 0 0 0;
    display: flex;
    justify-content: center;
  }

  .form-card1 {
    height: 800px;
    width: 50%;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
    padding: 70px 90px;
    position: relative;
  }

  .form-card2 {
    border-radius: 20px;
    width: 30%;
    height: 500px;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
  }

  .form {
    position: relative;
    width: 40rem;
    height: 8.5rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    margin-top: 2rem;
  }

  .form__input {
    width: 100%;
    height: 4rem;
    font-size: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: whitesmoke;
    padding: .8rem 1.2rem;
    outline: none;
    transition: all 300ms ease-in;
  }

  .form__label {
    font-size: 2rem;
    padding-left: .7rem;
    color: #f6a821;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in, all 250ms ease-in;
    background-color: transparent;
  }

  .form__labelicon {
    padding-left: 1rem;
    font-size: 2rem;
    color: #f6a821;
    transition: all 300ms ease-in;
  }

  /* .form_2,
.form_3,
.form_4{
  margin-top: 20px;
} */
  .totalselectwrap {
    margin-top: 2rem;
  }

  #tools-selection {
    width: 100%;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 15px;
    transition: all 300ms ease-in;
    font-size: 2rem;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #tools-selection option {
    background-color: #2b2e38;
    font-size: 1.8rem;
  }

  #country {
    margin-top: 20px;
    width: 400px;
    height: 3rem;
    border: none;
    border-bottom: 2px solid whitesmoke;
    outline: none;
    background: transparent;
    transition: all 300ms ease-in;
    font-size: 15px;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #country option {
    background-color: #2b2e38;
  }

  .contact-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .contact-submit-btn button {
    border: 3px solid rgba(255, 168, 7, 1);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 25px;
    border-radius: 100px;
    backdrop-filter: blur(4.5px);
    color: white;
  }

  /* .neo_checkboxall > input[type=checkbox].neo-check {
  -webkit-appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  outline: none;
  background-color: #202229;
  border: 2px solid #45474e;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin: 30px 20px 0 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked{
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 15px;
  color: #f6a821;
}
.neo_checkboxall{
  
} */
  /* .checkmark_neo{
  font-weight: 900;
  font-size: 15px;
  color: #f6a821;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked ~ .checkmark_neo{
  opacity: 1;
} */

  .flex-check {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f6a821;
    margin-top: 30px;
  }

  .checkbox {
    --background: #202229;
    --border: #45474e;
    --border-hover: #f7b035;
    --border-active: #202229;
    --tick: #f6a821;
    position: relative;
  }

  .checkbox input,
  .checkbox svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  }

  .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
  }

  .checkbox input:checked {
    --b: var(--border-active);
  }

  .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 18%;
    left: 18%;
    width: 30px;
    height: 30px;
    transform: scale(var(--scale, 1)) translateZ(0);
  }

  .checkbox.bounce {
    --stroke: var(--tick);
  }

  .checkbox.bounce input:checked {
    --s: 15px;
  }

  .checkbox.bounce input:checked+svg {
    -webkit-animation: bounce 0.4s linear forwards 0.2s;
    animation: bounce 0.4s linear forwards 0.2s;
  }

  .checkbox.bounce svg {
    --scale: 0;
  }

  @-webkit-keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  .contact-form_submit {
    position: absolute;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    bottom: 10%;
    left: 50%;
    color: white;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    background-size: 200% auto;
    transform: translate(-50%, -50%);
    padding: 5px 50px;
    transition: .5s;
  }

  .contact-form_submit:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .contact-us_footer {
    height: 50px;
    text-align: center;
    padding: 10px 0;
    background-color: black;
    position: relative;
    color: white;
  }




}

@media (max-width:1024px) and (min-width: 800px) {
  html {
    font-size: 55%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .next-ti_inview {
    height: 25rem;
  }

  .homepage-counter {
    display: block;
    width: 80%;
  }

  .homepage-counter-formobile {
    display: none;
    height: 40rem;
    width: 80%;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(1, 4, 10, 0) 90%);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 20px;
    position: absolute;
    top: -5vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage_inview-intro button {
    text-transform: uppercase;
    color: #eb7d00;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .figures-for_companies {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    color: rgb(218, 218, 218);
    gap: 30px;
  }

  .first_figu {
    margin-right: 0rem;
  }

  .second_figu {
    margin-right: 0rem;
  }

  .third_figu {}

  .sub_figs {
    text-align: center;
    height: fit-content;
    width: 20rem;
    font-family: 'Montserrat', sans-serif;
    filter: contrast(1.75);
    background: -webkit-linear-gradient(to left, #4DA0B0, #D39D38);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4DA0B0, #D39D38);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sub_figs i {
    font-size: 3.4rem;
  }

  .sub_figs h1 {
    font-weight: 800;
    font-size: 3.4rem;
    letter-spacing: 2px;
    padding-top: 1rem;
  }

  .sub_figs p {
    font-weight: bold;
    font-size: 1.3rem;
  }

  .company-profiles {
    color: whitesmoke;
    width: 100%;
    height: 100%;
    padding-top: 45rem !important;
  }

  .company-profiles h3 {
    padding: 0 .5rem;
  }

  .company-profiles p {
    padding: 0 .5rem;
    padding-top: 1rem;
  }

  .all_product-overview {
    /* height: 240rem !important; */
    font-family: 'Barlow Condensed', sans-serif;
  }

  .all_pro-head-wrap {
    display: flex;
    justify-content: center;
  }

  .all-products_heading {
    text-align: center;
    color: whitesmoke;

  }

  .all-products_heading h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.746rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .all-products_heading p {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: rgb(209, 209, 209);
  }

  .orange_line-divider {
    display: block;
    margin: 2rem auto 2.2rem;
    background: #f6a821;
    height: 3px;
    width: 8.6rem;
    border-radius: 50%;
  }

  .product_act_over-view {
    padding-top: 10rem;
  }

  .product1_act_overview {
    display: flex;
    flex-direction: column;
  }

  .product1_act_overview-des1 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product1_act_overview-des1 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .superscript_product1-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .product1_act_overview-des1-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .product1_act_overview-des2 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .product1_act_overview-des2 img {
    height: 50rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0rem !important;
  }

  .product2_act_overview-des1 {
    width: 100% !important;
    height: 55rem !important;
    position: relative;
  }

  .product2_act_overview-des1 img {
    height: 50rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview-des2 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product2_act_overview-des2 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .superscript_product2-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .product2_act_overview-des2-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .little-features {
    display: flex;
    width: fit-content;
    position: relative;
  }

  .little-features-box {
    width: 13rem;
    height: 14rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 0 2.5rem;
  }

  .little-features-box img {
    height: 5rem;
    filter: contrast(2);
  }

  .little-features-box p {
    font-size: 1.5rem !important;
    margin-top: .5rem;
    padding: 0 !important;
  }

  .little-features-box::after {
    content: '';
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: 9rem;
    height: 9rem;
    background: linear-gradient(to right, #14a7a7, #ee690a);
    filter: blur(35px);
  }

  .little-features-box1,
  .little-features-box2 {
    margin-right: 2rem;
  }

  .little-features-box3 {
    position: relative;
  }

  .little-features button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    background-color: #f38200;
    border: none;
    color: whitesmoke;
    position: absolute;
    bottom: -1.5rem;
    right: -2rem;
  }

  .lastofHomepage {
    /* height: 155rem !important; */
    padding-top: 25rem;
    font-family: 'Montserrat', sans-serif;
  }

  .fullspanbox-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
  }

  .fullspan-box {
    height: 40rem;
    width: 90% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5rem !important;
  }

  .fullspan-box::before {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    filter: opacity(0.5);
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -1;
    transform: scale(0.8) translateY(7rem) !important;
  }

  .fullspan-box::after {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -2;
    filter: opacity(0.2);
    transform: scale(0.7) translateY(13rem) !important;
  }

  .content-of-fullspan {
    text-align: center;
  }

  .content-of-fullspan h2 {
    font-size: 2.1rem;
    color: whitesmoke;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;
  }

  .content-of-fullspan p {
    color: whitesmoke;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .content-of-fullspan button {
    color: whitesmoke;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1.5rem;
  }

  .alternate_features {
    padding-top: 15rem;
    color: whitesmoke;
  }

  .alternate_features h3 {
    font-size: 2.0rem;
    text-align: center;
    padding: 0 2rem !important;
  }

  .alternate_features h1 {
    text-align: center;
    padding: 0 !important;
    background: linear-gradient(263deg, rgba(255, 111, 22, 0.687) 0%, rgba(255, 255, 255, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alternate_features-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem !important;
    justify-content: center;
    padding: 10rem 0;
  }

  .alt-fe_box {
    width: 30rem;
    height: 28rem;
    background-color: #1b1a1b;
    border-radius: 20px;
    position: relative;
  }

  .alt-fe_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.035) translateY(0px) !important;
    border-radius: 20px !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1,
  .alt-fe_box2 {
    margin-right: 0rem !important;
  }

  .alt-fe_box1,
  .alt-fe_box3 {
    transform: translateY(0rem) !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1::before,
  .alt-fe_box3::before {
    transform: scale(0.96) translateY(0rem) !important;
    background: #1b1a1b;
    border-radius: 20px;
  }

  .footer {
    height: 80rem !important;
    position: relative;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .foot-head {
    font-size: xx-large;
    padding: 3rem 0 0 5rem;
  }

  .all_right {
    width: 100%;
    background-color: black;
    height: 5rem;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .right-text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
  }

  .footer_flex-item1 {
    width: 80% !important;
    color: #F09819;
    display: flex;
    gap: 2rem;
  }

  .footer_flex-item {
    width: 100% !important;
    color: #F09819;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
  }

  .foot_social {
    height: 7rem;
    filter: contrast(1.80);
  }

  .foot-cont1_head {
    font-weight: bolder;
    font-size: 2rem;
    color: #F09819;
  }

  .foot-cont1_des {
    font-size: 1.4rem;
    color: rgb(218, 218, 218);
  }

  .flex_footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .flex_footer-2 {
    justify-content: space-evenly;
  }

  .flex_footer-2-item {
    margin-left: 0px;
  }

  .flex_total-foot {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }



  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 55rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
  color: rgb(235, 235, 235);
  font-size: 580%;
  font-weight: 900;
  letter-spacing: 10px;
  border: 1px solid white;
  font-family: 'Montserrat', sans-serif;
  position: relative;
} */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 9.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.2rem .5rem .5rem rgba(255, 255, 255, 0.2));
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 3rem;
    letter-spacing: 1px;
    position: absolute;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: rgb(235, 235, 235);
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 0 29.5rem;
    font-size: 1.8rem;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    justify-content: center;
    padding: 7rem 0 10rem 0;
  }

  .alt-f_card {
    height: 35rem;
    width: 40rem;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 15rem;
    height: 15rem;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.5);
  }

  /* .alt-f_card::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff3c00;
  filter: blur(100px);
  
} */

  .alt-f_card1 {
    margin-right: 50px;
  }

  .alt-f_card2 {
    margin-right: 50px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px !important;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
  }

  .product-flow img {
    position: absolute;
    left: 100px;
    bottom: 30px;
    height: 350px;
  }


  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 40px;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    text-align: center;
    padding: 50px 0;
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .product2-features {
    position: relative;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .threat-counter {
    height: 85rem !important;
    position: relative;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 30px 0 !important;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 5rem !important;
    padding: 100px 0 0 !important;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none !important;
    justify-content: space-evenly;
  }

  .mobile-counterboxes {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .item-counterset1 {
    gap: 50rem;
  }

  .item-counterset2 {
    gap: 30rem;
  }

  .mobileitem-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .mobileitem-counterbox img {
    height: 10rem;
  }

  /* .item-counterbox:nth-child(2),
.item-counterbox:nth-child(4){
  transform: translateY(-10rem);
}

.item-counterbox:nth-child(1),
.item-counterbox:nth-child(5){
  transform: translateY(-30rem);
} */

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }


  .slider::before,
  .slider::after {
    background: linear-gradient(to right, rgb(1, 4, 10) 0%, rgba(1, 4, 10, 0) 100%);
    content: "";
    height: 15rem;
    position: absolute;
    width: 10rem;
    z-index: 2;
  }



  /* ti html  */

  .product2_intro {
    height: 70vh !important;
    width: 100vw;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .backmix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: right;
    z-index: -1;
    filter: opacity(0.8);
  }

  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 40rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
color: rgb(235, 235, 235);
font-size: 580%;
font-weight: 900;
letter-spacing: 10px;
border: 1px solid white;
font-family: 'Montserrat', sans-serif;
position: relative;
} */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.5rem .5rem 1rem rgba(255, 255, 255, .1));
    position: relative;
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: absolute;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2px;
    right: -5px;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: white !important;
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 10px 100px 0;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
  }

  .alt-f_card {
    height: 35rem;
    width: 40vmin;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6vmin;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.5vmin;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 20vmin;
    height: 20vmin;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.9);
  }

  /* .alt-f_card::before{
content: '';
position: absolute;
bottom: 0;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: #ff3c00;
filter: blur(100px);

} */

  .alt-f_card1 {
    margin-right: 0px;
  }

  .alt-f_card2 {
    margin-right: 0px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15rem;
  }

  .product-flow img {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 35rem;
  }

  .work-flow {
    width: 90%;
    height: 60rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }

  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 4rem;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    padding: 5rem 3rem;
  }

  .work-flow_head p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding: 0 4rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.6rem;
    line-height: 6rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
    background: linear-gradient(to right, #e68f17, #A83279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2-features {
    position: relative;
  }

  .product-features {
    padding-top: 0px !important;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 100px 0 0 0;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 6rem;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .item-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .item-counterbox img {
    height: 10rem;
  }

  .item-counterbox:nth-child(2),
  .item-counterbox:nth-child(4) {
    transform: translateY(-10rem);
  }

  .item-counterbox:nth-child(1),
  .item-counterbox:nth-child(5) {
    transform: translateY(-30rem);
  }

  .item-counterbox {}

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }

  .feature_1 {
    padding: 0 5rem;
    height: 65rem;
    display: flex;
    flex-direction: column-reverse;

    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mobile-feature_1 {
    flex-direction: column !important;
  }

  .feature_1-secimg {
    position: absolute;
    left: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(194, 194, 194);

  }

  .feature_1-img {
    height: 100%;
    width: 40%;
    border-radius: 20px;
    position: relative;
  }

  .tiltdash {
    height: 35rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .tiltdash2 {
    height: 35rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .data-filter {
    position: absolute;
    height: 45rem;
    transform: translate(-60%, -50%);
    top: 55% !important;
    left: 50% !important;
  }

  .vmsworkflow {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 32rem;
    transform: translate(-50%, -50%);
  }

  .vmsdash-laptop {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40rem;
    transform: translate(-50%, -50%);
  }

  .feature_1-des {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
  }

  .feature_1-des li {
    font-size: 1.5rem;
  }

  .feature_1-des p {
    color: rgb(224, 224, 224);
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: justify;
  }

  .f1-des_head {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .m-f1-des_head {
    font-size: 2.4rem;
  }

  .f1-des_head .f1-des_head-super {
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  footer {
    background-color: #22242c;
    margin-top: 90px;
    height: 80rem !important;
  }

  /* vms */

  .product1_intro {
    height: 85rem;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .vms-illus {
    position: absolute;
    height: 50vw;
    filter: contrast(1.2);
    right: 0;
    bottom: 0;
  }

  .product1_intro::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../images/5172658.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px) opacity(0.5);
  }

  .product_head {
    padding: 0 200px;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .product1_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;
    height: 50rem;
    width: 100%;
    top: 12%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  /* .product1_intro-headinview::before{
content: '';
position: absolute;
width: 80px;
height: 80px;
bottom: 0;
right: -30px;
border-width: 0 3px 3px 0;
border-style: solid;
border-color: rgba( 255, 255, 255, 0.1 );
} */
  .product1_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
color: rgb(235, 235, 235);
font-size: 580%;
font-weight: 900;
letter-spacing: 10px;
border: 1px solid white;
font-family: 'Montserrat', sans-serif;
position: relative;
} */
  .product1_intro-head {
    color: rgb(221, 221, 221);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 1rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 44rem;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(221, 221, 221) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .superscript1 {
    color: rgb(235, 235, 235);
    font-size: 2rem;
    letter-spacing: 1px;
    position: absolute;
    top: .5rem;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(219, 219, 219) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_intro-des {
    margin-top: 2rem;
    color: rgb(221, 221, 221);
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }

  .product1_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .takedemo-vmsbtn {
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    font-size: 1.8rem;
    border-radius: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 300ms ease-in;
  }

  .product1_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product-features {
    padding-top: 70px;
  }



  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  .product_foot {
    background-color: #22242c;
    margin-top: 50px;
  }

  .product1_features-starts-here {
    display: flex;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 20rem;
  }

  .p1f_gridtotalwrap {
    display: none;
  }

  .mobile-p1f_gridtotalwrap {
    display: block !important;
  }

  .mobile-p1f_gridtotalwrap h3 {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .mobile-p1f_gridtotalwrap .our-features-p {
    font-size: 1.8rem;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem 2rem 2rem;
    text-align: center;
    width: 80rem;
  }

  .product1-feature_gridcontainer {
    height: 50rem;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 25rem 25rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .feature_gridcontainer-item {
    width: 19rem;
    height: 20rem;
    border-radius: 20px;
    background-color: #272627;
    color: whitesmoke;
  }

  .feature_gridcontainer-item2,
  .feature_gridcontainer-item3,
  .feature_gridcontainer-item5,
  .feature_gridcontainer-item6 {
    text-align: center;
    padding-top: 2rem;
    width: 25rem;
    height: 26rem;
  }

  .feature_gridcontainer-item2 h5,
  .feature_gridcontainer-item3 h5,
  .feature_gridcontainer-item5 h5,
  .feature_gridcontainer-item6 h5 {
    line-height: 5rem;
  }

  .feature_gridcontainer-item2 p,
  .feature_gridcontainer-item3 p,
  .feature_gridcontainer-item5 p,
  .feature_gridcontainer-item6 p {
    padding: 0 2rem;
    font-size: 1.2rem;
  }

  .feature_gridcontainer-item img {
    height: 7rem;
    filter: drop-shadow(0rem 1rem 5px rgba(0, 0, 0, 1));
  }

  .feature_gridcontainer-item1 {
    width: 30rem;
    border-radius: 0px;
    padding: 2rem 0 0 1rem;
    color: whitesmoke;
    background-color: transparent;
  }

  .feature_gridcontainer-item1 h3 {
    font-weight: 700;
    font-size: 3.6rem;
  }

  .feature_gridcontainer-item1 p {
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  .feature_gridcontainer-item4 {
    width: 30rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0 1rem;
  }

  .feature_gridcontainer-item4 ul,
  .feature_gridcontainer-item4 li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: whitesmoke;
  }

  .feature_gridcontainer-item4 li {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: whitesmoke;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .smalldotgrid {
    z-index: -1;
    height: 10rem;
    position: absolute;
    right: 1rem;
    bottom: -12rem;
  }

  /* aboutus.html start here \/ \/ */

  .new-about-us_inview {
    height: 60rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/movie-02.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .new-about-us_inview-head {
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

  .new-about-us_inview-head h1 {
    color: whitesmoke;
    font-size: 6rem;
    line-height: 1.2em;
    font-weight: 300;
  }

  .new-about-us_inview-head p {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5) !important;
    letter-spacing: 0.2rem;
    line-height: 1.4em;
    text-align: center;
  }

  .meetus-btn {
    padding-top: 4rem;
  }

  .meetus-btn a {
    text-decoration: none;
    color: whitesmoke;
    padding: 1rem 2rem;
    background-color: #eb7d00;
    border-radius: 5px;
    font-weight: 520;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }

  .about-us_inview-intro {
    height: 60rem;
    position: relative;
  }

  .about-us_inview-intro::before {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_inview-intro::after {
    content: '';
    z-index: -2;
    background-image: url(../images/pexels-evie-shaffer-2748756-min-scaled.jpg);
    background-size: cover;
    background-position: right;
    filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_head {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-color: whitesmoke;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 0.76);
    border-radius: 20px;
    padding: 2rem 5rem;
  }

  .about-us_head-intro {
    font-weight: 900;
    font-size: 500%;
  }

  .about-us_head-des {
    margin-top: 5rem;
    text-align: justify;
  }

  .about-us_head-des1 {
    font-size: 2rem;
  }

  .about-us_head-des2 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }

  .btn-grad_in-aboutus {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    border: none;
    color: white;
    margin-top: 2.5rem;
    border-radius: 7px;
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .about-us_fullspan-overview {
    height: 100vh;
    background-image: url(../images/abstract-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .about-us_fullspan-journey {
    height: 125rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    padding: 10rem 0;
  }

  .journey-card_head {
    text-align: center;
    font-size: 5.4rem;
    font-weight: 600;
    color: whitesmoke;
  }

  .journey_all-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 6rem 0;
  }

  .journey-card {
    height: 30rem;
    width: 35rem;
    border-radius: 5px;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: #22242c;
    color: whitesmoke;
  }

  .journey-card1,
  .journey-card2 {
    margin-right: 0rem;
  }

  .aboutus_foot {
    background-color: #22242c;
  }

  .journey_quote {
    height: 10rem;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: .1rem;
  }

  .journey_quote p {
    text-align: center;
    width: fit-content;
    border-radius: 10px;
    padding: 1.5rem 2rem 1rem 2rem;
    background-color: #F09819;
  }

  .journey-card-internal_head {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 2rem 4rem;
  }

  .journey-card-internal_des {
    padding: 0 1rem;
    font-size: 1.5rem;
  }

  .parent-company {
    height: fit-content;
    padding: 5rem 10rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/Vector_2677.jpg) !important;
    background-position: bottom;
    background-size: cover;
  }

  .parent-comp-content_wrap {
    color: whitesmoke;
  }

  .parent-comp-content_wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 350;
    line-height: 6rem;
    text-align: left;
  }

  .parent-comp-content_wrap p {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .parent-comp-content_wrap p strong {
    font-weight: 700;
  }

  .meetteam-content-wrap {
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55rem;
  }

  .mt-cnt-wrap {
    width: 70%;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 2rem 5rem;
    backdrop-filter: blur(10px);
    position: absolute;
  }

  .meetteam-content-wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 8rem;
    text-align: center;
  }

  .meetteam-content-wrap p {
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .meetteam-content-wrap .center-text {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }

  /* contact us  */


  .contact-us_inview {
    height: 150rem;
    position: relative;
  }

  .contact-us_inview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(1, 4, 10, 0) 0%, rgba(1, 4, 10, 1) 100%), url(../images/rm314-aew-01.jpg) !important;
    background-repeat: no-repeat;
    filter: blur(2px);
    background-size: cover;
  }

  .contact-foot {
    background: none;
  }

  .contact-us_inview-intro {
    width: 100%;
    height: 100%;
  }

  .contact-us_inview-intro {
    padding-top: 100px;
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-us_inputform {
    height: 90rem;
    width: 100%;
    position: relative;
  }

  .contact-us_input-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 2rem 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
  }

  .contact-us_logo-and-illus {
    height: 50rem;
    width: 100%;
    position: relative;
  }

  .contact-us_li-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
  }

  .contact-usback {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -70px;
    display: none;
  }

  .contact-usback-ilus {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150px;
    display: none;
  }

  .contact-usback-ilus2 {
    height: 250px;
    position: absolute;
    z-index: -1;
    right: -250px;
    bottom: -80px;
    display: none;
  }

  .contact-us_li-head h1 {
    font-size: 7rem;
    font-weight: 800;
    text-align: right;
    text-shadow: -3px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      4px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_li-head .sub-contact-us_li-head {
    width: 300px;
    height: 20px;
  }

  .contact-us_li-head p {
    font-size: 15px;
    text-align: center;
    text-shadow: -1px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      1.5px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_inview-head {

    position: relative;
  }

  .cu_inview-text {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 40%;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .cu_inview-text h1 {
    font-size: 400%;
    font-weight: 900;
  }

  .cu_inview-text p {
    font-size: 18px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }

  .contact-us_form-cards {
    padding: 65px 0 0 0;
    display: flex;
    justify-content: center;
  }

  .form-card1 {
    height: 800px;
    width: 50%;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
    padding: 70px 90px;
    position: relative;
  }

  .form-card2 {
    border-radius: 20px;
    width: 30%;
    height: 500px;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
  }

  .form {
    position: relative;
    width: 50rem;
    height: 8.5rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    margin-top: 2rem;
  }

  .form__input {
    width: 100%;
    height: 4rem;
    font-size: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: whitesmoke;
    padding: .8rem 1.2rem;
    outline: none;
    transition: all 300ms ease-in;
  }

  .form__label {
    font-size: 2rem;
    padding-left: .7rem;
    color: #f6a821;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in, all 250ms ease-in;
    background-color: transparent;
  }

  .form__labelicon {
    padding-left: 1rem;
    font-size: 2rem;
    color: #f6a821;
    transition: all 300ms ease-in;
  }

  /* .form_2,
.form_3,
.form_4{
margin-top: 20px;
} */
  .totalselectwrap {
    margin-top: 2rem;
  }

  #tools-selection {
    width: 100%;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 15px;
    transition: all 300ms ease-in;
    font-size: 2rem;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #tools-selection option {
    background-color: #2b2e38;
    font-size: 1.8rem;
  }

  #country {
    margin-top: 20px;
    width: 400px;
    height: 3rem;
    border: none;
    border-bottom: 2px solid whitesmoke;
    outline: none;
    background: transparent;
    transition: all 300ms ease-in;
    font-size: 15px;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #country option {
    background-color: #2b2e38;
  }

  .contact-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .contact-submit-btn button {
    border: 3px solid rgba(255, 168, 7, 1);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 25px;
    border-radius: 100px;
    backdrop-filter: blur(4.5px);
    color: white;
  }

  /* .neo_checkboxall > input[type=checkbox].neo-check {
-webkit-appearance: none;
position: relative;
width: 30px;
height: 30px;
outline: none;
background-color: #202229;
border: 2px solid #45474e;
border-radius: 5px;
cursor: pointer;
transition: all .3s ease-in-out;
margin: 30px 20px 0 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked{
content: '\f00c';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 15px;
color: #f6a821;
}
.neo_checkboxall{

} */
  /* .checkmark_neo{
font-weight: 900;
font-size: 15px;
color: #f6a821;
bottom: 0;
left: 0;
position: absolute;
opacity: 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked ~ .checkmark_neo{
opacity: 1;
} */

  .flex-check {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f6a821;
    margin-top: 30px;
  }

  .checkbox {
    --background: #202229;
    --border: #45474e;
    --border-hover: #f7b035;
    --border-active: #202229;
    --tick: #f6a821;
    position: relative;
  }

  .checkbox input,
  .checkbox svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  }

  .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
  }

  .checkbox input:checked {
    --b: var(--border-active);
  }

  .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 18%;
    left: 18%;
    width: 30px;
    height: 30px;
    transform: scale(var(--scale, 1)) translateZ(0);
  }

  .checkbox.bounce {
    --stroke: var(--tick);
  }

  .checkbox.bounce input:checked {
    --s: 15px;
  }

  .checkbox.bounce input:checked+svg {
    -webkit-animation: bounce 0.4s linear forwards 0.2s;
    animation: bounce 0.4s linear forwards 0.2s;
  }

  .checkbox.bounce svg {
    --scale: 0;
  }

  @-webkit-keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  .contact-form_submit {
    position: absolute;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    bottom: 10%;
    left: 50%;
    color: white;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    background-size: 200% auto;
    transform: translate(-50%, -50%);
    padding: 5px 50px;
    transition: .5s;
  }

  .contact-form_submit:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .contact-us_footer {
    height: 50px;
    text-align: center;
    padding: 10px 0;
    background-color: black;
    position: relative;
    color: white;
  }




}

@media (max-width:799px) and (min-width: 600px) {
  html {
    font-size: 50%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .next-ti_inview {
    height: 25rem;
  }

  .homepage-counter {
    display: block;
    width: 90%;
  }

  .homepage-counter-formobile {
    display: none;
    height: 40rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(1, 4, 10, 0) 90%);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 20px;
    position: absolute;
    top: -5vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .homepage_inview-intro button {
    text-transform: uppercase;
    color: #eb7d00;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .figures-for_companies {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    color: rgb(218, 218, 218);
  }

  .first_figu {
    margin-right: 0rem;
  }

  .second_figu {
    margin-right: 0rem;
  }

  .third_figu {}

  .sub_figs {
    text-align: center;
    height: fit-content;
    width: 20rem;
    font-family: 'Montserrat', sans-serif;
    filter: contrast(1.75);
    background: -webkit-linear-gradient(to left, #4DA0B0, #D39D38);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4DA0B0, #D39D38);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .sub_figs i {
    font-size: 3.4rem;
  }

  .sub_figs h1 {
    font-weight: 800;
    font-size: 3.4rem;
    letter-spacing: 2px;
    padding-top: 1rem;
  }

  .sub_figs p {
    font-weight: bold;
    font-size: 1.3rem;
  }

  .company-profiles {
    color: whitesmoke;
    width: 100%;
    height: 100%;
    padding-top: 45rem !important;
  }

  .company-profiles h3 {
    padding: 0 .5rem;
  }

  .company-profiles p {
    padding: 0 .5rem;
    padding-top: 1rem;
  }

  .all_product-overview {
    /* height: 240rem !important; */
    font-family: 'Barlow Condensed', sans-serif;
  }

  .all_pro-head-wrap {
    display: flex;
    justify-content: center;
  }

  .all-products_heading {
    text-align: center;
    color: whitesmoke;

  }

  .all-products_heading h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.746rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .all-products_heading p {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
    color: rgb(209, 209, 209);
  }

  .orange_line-divider {
    display: block;
    margin: 2rem auto 2.2rem;
    background: #f6a821;
    height: 3px;
    width: 8.6rem;
    border-radius: 50%;
  }

  .product_act_over-view {
    padding-top: 10rem;
  }

  .product1_act_overview {
    display: flex;
    flex-direction: column;
  }

  .product1_act_overview-des1 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product1_act_overview-des1 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .superscript_product1-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_act_overview-des1 .product1_act_overview-des1-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .product1_act_overview-des2 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .product1_act_overview-des2 img {
    height: 40rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0rem !important;
  }

  .product2_act_overview-des1 {
    width: 100% !important;
    height: 55rem !important;
    position: relative;
  }

  .product2_act_overview-des1 img {
    height: 40rem !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }

  .product2_act_overview-des2 {
    width: 100% !important;
    height: 55rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0rem !important;
  }

  .product2_act_overview-des2 h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 5.8rem;
    letter-spacing: .5rem;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .superscript_product2-overview {
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2_act_overview-des2 .product2_act_overview-des2-p {
    font-size: 2.0rem !important;
    color: rgb(209, 209, 209);
    padding: 3rem 0 !important;
    width: 50rem;
    text-align: center;
  }

  .little-features {
    display: flex;
    width: fit-content;
    position: relative;
  }

  .little-features-box {
    width: 13rem;
    height: 14rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    padding: 2rem 0 0 2.5rem;
  }

  .little-features-box img {
    height: 5rem;
    filter: contrast(2);
  }

  .little-features-box p {
    font-size: 1.5rem !important;
    margin-top: .5rem;
    padding: 0 !important;
  }

  .little-features-box::after {
    content: '';
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: 9rem;
    height: 9rem;
    background: linear-gradient(to right, #14a7a7, #ee690a);
    filter: blur(35px);
  }

  .little-features-box1,
  .little-features-box2 {
    margin-right: 2rem;
  }

  .little-features-box3 {
    position: relative;
  }

  .little-features button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    background-color: #f38200;
    border: none;
    color: whitesmoke;
    position: absolute;
    bottom: -1.5rem;
    right: -2rem;
  }

  .lastofHomepage {
    /* height: 130rem !important; */
    padding-top: 15rem;
    font-family: 'Montserrat', sans-serif;
  }

  .fullspanbox-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
  }

  .fullspan-box {
    height: 40rem;
    width: 90% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5rem !important;
  }

  .fullspan-box::before {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    filter: opacity(0.5);
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -1;
    transform: scale(0.8) translateY(7rem) !important;
  }

  .fullspan-box::after {
    content: '';
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
    background: #C02425;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F0CB35, #C02425);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: -2;
    filter: opacity(0.2);
    transform: scale(0.7) translateY(13rem) !important;
  }

  .content-of-fullspan {
    text-align: center;
  }

  .content-of-fullspan h2 {
    font-size: 2.1rem;
    color: whitesmoke;
    text-align: center;
    line-height: 3rem;
    font-weight: 700;
  }

  .content-of-fullspan p {
    color: whitesmoke;
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .content-of-fullspan button {
    color: whitesmoke;
    padding: 1.5rem 3rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-size: 1.5rem;
  }

  .alternate_features {
    padding-top: 15rem;
    color: whitesmoke;
  }

  .alternate_features h3 {
    font-size: 2.0rem;
    text-align: center;
    padding: 0 2rem !important;
  }

  .alternate_features h1 {
    text-align: center;
    padding: 0 !important;
    background: linear-gradient(263deg, rgba(255, 111, 22, 0.687) 0%, rgba(255, 255, 255, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alternate_features-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5rem !important;
    justify-content: center;
    padding: 10rem 0;
  }

  .alt-fe_box {
    width: 30rem;
    height: 28rem;
    background-color: #1b1a1b;
    border-radius: 20px;
    position: relative;
  }

  .alt-fe_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1.035) translateY(0px) !important;
    border-radius: 20px !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1,
  .alt-fe_box2 {
    margin-right: 0rem !important;
  }

  .alt-fe_box1,
  .alt-fe_box3 {
    transform: translateY(0rem) !important;
    background: #C02425;
    background: -webkit-linear-gradient(to left, #F0CB35, #C02425);
    background: linear-gradient(to left, #F0CB35, #C02425);
  }

  .alt-fe_box1::before,
  .alt-fe_box3::before {
    transform: scale(0.96) translateY(0rem) !important;
    background: #1b1a1b;
    border-radius: 20px;
  }

  .footer {
    height: 80rem !important;
    position: relative;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .foot-head {
    font-size: xx-large;
    padding: 3rem 0 0 5rem;
  }

  .all_right {
    width: 100%;
    background-color: black;
    height: 5rem;
    bottom: 0;
    position: absolute;
    color: white;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .right-text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
  }

  .footer_flex-item1 {
    width: 80% !important;
    color: #F09819;
    display: flex;
    gap: 2rem;
  }

  .footer_flex-item {
    width: 100% !important;
    color: #F09819;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
  }

  .foot_social {
    height: 7rem;
    filter: contrast(1.80);
  }

  .foot-cont1_head {
    font-weight: bolder;
    font-size: 3rem;
    color: #F09819;
  }

  .foot-cont1_des {
    font-size: 1.4rem;
    color: rgb(218, 218, 218);
  }

  .flex_footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }

  .flex_footer-2 {
    justify-content: space-evenly;
  }

  .flex_footer-2-item {
    margin-left: 0px;
  }

  .flex_total-foot {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }



  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 55rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
  color: rgb(235, 235, 235);
  font-size: 580%;
  font-weight: 900;
  letter-spacing: 10px;
  border: 1px solid white;
  font-family: 'Montserrat', sans-serif;
  position: relative;
} */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 9.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.2rem .5rem .5rem rgba(255, 255, 255, 0.2));
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 3rem;
    letter-spacing: 1px;
    position: absolute;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: rgb(235, 235, 235);
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 0 29.5rem;
    font-size: 1.8rem;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    justify-content: center;
    padding: 7rem 0 10rem 0;
  }

  .alt-f_card {
    height: 35rem;
    width: 40rem;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 15rem;
    height: 15rem;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.5);
  }

  /* .alt-f_card::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ff3c00;
  filter: blur(100px);
  
} */

  .alt-f_card1 {
    margin-right: 50px;
  }

  .alt-f_card2 {
    margin-right: 50px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px !important;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
  }

  .product-flow img {
    position: absolute;
    left: 100px;
    bottom: 30px;
    height: 350px;
  }


  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 40px;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    text-align: center;
    padding: 50px 0;
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .product2-features {
    position: relative;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .threat-counter {
    height: 85rem !important;
    position: relative;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 30px 0 !important;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 5rem !important;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none !important;
    justify-content: space-evenly;
  }

  .mobile-counterboxes {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .item-counterset1 {
    gap: 20rem;
  }

  .item-counterset2 {
    gap: 10rem;
  }

  .mobileitem-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .mobileitem-counterbox img {
    height: 10rem;
  }

  /* .item-counterbox:nth-child(2),
.item-counterbox:nth-child(4){
  transform: translateY(-10rem);
}

.item-counterbox:nth-child(1),
.item-counterbox:nth-child(5){
  transform: translateY(-30rem);
} */

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }


  .slider::before,
  .slider::after {
    background: linear-gradient(to right, rgb(1, 4, 10) 0%, rgba(1, 4, 10, 0) 100%);
    content: "";
    height: 15rem;
    position: absolute;
    width: 10rem;
    z-index: 2;
  }



  /* ti html  */

  .product2_intro {
    height: 70vh !important;
    width: 100vw;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .backmix {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: right;
    z-index: -1;
    filter: opacity(0.8);
  }

  .wavegrade {
    position: absolute;
    height: 400px;
    left: -100px;
    top: 60px;
    filter: opacity(0.1);
  }

  .blend_in-div {
    position: absolute;
    height: 20vh;
    width: 100%;
    background: linear-gradient(0deg, rgba(1, 0, 1, 1) 0%, rgba(1, 0, 1, 0.9) 15%, rgba(1, 0, 1, 0.8) 25%, rgba(1, 0, 1, 0.5) 50%, rgba(1, 0, 1, 0) 100%);
    bottom: 0;
  }

  .p2_inview-head_back-gradient {
    position: absolute;
    left: 5rem;
    top: 11.5rem;
  }

  .head_back-gradient-img {
    height: 25rem;
    opacity: 0.1;
    z-index: -1;
  }

  .product2_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;

    height: 50rem;
    width: 40rem;
    left: 10%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-headinview::before {
    content: '';
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 0;
    right: -3rem;
    border-width: 0 .3rem .3rem 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .product2_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
color: rgb(235, 235, 235);
font-size: 580%;
font-weight: 900;
letter-spacing: 10px;
border: 1px solid white;
font-family: 'Montserrat', sans-serif;
position: relative;
} */
  .product2_intro-head {
    color: rgb(235, 235, 235);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 10px;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(-.5rem .5rem 1rem rgba(255, 255, 255, .1));
    position: relative;
  }

  .superscript {
    color: rgb(235, 235, 235);
    font-size: 1.2rem;
    letter-spacing: 1px;
    position: absolute;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.927608543417367) 25%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2px;
    right: -5px;
    font-family: 'Montserrat', sans-serif;
  }

  .product2_intro-des {
    margin-top: 2rem;
    color: white !important;
    font-size: 1.8rem;
  }

  .product2_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .product2_intro-sendtext input {
    position: relative;
    width: 300px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    border: none;
    height: 50px;
    outline: none;
    color: white;
    padding: 0rem 3.7rem 0rem 1rem;
  }

  .product2_intro-sendtext button {
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    border-radius: 10px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    transition: all 300ms ease-in;
  }

  .product2_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product2_img {
    position: absolute;
    right: 30px;
    height: 500px;
  }


  .alt_features {
    font-family: 'Barlow Condensed', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding-top: 10rem;
  }

  .alt_features p {
    padding: 10px 0 0 0;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt_features-p1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
    background: linear-gradient(263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgba(255, 255, 255, 1) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .alt_features-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .alt-f_card {
    height: 35rem;
    width: 40rem;
    border-radius: 20px;
    background-color: #010001;
    position: relative;
    overflow: hidden;
    color: white;
    padding: 4rem 5rem 0 5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .alt-f_card h4 {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .alt-f_card p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .alt-f_card::after {
    content: '';
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 0;
    left: 0;
    background-color: #ff7b00;
    border-radius: 50%;
    filter: blur(100px) contrast(1.9);
  }

  /* .alt-f_card::before{
content: '';
position: absolute;
bottom: 0;
right: -30px;
width: 150px;
height: 150px;
border-radius: 50%;
background: #ff3c00;
filter: blur(100px);

} */

  .alt-f_card1 {
    margin-right: 0px;
  }

  .alt-f_card2 {
    margin-right: 0px;
  }

  .product2_feature-flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }


  .product-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15rem;
  }

  .product-flow img {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 35rem;
  }

  .work-flow {
    width: 90%;
    height: 60rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
  }

  .work-flow::before {
    content: '';
    position: absolute;
    background-image: url(../images/wavegrade3.svg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position-y: 4rem;
    background-size: 150%;
    background-repeat: no-repeat;
    filter: blur(60px) opacity(0.8);
  }

  .work-flow_head {
    padding: 5rem 3rem;
  }

  .work-flow_head p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 2.5rem;
    padding: 0 4rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
  }

  .work-flow_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.6rem;
    line-height: 6rem;
    font-weight: 700;
    color: rgb(235, 235, 235);
    background: linear-gradient(to right, #e68f17, #A83279);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product2-features {
    position: relative;
  }

  .product-features {
    padding-top: 0px !important;
  }

  .product2_features-start-here {
    position: relative;
  }

  .f1-grid-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f1grid_box {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }

  .feature_1-des-checkout {
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    color: whitesmoke;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 100px;
  }

  .th-c_head {
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    text-align: center;
    padding: 100px 0 0 0;
  }

  .th-c_head h2 {
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    font-weight: 850;
    font-size: 6rem;
  }

  .counterboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }

  .item-counterbox {
    color: whitesmoke;
    width: 20rem;
    height: 20rem;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }

  .item-counterbox img {
    height: 10rem;
  }

  .item-counterbox:nth-child(2),
  .item-counterbox:nth-child(4) {
    transform: translateY(-10rem);
  }

  .item-counterbox:nth-child(1),
  .item-counterbox:nth-child(5) {
    transform: translateY(-30rem);
  }

  .item-counterbox {}

  .number_span {
    font-size: 5.5rem;
    font-weight: 700;
  }

  .little-text_span {
    margin-top: -2rem;
    font-size: 1.2rem;
  }

  .feature_1 {
    padding: 0 5rem;
    height: 65rem;
    display: flex;
    flex-direction: column-reverse;

    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mobile-feature_1 {
    flex-direction: column !important;
  }

  .feature_1-secimg {
    position: absolute;
    left: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(194, 194, 194);

  }

  .feature_1-img {
    height: 100%;
    width: 40%;
    border-radius: 20px;
    position: relative;
  }

  .tiltdash {
    height: 35rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .tiltdash2 {
    height: 35rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .data-filter {
    position: absolute;
    height: 50rem;
    transform: translate(-60%, -50%);
    top: 55% !important;
    left: 50% !important;
  }

  .vmsworkflow {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 35rem;
    transform: translate(-50%, -50%);
  }

  .vmsdash-laptop {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 35rem;
    transform: translate(-50%, -50%);
  }

  .feature_1-des {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
  }

  .feature_1-des li {
    font-size: 1.5rem;
  }

  .feature_1-des p {
    color: rgb(224, 224, 224);
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: justify;
  }

  .f1-des_head {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .m-f1-des_head {
    font-size: 2.4rem;
  }

  .f1-des_head .f1-des_head-super {
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  footer {
    background-color: #22242c;
    margin-top: 90px;
    height: 80rem !important;
  }

  /* vms */

  .product1_intro {
    height: 85rem;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .vms-illus {
    position: absolute;
    height: 65vw;
    filter: contrast(1.2);
    right: 0;
    bottom: 0;
  }

  .product1_intro::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../images/5172658.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px) opacity(0.5);
  }

  .product_head {
    padding: 0 200px;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .product1_intro-headinview {
    padding: 2rem 0 0 0;
    position: absolute;
    height: 50rem;
    width: 100%;
    top: 12%;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
  }

  /* .product1_intro-headinview::before{
content: '';
position: absolute;
width: 80px;
height: 80px;
bottom: 0;
right: -30px;
border-width: 0 3px 3px 0;
border-style: solid;
border-color: rgba( 255, 255, 255, 0.1 );
} */
  .product1_intro-head-totalwrap {
    margin-top: 3rem;
  }

  /* .product2_intro-head h1{
color: rgb(235, 235, 235);
font-size: 580%;
font-weight: 900;
letter-spacing: 10px;
border: 1px solid white;
font-family: 'Montserrat', sans-serif;
position: relative;
} */
  .product1_intro-head {
    color: rgb(221, 221, 221);
    font-size: 5.5rem;
    font-weight: 900;
    letter-spacing: 1rem;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 44rem;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(221, 221, 221) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .superscript1 {
    color: rgb(235, 235, 235);
    font-size: 2rem;
    letter-spacing: 1px;
    position: absolute;
    top: .5rem;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(-263deg, rgba(255, 124, 42, 0.6867121848739496) 0%, rgb(219, 219, 219) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .product1_intro-des {
    margin-top: 2rem;
    color: rgb(221, 221, 221);
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }

  .product1_intro-sendtext {
    position: relative;
    margin-top: 4rem;
  }

  .takedemo-vmsbtn {
    background-color: rgba(255, 255, 255, 0.15);
    color: whitesmoke;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: none;
    font-size: 1.8rem;
    border-radius: 15px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 300ms ease-in;
  }

  .product1_intro-sendtext button:hover {
    color: #eb7d00;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(5px);
  }

  .product-features {
    padding-top: 70px;
  }



  .feature_2-secimg {
    position: absolute;
    right: 50px;
    bottom: -50px;
    height: 50%;
    width: 15%;
    border-radius: 20px;
    background-color: rgb(179, 179, 179);
  }

  .product_foot {
    background-color: #22242c;
    margin-top: 50px;
  }

  .product1_features-starts-here {
    display: flex;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 20rem;
  }

  .p1f_gridtotalwrap {
    display: none;
  }

  .mobile-p1f_gridtotalwrap {
    display: block !important;
  }

  .mobile-p1f_gridtotalwrap h3 {
    font-size: 3.4rem;
    font-weight: 800;
    color: rgb(160, 160, 160);
    text-transform: uppercase;
    margin-bottom: 2rem;
    background: linear-gradient(to right, #A83279, #e68f17);
    -webkit-background-clip: text;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }

  .mobile-p1f_gridtotalwrap .our-features-p {
    font-size: 1.8rem;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem 2rem 2rem;
    text-align: center;
  }

  .product1-feature_gridcontainer {
    height: 50rem;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 21rem 21rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    font-family: 'Montserrat', sans-serif;
  }

  .feature_gridcontainer-item {
    width: 19rem;
    height: 20rem;
    border-radius: 20px;
    background-color: #272627;
    color: whitesmoke;
  }

  .feature_gridcontainer-item2,
  .feature_gridcontainer-item3,
  .feature_gridcontainer-item5,
  .feature_gridcontainer-item6 {
    text-align: center;
    padding-top: 2rem;
    width: 21rem;
    height: 26rem;
  }

  .feature_gridcontainer-item2 h5,
  .feature_gridcontainer-item3 h5,
  .feature_gridcontainer-item5 h5,
  .feature_gridcontainer-item6 h5 {
    line-height: 5rem;
  }

  .feature_gridcontainer-item2 p,
  .feature_gridcontainer-item3 p,
  .feature_gridcontainer-item5 p,
  .feature_gridcontainer-item6 p {
    padding: 0 2rem;
    font-size: 1.2rem;
  }

  .feature_gridcontainer-item img {
    height: 7rem;
    filter: drop-shadow(0rem 1rem 5px rgba(0, 0, 0, 1));
  }

  .feature_gridcontainer-item1 {
    width: 30rem;
    border-radius: 0px;
    padding: 2rem 0 0 1rem;
    color: whitesmoke;
    background-color: transparent;
  }

  .feature_gridcontainer-item1 h3 {
    font-weight: 700;
    font-size: 3.6rem;
  }

  .feature_gridcontainer-item1 p {
    font-size: 1.4rem;
    margin-top: 3rem;
  }

  .feature_gridcontainer-item4 {
    width: 30rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0 1rem;
  }

  .feature_gridcontainer-item4 ul,
  .feature_gridcontainer-item4 li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: whitesmoke;
  }

  .feature_gridcontainer-item4 li {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: whitesmoke;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .smalldotgrid {
    z-index: -1;
    height: 10rem;
    position: absolute;
    right: 1rem;
    bottom: -12rem;
  }

  /* aboutus.html start here \/ \/ */

  .new-about-us_inview {
    height: 60rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/movie-02.jpg) !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .new-about-us_inview-head {
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }

  .new-about-us_inview-head h1 {
    color: whitesmoke;
    font-size: 6rem;
    line-height: 1.2em;
    font-weight: 300;
  }

  .new-about-us_inview-head p {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5) !important;
    letter-spacing: 0.2rem;
    line-height: 1.4em;
    text-align: center;
  }

  .meetus-btn {
    padding-top: 4rem;
  }

  .meetus-btn a {
    text-decoration: none;
    color: whitesmoke;
    padding: 1rem 2rem;
    background-color: #eb7d00;
    border-radius: 5px;
    font-weight: 520;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }

  .about-us_inview-intro {
    height: 60rem;
    position: relative;
  }

  .about-us_inview-intro::before {
    content: '';
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_inview-intro::after {
    content: '';
    z-index: -2;
    background-image: url(../images/pexels-evie-shaffer-2748756-min-scaled.jpg);
    background-size: cover;
    background-position: right;
    filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-us_head {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-color: whitesmoke;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 0.76);
    border-radius: 20px;
    padding: 2rem 5rem;
  }

  .about-us_head-intro {
    font-weight: 900;
    font-size: 500%;
  }

  .about-us_head-des {
    margin-top: 5rem;
    text-align: justify;
  }

  .about-us_head-des1 {
    font-size: 2rem;
  }

  .about-us_head-des2 {
    margin-top: 5rem;
    font-size: 1.6rem;
  }

  .btn-grad_in-aboutus {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
    border: none;
    color: white;
    margin-top: 2.5rem;
    border-radius: 7px;
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }

  .about-us_fullspan-overview {
    height: 100vh;
    background-image: url(../images/abstract-orange-background-layout-design-studio-room-web-template-business-report-with-smooth-circle-gradient-color.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .about-us_fullspan-journey {
    height: 120rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    padding: 10rem 0;
  }

  .journey-card_head {
    text-align: center;
    font-size: 5.4rem;
    font-weight: 600;
    color: whitesmoke;
  }

  .journey_all-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 6rem 0;
  }

  .journey-card {
    height: 30rem;
    width: 35rem;
    border-radius: 5px;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: #22242c;
    color: whitesmoke;
  }

  .journey-card1,
  .journey-card2 {
    margin-right: 0rem;
  }

  .aboutus_foot {
    background-color: #22242c;
  }

  .journey_quote {
    height: 10rem;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    letter-spacing: .1rem;
  }

  .journey_quote p {
    text-align: center;
    width: fit-content;
    border-radius: 0px;
    padding: 1.5rem 2rem 1rem 2rem;
    background-color: #F09819;
  }

  .journey-card-internal_head {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 2rem 4rem;
  }

  .journey-card-internal_des {
    padding: 0 1rem;
    font-size: 1.5rem;
  }

  .parent-company {
    height: fit-content;
    padding: 5rem 10rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%), url(../images/Vector_2677.jpg) !important;
    background-position: bottom;
    background-size: cover;
  }

  .parent-comp-content_wrap {
    color: whitesmoke;
  }

  .parent-comp-content_wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 350;
    line-height: 6rem;
    text-align: left;
  }

  .parent-comp-content_wrap p {
    margin-top: 3rem;
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .parent-comp-content_wrap p strong {
    font-weight: 700;
  }

  .meetteam-content-wrap {
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60rem;
  }

  .mt-cnt-wrap {
    width: 80%;
    box-shadow: -3.5rem 2.2rem 7.1rem -3.1rem rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 2rem 5rem;
    backdrop-filter: blur(10px);
    position: absolute;
  }

  .meetteam-content-wrap h1 {
    text-transform: uppercase;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 8rem;
    text-align: center;
  }

  .meetteam-content-wrap p {
    font-size: 1.8rem;
    text-align: justify;
    font-weight: 200;
  }

  .meetteam-content-wrap .center-text {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
  }

  /* contact us  */


  .contact-us_inview {
    height: 150rem;
    position: relative;
  }

  .contact-us_inview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(1, 4, 10, 0) 0%, rgba(1, 4, 10, 1) 100%), url(../images/rm314-aew-01.jpg) !important;
    background-repeat: no-repeat;
    filter: blur(2px);
    background-size: cover;
  }

  .contact-foot {
    background: none;
  }

  .contact-us_inview-intro {
    width: 100%;
    height: 100%;
  }

  .contact-us_inview-intro {
    padding-top: 100px;
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-us_inputform {
    height: 90rem;
    width: 100%;
    position: relative;
  }

  .contact-us_input-wrap {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    border-radius: 20px;
    padding: 2rem 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
  }

  .contact-us_logo-and-illus {
    height: 50rem;
    width: 100%;
    position: relative;
  }

  .contact-us_li-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
  }

  .contact-usback {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: -20px;
    left: -70px;
    display: none;
  }

  .contact-usback-ilus {
    height: 400px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150px;
    display: none;
  }

  .contact-usback-ilus2 {
    height: 250px;
    position: absolute;
    z-index: -1;
    right: -250px;
    bottom: -80px;
    display: none;
  }

  .contact-us_li-head h1 {
    font-size: 7rem;
    font-weight: 800;
    text-align: center;
    text-shadow: -3px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      4px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_li-head .sub-contact-us_li-head {
    width: 300px;
    height: 20px;
  }

  .contact-us_li-head p {
    font-size: 15px;
    text-align: center;
    text-shadow: -1px 0px 0px rgba(255, 0, 0, 0.75),
      1px -1px 0px rgba(0, 255, 0, 0.75),
      1.5px 0px 0px rgba(0, 0, 255, 0.75);
  }

  .contact-us_inview-head {

    position: relative;
  }

  .cu_inview-text {
    position: absolute;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 40%;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
  }

  .cu_inview-text h1 {
    font-size: 400%;
    font-weight: 900;
  }

  .cu_inview-text p {
    font-size: 18px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }

  .contact-us_form-cards {
    padding: 65px 0 0 0;
    display: flex;
    justify-content: center;
  }

  .form-card1 {
    height: 800px;
    width: 50%;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
    padding: 70px 90px;
    position: relative;
  }

  .form-card2 {
    border-radius: 20px;
    width: 30%;
    height: 500px;
    background-color: #2b2e38;
    backdrop-filter: blur(5px);
    box-shadow: -35px 22px 71px -31px rgba(0, 0, 0, 0.76);
  }

  .form {
    position: relative;
    width: 40rem;
    height: 8.5rem;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    margin-top: 2rem;
  }

  .form__input {
    width: 100%;
    height: 4rem;
    font-size: 2rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: whitesmoke;
    padding: .8rem 1.2rem;
    outline: none;
    transition: all 300ms ease-in;
  }

  .form__label {
    font-size: 2rem;
    padding-left: .7rem;
    color: #f6a821;
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in, all 250ms ease-in;
    background-color: transparent;
  }

  .form__labelicon {
    padding-left: 1rem;
    font-size: 2rem;
    color: #f6a821;
    transition: all 300ms ease-in;
  }

  /* .form_2,
.form_3,
.form_4{
margin-top: 20px;
} */
  .totalselectwrap {
    margin-top: 2rem;
  }

  #tools-selection {
    width: 100%;
    height: 4rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
    border-radius: 15px;
    transition: all 300ms ease-in;
    font-size: 2rem;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #tools-selection option {
    background-color: #2b2e38;
    font-size: 1.8rem;
  }

  #country {
    margin-top: 20px;
    width: 400px;
    height: 3rem;
    border: none;
    border-bottom: 2px solid whitesmoke;
    outline: none;
    background: transparent;
    transition: all 300ms ease-in;
    font-size: 15px;
    color: #f6a821;
    padding: 0 1rem;
    position: relative;
    -webkit-appearance: none;
  }

  #country option {
    background-color: #2b2e38;
  }

  .contact-submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }

  .contact-submit-btn button {
    border: 3px solid rgba(255, 168, 7, 1);
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 10px 25px;
    border-radius: 100px;
    backdrop-filter: blur(4.5px);
    color: white;
  }

  /* .neo_checkboxall > input[type=checkbox].neo-check {
-webkit-appearance: none;
position: relative;
width: 30px;
height: 30px;
outline: none;
background-color: #202229;
border: 2px solid #45474e;
border-radius: 5px;
cursor: pointer;
transition: all .3s ease-in-out;
margin: 30px 20px 0 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked{
content: '\f00c';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 15px;
color: #f6a821;
}
.neo_checkboxall{

} */
  /* .checkmark_neo{
font-weight: 900;
font-size: 15px;
color: #f6a821;
bottom: 0;
left: 0;
position: absolute;
opacity: 0;
}
.neo_checkboxall > input[type=checkbox].neo-check:checked ~ .checkmark_neo{
opacity: 1;
} */

  .flex-check {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #f6a821;
    margin-top: 30px;
  }

  .checkbox {
    --background: #202229;
    --border: #45474e;
    --border-hover: #f7b035;
    --border-active: #202229;
    --tick: #f6a821;
    position: relative;
  }

  .checkbox input,
  .checkbox svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  }

  .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
  }

  .checkbox input:checked {
    --b: var(--border-active);
  }

  .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 18%;
    left: 18%;
    width: 30px;
    height: 30px;
    transform: scale(var(--scale, 1)) translateZ(0);
  }

  .checkbox.bounce {
    --stroke: var(--tick);
  }

  .checkbox.bounce input:checked {
    --s: 15px;
  }

  .checkbox.bounce input:checked+svg {
    -webkit-animation: bounce 0.4s linear forwards 0.2s;
    animation: bounce 0.4s linear forwards 0.2s;
  }

  .checkbox.bounce svg {
    --scale: 0;
  }

  @-webkit-keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes bounce {
    50% {
      transform: scale(1.2);
    }

    75% {
      transform: scale(0.9);
    }

    100% {
      transform: scale(1);
    }
  }

  .contact-form_submit {
    position: absolute;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    bottom: 10%;
    left: 50%;
    color: white;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    background-size: 200% auto;
    transform: translate(-50%, -50%);
    padding: 5px 50px;
    transition: .5s;
  }

  .contact-form_submit:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

  .contact-us_footer {
    height: 50px;
    text-align: center;
    padding: 10px 0;
    background-color: black;
    position: relative;
    color: white;
  }




}

@media only screen and (width: 1360px) {
  html {
    font-size: 55%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }
}

@media only screen and (width: 1366px) {
  html {
    font-size: 55%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }
}

@media only screen and (width: 1440px) {
  html {
    font-size: 59%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }
}

@media only screen and (width: 1280px) {
  html {
    font-size: 50%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .cookie-img img {
    height: 15rem;
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 10px;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 2.6rem;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .content-wrap {
    padding-top: 1rem;
  }

  .content-wrap p {
    font-size: 1.2rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: 5px solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }
}

@media only screen and (width: 2560px) {
  html {
    font-size: 100%;
  }

  .cookienotice {
    display: none;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    backdrop-filter: blur(20px);
    background: linear-gradient(162deg, rgba(2, 0, 36, 0.5) 0%, rgba(9, 9, 121, 0.5) 50%, rgba(0, 212, 255, 0.3) 100%);
    z-index: 100;
    padding: 2rem;
    width: 35rem;
    height: 40rem;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(231, 231, 231);
  }

  .closeIcon {
    position: absolute;
    right: 2rem;
    top: 2rem;
  }

  .title-wrap {
    padding-top: 1rem;
  }

  .cookienotice .title-wrap h1 {
    font-weight: 800;
    font-size: 2.6rem;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .cookie-img img {
    height: 15rem;
  }

  .content-wrap {
    padding-top: 10px;
  }

  .content-wrap p {
    font-size: 1.4rem;
    text-align: justify;
  }

  .content-wrap a {
    color: #fca40d;
    filter: contrast(1.7);
  }

  .btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  .btn-wrap button {
    font-size: 1.5rem;
    font-weight: 600;
    background: none;
    padding: .8rem 5rem;
    border: .5rem solid #ec9704;
    border-radius: 100px;
    outline: none;
  }

  .btn-wrap button:hover {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .btn-wrap button:focus {
    border: none;
    padding: 1.3rem 5.5rem;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 91%);
  }

  .homepage_inview-intro button {
    text-transform: uppercase;
    color: #f3880d;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border-radius: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }


}