




/* For desktop screens */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

/* For mobile screens (nested dropdown stack vertically instead of going right) */
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    left: 0;
    top: 100%;
    margin-left: 0;
  }
}


/* ✅ Tablet & Mobile: Horizontal Scroll */
@media (max-width: 991px) {
  .left-scroll-container {
    max-height: unset;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
  }


  /* Scrollable Left Column (Desktop) */


.left-scroll-container::-webkit-scrollbar {
  width: 6px;
}
.left-scroll-container::-webkit-scrollbar-thumb {
  background: #004AAD;
  border-radius: 4px;
}
.left-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

  .flip-card-new-bg h1{
    font-size: 14px !important;

  }

    .vertical-image-background-new {
    flex-direction: row;
    gap: 12px;
  }


  .left-scroll-container::-webkit-scrollbar {
  width: 2px;
  margin-bottom: 2%;
}
  .flip-card-new-bg {
    display: inline-block;
    min-width: 220px;
    max-width: 220px;
    padding: 15px;
    margin-right: 10px;
  }
}

/* ✅ Mobile Phones */
@media (max-width: 576px) {
  .flip-card-new-bg{
    min-width: 180px;
    max-width: 180px;
    padding: 12px;
    margin-right: 8px;
  }

  


}





.flip-card-new-bg {
    background-color: transparent;
    width: 250px;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 8%;
 
}




#moment-chat{
    display: none !important;
}

.text-justify {
  text-align: justify ! important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-menu-dark .dropdown-item{
    color:#000000 !important;
    font-weight: 400 !important;
    font-size: 14px;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none; /* hide by default */
 
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.dropdown-item.active, .dropdown-item:active{
    background-color: #004bad38 !important;

}

.navbar .megamenu{ padding: 1rem; } 
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:0; right:0; width:90%; margin:auto;background-color: aliceblue;    }

@media(max-width:491px){
    .navbar .megamenu{
        margin: 0;
    }
}
@media(max-width: 991px){
.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
  overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
}
}

#goog-gt-tt{
    display: none !important;
}

.goog-te-spinner-pos{
    display:none !important;
}
.footer-widget p{
    font-size: 13px !important;
}
.footersize {
    width: 90px;
}
.goog-te-gadget img {
    display: none !important;
}

.google_absolute {
    position: absolute;
    left: 90%;
    padding: 15px 0px 0px 0px;
    margin-top: 6px;
}

.lefttranslator {
    margin-right: 4%;
}
.goog-te-menu-value {
    color: black !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 3px 0px !important;
    width: 90%;
}
@media only screen and (max-width: 2600px) and (min-width: 2400px) {
    .google_absolute {
        position: absolute;
        left: 75% !important;
        padding: 15px 0px 0px 0px;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1400px) {
    .google_absolute {
        position: absolute;
        left: 87% !important;
        padding: 15px 0px 0px 0px;
    }
    .lefttranslator {
        margin-right: 11%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .google_absolute {
        position: absolute;
        left: 84% !important;
        padding: 15px 0px 0px 0px;
    }
    .lefttranslator {
        margin-right: 17%;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1559px) {
    .google_absolute {
        position: absolute;
        left: 87% !important;
        padding: 15px 0px 0px 0px;
    }
    .lefttranslator {
        margin-right: 13%;
    }
}
@media only screen and (min-width: 2400px) and (max-width: 2497px) {
    .google_absolute {
        position: absolute;
        left: 72% !important;
        padding: 15px 0px 0px 0px;
    }
    .lefttranslator {
        margin-right: 13%;
    }
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    display: none;
    color: #444;
    text-decoration: none;
}

div.goog-te-gadget {
    color: transparent !important;
}

.aligment-setting {

    font-size: 1.8em;
  
}
.goog-te-gadget-simple {
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    font-family: Alegreya Sans !important;
    font-style: normal !important;
    font-weight: 550 !important;
    font-size: 16px !important;
}
.inputspace {
    padding: 0px 0px 0px 15px;
}
.goog-te-banner-frame {
    display: none !important;
}
/*  navbar*/
.index-data {
    z-index: 2;
}

.new-style h5{
      color: #004AAD;
    font-weight: 600;
    font-size: 20px;
}
.active,
.ancher:hover {
    color: #004AAD !important;
}

.log_image {
    width: 90px !important;
}

.footersize {
    width: 90px;
}

.bg-sc-dark li a {
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 25px;
}

.bg-sc-dark li a:hover {
    color: #004AAD !important;
}
.color_para {
    color: black;
}

/*navbar end */
.topSpacing {
    margin: 26px 0px 0px 0px;
}
.font_size {
    font-size: 22px !important;
}


body {
    font-family: "Alegreya Sans", sans-serif !important;
}
.total-container {
    width: 100%;

    display: flex;
    align-items: center;
}
.header_img {
    width: 129px;
}
.nav-link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #050608;
}
.our_development_lifecycle {
    width: 100%;
    padding: 50px 0px 0px 0px;
}
.svg-height {
    width: 80%;
    height: 80%;
}

.msg-box {
    margin-top: 100px;
}
.head a {
    color: black;
}

.providing {
    background-color: #fafafa;
    
}

.card-self {
    width: 324px;
    height: 200px;
}

.development-cycle {
    display: flex;
    align-items: center;
}
.management {
    background-color: #fafafa;
}

#put::-webkit-input-placeholder {
    font-size: 12px;
    color: white;
}
button ::-ms-value {
    padding-left: 20%;
}

.cards {
    border-radius: 10px;

    box-sizing: border-box;
    width: 220px;
    height: 220px;

    padding: 20px 20px 10px 20px;
    box-shadow: 1px 1px 6px 1px gray, -1px -1px 6px 1px gray;
}

.cards:hover {
    border: 1px solid rgba(0, 0, 255, 0.658);
    background-color: rgba(238, 226, 226, 0.76);
}
.text_para {
    color: #1c3159;
}
.text_color {
    color: #1c3159;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3%;
}
.card_container {
    background: #fafafa;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 20px;
    padding: 52px 0px 13px 0px;
    width: 323px;
    height: 100%;
    border: 1px solid transparent;
    margin: 35px 36px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.card_container:hover {
    border: 1px solid #004AAD;
}
.card_size img {
    width: 98px !important;
}
.card_size_five img {
    width: 112px !important;
}
.card_size_four img {
    width: 106px !important;
}
.shape_alignment {
    margin: -143px 0px 0px 0px;
}
.shape_alignment img {
    width: 90px;
}
.frame_crew_size {
    margin: -26px 0px 0px 0px;
}
.frame_crew_size img {
    width: 93px;
}
.tag_size {
    right: 120px;
    margin: 34px 0px 0px 0px;
}
.mouse_size {
    margin: -71px 0px 0px 148px;
}
.mouse_size img {
    width: 52px;
}
.rigth_crew_size {
    margin: -181px 0px 0px 0px;
}
.rigth_crew_size img {
    width: 80px;
}
.our_project_container {
    background: #fafafa;
    padding: 60px 0px;
}
.missile_img_size img {
    width: 80%;
}

.missilespacing {
    display: flex;
    justify-content: space-around;
}
/* lifecycle */
.lifecycle-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lifecycle-img {
    background-image: url(./assets/images/roadmap.svg);
    background-repeat: no-repeat;

    background-size: cover;
}
.box-container {
    display: flex;
}

.box-one-top {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;

    padding: 0px 0px 3px 24px;

    position: absolute;
}
.box-one-top-bottom {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;

    padding: 0px 0px 3px 24px;

    position: absolute;
}
.box-two-top {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;

    padding: 0px 0px 3px 24px;

    position: absolute;
}
.box-two-bottom {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;

    padding: 0px 0px 3px 24px;
}
.box-four-top {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
}
.box-four-bottom {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
}
.box-five-top {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
}
.box-five-bottom {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
}
.box-three-top {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
    width: 221px;
}
.boxone-top-flex {
    display: flex;
    align-items: center;
    height: 100%;
}
.boxone-top-img img {
    width: 57px;
}

.boxone-top-text h1 {
    margin: 0px;
    color: #004AAD;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
}
.boxone-top-four-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top-four-text h1 {
    margin: 0px;
    color: #00d13b;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
}
.boxone-top-four-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-bottom-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-bottom-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top-bottom-text h1 {
    margin: 0px;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
    color: #ff4b3a;
}

.boxone-top-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    word-wrap: break-word;
}
.boxone-top--two-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top--two-text h1 {
    margin: 0px;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
    color: #ffd747;
}
.boxone-bottom-two-text h2 {
    margin: 0px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-bottom-two-text {
    padding: 0px 0px 0px 19px;
}
.boxone-bottom-two-text h1 {
    margin: 0px;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
    color: #00d13b;
}

.boxone-top-five-text h2 {
    margin: 0px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-five-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top-five-text h1 {
    margin: 0px;
    color: #004AAD;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
}

.boxone-top-four-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-four-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top-four-text h1 {
    margin: 0px;
    color: #00d13b;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
}

.boxone-top-four-bottom-text h2 {
    margin: 0px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-four-bottom-text {
    padding: 0px 0px 0px 19px;
}
.boxone-top-four-bottom-text h1 {
    margin: 0px;
    color: #ffd747;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 31px;
}

.boxone-top-five-bottom-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
.boxone-top-five-bottom-text {
    padding: 0px 0px 0px 27px;
}
.boxone-top-five-bottom-text h1 {
    margin: 0px;
    color: #ff4b3a;
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 37px;
    font-size: 34px;
}

.boxone-top--two-text h2 {
    margin: 0px;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
/* footer start*/

/* footer start*/
.footer-sidebar {
    background-color: #050608;

    color: rgba(255, 255, 255, 0.726);
    text-decoration: none;
    padding: 51px 0px 0px 0px;
    font-size: x-small;
    width: 100%;
}

.footer-sidebar ul li {
    text-decoration: none;
    padding: 0px 0px 13px 0px;
}
/* .Line_height {
    line-height: 15px;
  } */

.footer-widget ul li {
    list-style: none;
    text-align: start;
}

.footer-widget ul li a {
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.04em;
    color: #ffffff;
}

#put {
    width: 10px;
    height: 35px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.726);

    background-color: #050608;
}

.puts {
    margin-top: -1%;
}
/* .inputmessage input::placeholder{
    color: white;
  } */
#put::-webkit-input-placeholder {
    font-size: 11px;
    color: white;
    font-family: Alegreya Sans;
    font-style: Regular;
}
.btn1 {
    padding: 7px 22px 8px 20px;
    background: linear-gradient(0deg, #004AAD, #004AAD);
    border: 1px solid transparent;
    margin-left: 4px;
    border-radius: 5px;
    color: white;
}
.footer-widget h4 {
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;

    /* identical to box height, or 125% */

    letter-spacing: 0.04em;
}
.reach a {
    font-size: 14px;

    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 25px;
    /* identical to box height, or 125% */

    letter-spacing: 0.04em;

    color: #ffffff;

    list-style: none;
}

.reach a:hover {
    color: #ffffff !important;
    font-weight: 800 !important;
}
.footer-widget ul li a:hover {
    color: #ffff;
    font-weight: 600;
}
.l1 {
    font-family: Alegreya Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;

    /* identical to box height, or 112% */

    letter-spacing: 0.04em;

    color: #ffffff;
}
.l1 :hover {
    color: #3b5998;
    font-weight: 600;
}
.l2 :hover {
    color: #0077b5;
    font-weight: 600;
}
.l3 :hover {
    color: #00acee;
    font-weight: 600;
}
.l4 :hover {
    color: #c4302b;
    font-weight: 600;
}

.line_size {
    padding: 0.5px 0px;
}
.line_footer_bg {
    background-color: #050608;
}
.cards-width {
    width: 12rem;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .lifecycle-container {
        display: none !important;
    }
    .latest-news {
        padding-left: 1rem !important;
    }
    .m-txt-l {
        text-align: left !important;
        padding-left: 1rem !important;
    }
    .missilespacing {
        display: block !important;
        justify-content: space-around !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .latest-news {
        padding-left: 1rem !important;
    }
    .m-txt-l {
        text-align: left !important;
        padding-left: 1rem !important;
    }
}

@media only screen and (max-width: 991px) {
    .footer_mobileView {
        padding-top: 5%;
    }

    /* navbar css */
    /* navbar css */

    .navbar-light .navbar-toggler:hover {
        color: rgba(0, 0, 0, 0.55);
        border: 1px solid rgba(0, 0, 0, 0.55) !important;
        outline: none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0.01rem;
    }

    .hover_data:hover {
        color: #004AAD !important;
    }
    @media only screen and (max-width: 767px) {
        a.nav-link {
            color: #212121 !important;
        }
        .navbar {
            border: none;
        }

        .bg-sc-dark {
            border: 1px solid rgba(0, 0, 0, 0.55);
            border-radius: 10px;
            padding-left: 30px;
        }

        .border {
            border-bottom: none !important;
        }
        .shape_alignment img {
            display: none !important;
        }
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .roadmap-background {
        width: 80% !important;
        height: 409px !important;
    }
    .card-margin-7 {
        margin: -83px 0px 0px 153px !important;
    }
    .card-margin-2 {
        margin: -91px 0px 0px 24px !important;
    }
    .card-margin-8 {
        margin: -37px 0px 0px 73px !important;
    }
    .card-margin-3 {
        margin: -85px 0px 0px -91px !important;
    }
    .card-margin-5 {
        margin: -81px 0px 0px 28px !important;
    }
    .card-margin-4 {
        margin: -80px 0px 0px 95px !important;
        position: absolute !important;
    }
    .cards-sizing-4 {
        padding: 16px 0px 13px 17px !important;
    }
    .card-margin-6 {
        margin: -79px 95px 0px 0px !important;
    }
    .frame_crew_size img {
        width: 60px !important;
    }
    .tag_size {
        margin: 9px 0px 0px 0px !important;
    }
    .shape_alignment img {
        width: 62px !important;
    }
    .shape_alignment {
        margin: -222px 0px 0px 0px !important;
    }
    .mouse_size {
        margin: -205px 0px 0px 8px !important;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .roadmap-background {
        width: 80% !important;
        height: 487px !important;
    }
    .card-margin-3 {
        margin: -43px 0px 0px -91px !important;
    }
    .card-margin-7 {
        margin: -39px 0px 0px 177px !important;
    }
    .frame_crew_size img {
        width: 60px !important;
    }
    .tag_size {
        margin: 9px 0px 0px 0px !important;
    }
    .shape_alignment img {
        width: 62px !important;
    }
    .shape_alignment {
        margin: -222px 0px 0px 0px !important;
    }
    .mouse_size {
        margin: -205px 0px 0px 8px !important;
    }
    .card-margin-5 {
        margin: -39px 0px 0px 43px !important;
    }
}
@media (max-width: 889px) and (min-width: 768px) {
    .roadmap-background {
        background: url(./assets/images/roadmap.svg);
        background-repeat: no-repeat;
        width: 81% !important;
        background-size: cover;
        height: 308px !important;
    }
    .card-responsive {
        height: 90px;
    }
    .cards-sizing {
        padding: 0px 0px 0px 0px !important;
    }
    .cards-sizing-five {
        padding: 14px 0px 27px 9px !important;
    }
    .cards-sizing-7 {
        padding: 5px 0px 13px 13px !important;
    }
    .cards-sizing-4 {
        padding: 5px 0px 9px 17px !important;
    }
    .cards-sizing-6 {
        padding: 15px 0px 26px 17px !important;
    }
    .card-margin-9 {
        margin: -46px -93px 0px 0px !important;
    }
    .card-margin-7 {
        margin: -79px 0px 0px 87px !important;
    }
    .card-margin-2 {
        margin: -89px 0px 0px 26px !important;
    }
    .card-margin-8 {
        margin: -37px 0px 0px 45px !important;
    }
    .card-margin-5 {
        margin: -80px 0px 0px 3px !important;
    }
    .card-margin-3 {
        margin: -82px 0px 0px -91px !important;
    }
    .card-margin-4 {
        margin: -85px 0px 0px 44px !important;
    }
    .card-margin-6 {
        margin: -83px 34px 0px 0px !important;
    }
    .text-sizing {
        padding-bottom: 20px !important;
        padding-left: 26px !important;
    }
}
@media (max-width: 991px) and (min-width: 890px) {
    .roadmap-background {
        width: 100% !important;

        height: 378px !important;
    }
    .cards-sizing {
        padding: 6px 0px 10px 18px !important;
    }
    .cards-width {
        width: 11rem !important;
    }
    .boxone-top-text h2 {
        font-size: 14px !important;
    }
    .cards-sizing-five {
        padding: 15px 0px 17px 9px !important;
    }
    .cards-sizing-7 {
        padding: 10px 0px 7px 9px !important;
    }
    .card-margin-7 {
        margin: -67px 0px 0px 146px !important;
    }
    .card-margin-4 {
        margin: -73px 0px 0px 87px !important;
        height: 96px !important;
    }
    .cards-sizing-4 {
        padding: 8px 0px 9px 17px !important;
    }
    .card-margin-5 {
        margin: -67px 0px 0px 23px !important;
    }
    .card-margin-6 {
        margin: -71px 84px 0px 0px !important;
    }
    .cards-sizing-6 {
        padding: 17px 0px 18px 17px !important;
    }
    .card-margin-9 {
        margin: -46px -91px 0px 0px !important;
    }
    .card-margin-8 {
        margin: -30px 0px 0px 73px !important;
    }
}
/* <------motor way-----> */

.card-style {
    background: #ffffff;
    border: 1px solid rgba(22, 102, 250, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
    border-radius: 10px;
    cursor: pointer;
}
.cards-images {
    width: 27%;
}
.card-body-f {
    flex: 1 1 auto;
    padding: 0rem 0rem !important;
    text-align: center;
}
.card-body {
    flex: 1 1 auto;
    padding: 0rem 0rem !important;
}
.cards-sizing {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cards-sizing-five {
    padding: 26px 0px 27px 9px;
}
.cards-sizing-7 {
    padding: 20px 0px 13px 13px;
}
.cards-sizing-6 {
    padding: 25px 0px 26px 17px;
}
.cards-sizing-4 {
    padding: 17px 0px 9px 17px;
}
.roadmap-background {
    background: url(./assets/images/roadmap.svg);
    background-repeat: no-repeat;
    width: 65%;
    background-size: cover;
    height: 460px;
}
.roadmap-container-flex {
    display: flex;
    justify-content: center;
}

.roadmap-center {
    display: flex;
    justify-content: center;
}
.card-margin {
    margin: -55px 0px 0px -90px;
}
.card-margin-9 {
    margin: -46px -92px 0px 0px;
    padding: 0px 0px 0px 9px;
}

.card-margin-2 {
    margin: -78px 0px 0px 7px;
}
.card-margin-8 {
    margin: -30px 0px 0px 99px;
}
.card-margin-3 {
    margin: -71px 0px 0px -91px;
}
.card-margin-5 {
    margin: -67px 0px 0px 39px;
}
.card-margin-7 {
    margin: -67px 0px 0px 177px;
}
.card-margin-6 {
    margin: -57px 121px 0px 0px;
}
.card-margin-4 {
    margin: -56px 0px 0px 121px;
}
.road-flex {
    display: flex;
    justify-content: center;
}
.roadmap-vertical {
    background: url(./assets/images/vertical.svg);
    background-repeat: no-repeat;
}
/* <-----------rocket css---------> */
.bg-color {
    background: #050608;
    margin-top: 8%;
    border-radius: 12px;
}
.h1-style {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
}
.p-s-style {
    font-weight: 100;
    font-size: 14px;

    font-family: Alegreya Sans;
}

.h5-fw {
    font-weight: 600;
}
.img-rocket-style {
    position: absolute;
    right: 0;
    margin-top: -3em;
    width: 10%;
    margin-right: 9rem;
}

/* <---------media query------> */
.card-one-flex {
    display: flex;
    justify-content: start;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

    
    .img-rocket-style {
        display: none !important;
    }
    .card-one-flex {
        display: flex;
        justify-content: center !important;
    }
    .aligment-setting {
        text-align-last: none !important;
        font-size: 1.1em;
    }
    .card-margin-8 {
        margin: 19px 0px 0px 0px !important;
    }
    .vertical-image-background {
        background: url(./assets//images/vertical.svg);
        background-repeat: no-repeat;
    }
    .card-eight-flex {
        display: flex;
        justify-content: center;
    }
    .vertical-image-background {
        background: url(./assets//images/vertical.svg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
    .text_para {
        color: #1c3159;
        padding-bottom: 15px !important;
    }
    .card-margin-3 {
        margin: -74px 0px 0px 0px;
    }
    .text-sizing {
        padding: 15px 0px;
    }
    .bg-color {
        margin-top: 40px !important;
    }
    .card-margin-6 {
        margin: -29px 0px 0px 0px !important;
    }
    .row {
        --bs-gutter-x: 0rem !important;
    }
    .card-margin-4 {
        margin: -74px 0px 0px 0px !important;
    }
    .card-margin-5 {
        margin: -28px 0px 0px 0px !important;
    }
    .card-margin-7 {
        margin: -28px 0px 0px 0px !important;
    }
    .card-margin {
        margin: -58px 0px 0px 0px !important;
    }
    .card-nine-flex {
        display: flex;
        justify-content: center !important;
    }
    .card-margin-9 {
        margin: 19px 0px 0px 0px !important;
        padding: 0px 0px 0px 9px !important;
    }
}
.card-nine-flex {
    display: flex;
    justify-content: end;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .google_absolute {
        position: fixed;
        left: 28%;
        top: 1%;
    }
}
@media only screen and (min-width: 426px) and (max-width: 991px) {
    .google_absolute {
        position: fixed;
        left: 41%;
        top: 1%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img-rocket-style {
        margin-top: -2rem;
        margin-right: 4rem;
    }
    .text-sizing {
        padding-bottom: 20px !important;
    }
    .aligment-setting {
       
        text-align-last: none !important;
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .img-rocket-style {
        margin-top: -3rem;
        margin-right: 5rem;
        width: 10%;
    }
    .aligment-setting {
       
        text-align-last: none !important;
        font-size: 1.6em;
      
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
    .img-rocket-style {
        margin-right: 8rem;
    }
}

@media only screen and (min-width: 2500px) and (max-width: 2560px) {
    .img-rocket-style {
        margin-right: 34rem;
        margin-top: -5rem;
    }
}
/* flip-card */

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 233px;
    perspective: 1000px;
    margin: 34px;
}
.flip-card-road {
    width: 12rem;
    height: 110px;
    perspective: 1000px;
    background-color: transparent;
}
.flip-card-road:hover .flip-card-inner {
    /* transform: rotateY(180deg); */
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    /* transition: transform 0.6s;
  transform-style: preserve-3d; */
}

.flip-card:hover .flip-card-inner {
    /* transform: rotateY(180deg); */
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    /* background-color: #bbb; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #fafafa;
    box-shadow: 0px 4px 10px 3px rgb(22 102 250 / 12%);
    border-radius: 20px;
    color: black;
    padding-top: 20px;
    border: 1px solid transparent;
}

.flip-card-back {
    /* background-color: #2980b9; */
    color: white;
    /* transform: rotateY(180deg); */
    box-shadow: 0px 4px 10px 3px rgb(22 102 250 / 12%);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid #004AAD;
}

/* footer */
/* .widget-w{
  width: 5.5rem;
} */
.flex-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

@media (max-width: 767px) and (min-width: 320px) {
   
    .footersize {
        width: 64px;
    }
 
    
    
    .log_image {
        width: 60px !important;
    }
    .latest-news {
        padding-left: 1rem !important;
    }
    .m-txt-l {
        text-align: left !important;
        padding-left: 1rem !important;
    }

    .flip-card {
        margin: 0px 0px 28px 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news {
        padding-left: 1rem !important;
    }
    .m-txt-l {
        text-align: left !important;
        padding-left: 1rem !important;
    }
    .footer_mobileView {
        padding-left: 8%!important;
    }
}
.inputspace {
    padding: 0px 0px 0px 15px;
}

@media (max-width: 1024px) and (min-width: 992px) {
    .google_absolute {
        position: absolute;
        left: 84% !important;
    }
    .lefttranslator {
        margin-right: 18% !important;
    }
    .footer-widget ul li a {
        font-size: 9px !important;
    }
    .footer-widget h4 {
        font-size: 12px !important;
    }
    .left-align {
        padding-left: 38px !important;
    }
    .row-Left {
        margin-left: 25px;
    }
}

/* cards-life-cycle by grid-system */

main {
    margin: 50px;
    display: grid;
    justify-content: center;
    grid-template-rows: repeat(4, 140px);
    grid-template-columns: repeat(5, 180px);
    gap: 15px;
    grid-auto-rows: 160px;
    background-image: url(./assets/images/roadmap.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 860px;
    -moz-background-size: 860px;
    -o-background-size: 860px;
    background-size: 824px;

    height: 630px;
}
.Div1 {
    grid-column: 1/2;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
}
.Div2 {
    grid-row: 2/3;
    grid-column: 2/3;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
}
.Div3 {
    background-color: white;
    justify-content: center;
    grid-row: 3/4;
    display: flex;
    align-items: center;
}
.Div4 {
    background-color: white;
    justify-content: center;
    grid-row: 4/5;
    grid-column: 2/3;
    display: flex;
    align-items: center;
}
.Div5 {
    background-color: white;
    justify-content: center;
    grid-row: 3/4;
    grid-column: 3/4;
    display: flex;
    align-items: center;
}
.Div6 {
    background-color: white;
    justify-content: center;
    grid-row: 4/5;
    grid-column: 4/5;
    display: flex;
    align-items: center;
}
.Div7 {
    background-color: white;
    justify-content: center;
    grid-row: 3/4;
    grid-column: 5/6;
    display: flex;
    align-items: center;
}
.Div8 {
    background-color: white;
    justify-content: center;
    grid-row: 2/3;

    grid-column: 4/5;
    display: flex;
    align-items: center;
}
.Div9 {
    background-color: white;
    justify-content: center;
    grid-row: 1/2;
    grid-column: 5/6;

    align-items: center;
}

.image-road img {
    width: 79%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    main {
        justify-content: center;
        flex-direction: column;

        grid-template-rows: repeat(9, 160px);
        grid-template-columns: repeat(auto-fit, minmax(60px, 180px));
        gap: 20px;
        grid-auto-rows: 160px;
        height: auto;
    }
    .cards-sizing {
        justify-content: center !important;
    }
    .Div1 {
        grid-row: 1/2;
        grid-column: 1/-1;
    }
    .Div2 {
        grid-row: 2/3;
        grid-column: 1/-1;
    }
    .Div3 {
        grid-row: 3/4;
        grid-column: 1/-1;
    }
    .Div4 {
        grid-row: 4/5;
        grid-column: 1/-1;
    }
    .Div5 {
        grid-row: 5/6;
        grid-column: 1/-1;
    }
    .Div6 {
        grid-row: 6/7;
        grid-column: 1/-1;
    }
    .Div7 {
        grid-row: 7/8;
        grid-column: 1/-1;
    }
    .Div8 {
        grid-row: 8/9;
        grid-column: 1/-1;
    }
    .Div9 {
        grid-row: 9/10;
        grid-column: 1/-1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    main {
        margin-right: 2rem;
        display: grid;
        background-size: 600px;
        grid-template-rows: repeat(4, 100px);
        grid-template-columns: repeat(auto-fit, 130px);
        gap: 10px;
        grid-auto-rows: 120px;
        background-image: url(./assets/images/roadmap.svg);
        background-position: center;
        background-repeat: no-repeat;
        height: 438px;
    }

    .cards-sizing {
        padding: 2px;
    }
    .Div1 {
        grid-column: 1/2;
        display: flex;
        align-items: center;
        background-color: white;

        width: 170px;
    }
    .Div2 {
        grid-row: 2/3;
        grid-column: 2/3;
        display: flex;
        align-items: center;
        background-color: white;

        width: 170px;
    }
    .Div3 {
        background-color: white;

        width: 170px;
        grid-row: 3/4;
        display: flex;
        align-items: center;
    }
    .Div4 {
        background-color: white;
        grid-row: 4/5;
        grid-column: 2/3;
        display: flex;
        align-items: center;

        width: 170px;
    }
    .Div5 {
        background-color: white;
        grid-row: 3/4;
        grid-column: 3/4;
        display: flex;
        align-items: center;

        width: 170px;
    }
    .Div6 {
        background-color: white;
        grid-row: 4/5;
        grid-column: 4/5;
        display: flex;
        align-items: center;

        width: 170px;
    }
    .Div7 {
        background-color: white;
        grid-row: 3/4;
        grid-column: 5/6;
        display: flex;
        align-items: center;

        width: 170px;
    }
    .Div8 {
        background-color: white;
        grid-row: 2/3;
        grid-column: 4/5;
        display: flex;
        align-items: center;

        width: 170px;
    }
    .Div9 {
        background-color: white;
        grid-row: 1/2;
        grid-column: 5/6;
        display: flex;
        align-items: center;

        width: 170px;
    }

    .image-road img {
        width: 50%;
    }

    .boxone-top-text h2 {
        padding: 0px 5px 0px 5px !important;
        margin: 0px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 21px;
        color: #000000;
        word-wrap: break-word;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
    main {
        margin-right: 2rem;
        display: grid;
        background-size: 750px;
        grid-template-rows: repeat(4, 120px);
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 10px;
        grid-auto-rows: 120px;
        background-image: url(./assets/images/roadmap.svg);
        background-position: center;
        background-repeat: no-repeat;
        height: 500px;
    }
    .boxone-top-text h2 {
        padding: 0px 10px 0px 10px;
    }
    .image-road img {
        width: 50%;
    }
}
.image-road {
    display: flex;
    justify-content: center;
}
.text-sizing {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .desktop-setting {
        display: none;
    }
    .mobile-setting {
        display: block;
    }
    .color_para{
text-align: center;
    }
}
.navbar_border{
    border-bottom: 1px solid #dee2e6;
}

@media only screen and (max-width:900px){
    .goog-te-gadget .goog-te-combo{
        width:auto;
    }
 
   
}

@media screen and (max-width: 768px) {
    [data-aos="fade-left"] {
        transform: none !important;
        transition: none !important;
    }
    [data-aos="fade-right"] {
        transform: none !important;
        transition: none !important;
    }
   
  
  
}

.sc-1au8ryl-0{
    display: none !important;
}

.goog-te-combo{
    border:none;
}




 
