body {
    font-family: "Rubik", sans-serif;
}

/* common css  */

.btn-prime {
    border-radius: 60px;
    padding: 10px 25px;
    padding-left: 35px;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(to right, rgba(241, 241, 241, 0.795) 0%, #D8D8D8 100%);
border: none;
    transition: all 0.5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-prime:hover {
    transform: scale(1.01);
}

.btn-footer {
    border-radius: 60px;
    padding: 10px 25px;
    padding-left: 35px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #555, #333, #555);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.btn-footer:hover {
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #c0bebe;
    transform: scale(1.01);
}

.btn-prime svg {
    margin-left: 10px;
    width: 25px;
}

.btn-footer img {
    margin-left: 25px;
    width: 25px;
}

.color-1 {
    background: #F0F5FC;
}

.color-2 {
    background: #F0F0FC;
}

.color-3 {
    background: #F6F0FC;
}

.color-4 {
    background: #FCF8F0;
}

.color-5 {
    background: #F0FCF6;
}

/* Hero Section  */

.hero_section {
    /* min-height: 100vh; */
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    margin: auto;
    margin-top: 60px;
    width: 95%;
    height: 100%;
}

.hero_section .video-container {
    width: 90%;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    min-height: 100vh;
    height: 100%;
}

.hero_section .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90%;
    min-height: 100%;
    z-index: -100;
    opacity: 40%;
    object-fit: cover;

}

.hero_section .main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero_section .brand-logo {
    max-width: 200px;
}

.hero_section header {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.hero_section header .links ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;

}

.hero_section header .links ul li a {
    color: #000;
    text-decoration: none;
}

.hero_section .banner_content {
    margin-top: 50px;
    position: relative;
}

.hero_section .banner_content .title {
    font-size: 48px;
    font-weight: 600;
}

.hero_section .banner_content .subtitle {
    font-size: 25px;
    font-weight: 400;
}

.hero_section .banner_content .para {
    font-size: 16px;
    color: #6A6A6A;
}

.hero_section .banner_content .hightlight {
    color: #E21E2E;
    font-size: 18px;
}

.hero_section .banner_content .img-bx {
    margin-top: 35px;
}

.circle-img {
    filter: grayscale(1);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

img.cubic-img {
    filter: grayscale(1);
    position: absolute;
    right: -100px;
    top: 20%;
    transform: translateY(-2 0%);
    width: 90px;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}


@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/* Featured Section  */

.featured_wrapper {
    width: 95%;
    margin: 0 auto;
    margin-top: 60px;
    background: url(../images/dot-pattern.png);
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    position: relative;
    padding: 50px 0;
}

.featured_wrapper .top-heading {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img.half-ic,
img.star-icn {
    filter: grayscale(1);
    width: 90px;
}

.featured_wrapper .top-heading h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}

.featured_wrapper .top-heading .tx-len {
    display: block;
}

.featured_wrapper .card-content {
    margin-top: 50px;
}

.featured_wrapper .card {
    padding: 30px 40px;
    flex-direction: row;
    gap: 30px;
    align-items: start;
    margin-bottom: 20px;
    border-radius: 20px;
    border: none;
    height: 100%;
}

.featured_wrapper .card.flex-col {
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}

.featured_wrapper .card.flex-col .icon {
    display: flex;
    gap: 30px;
}

.featured_wrapper .card .icon img {
    width: 70px;

}

.featured_wrapper .card h2 {
    font-size: 25px;
}

.featured_wrapper .card h2 {
    color: #252525;
}

.featured_wrapper .card p {
    color: #252525;
    font-weight: lighter;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* #how it works  */

.works_wrapper {
    padding: 60px 0;
}

.works_wrapper .heading h2 {
    text-align: center;
    margin: 30px auto;
}

.works_wrapper .content-box {
    text-align: center;
    margin-top: 50px;
}

.works_wrapper .content-box .img-bx {
    padding: 0 30px;
}

.works_wrapper .content-box .img-bx img {
    width: 60px;
    margin: auto;
}

.works_wrapper .content-bx {
    padding: 0 30px;
    margin-top: 15px;
}

.works_wrapper .content-bx h2 {
    font-size: 22px;
}

.works_wrapper .content-bx p {
    font-size: 16px;
    color: #6E6E6E;
}


/* industry_wrapper */

.industry_wrapper {

    padding: 50px 0;
    padding-top: 0;
}

.industry_wrapper .container {
    padding-top: 30px;
    border-top: 2px dashed #D6D6D6;
}

.industry_wrapper .heading {
    text-align: center;
    padding: 30px 0;
}

.industry_wrapper .heading h2 {
    margin-bottom: 0;
    font-size: 45px;
}

.industry_wrapper .heading p {
    color: #6A6A6A;
    font-weight: 300;
    font-size: 14px;
}

.list-wrapper li {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.list-wrapper li .icon-bx {
    padding: 20px;

}

.list-wrapper li .icon-bx img {
    width: 100px;
}

.list-wrapper li h2 {
    font-size: 25px;
}

.list-wrapper li p {
    font-size: 16px;
    color: #6E6E6E;
    margin-bottom: 0;
}

.list-wrapper li:nth-child(1) {
    color: #859BB9;
}

.list-wrapper li:nth-child(2) {
    color: #769686;
}

.list-wrapper li:nth-child(3) {
    color: #9586A5;
}

.list-wrapper li:nth-child(4) {
    color: #A09889;
}

.list-wrapper li:nth-child(5) {
    color: #72728C;
    border-bottom: none;
}

/* ----------Choose Wrapper ---------- */

.choose_wrapper {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../images/dot-pattern.png);
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    position: relative;
    padding: 50px 0;
}

.choose_wrapper .heading h2 {
    font-size: 42px;
    text-align: center;
}

.choose_wrapper .content-box {
    margin-top: 70px;
    position: relative;
}

.choose_wrapper .content-box .text-bx {
    text-align: center;
}

.choose_wrapper .content-box .text-bx h2 {
    font-size: 22px;
}

.choose_wrapper .content-box .text-bx p {
    font-size: 15px;
    color: #6E6E6E;
}

.choose_wrapper .content-box .tb1 {
    transform: translate(60px, -50px);
}

.choose_wrapper .content-box .tb2 {
    transform: translate(0, 50px);
}

.choose_wrapper .content-box .tb3 {
    max-width: 300px;
    margin: auto;
    transform: translate(0, 30px);
}

.choose_wrapper .content-box .tb4 {
    transform: translate(-99px, -47px);
}

.choose_wrapper .content-box .tb5 {
    transform: translate(-20px, 30px);
}

/* Test Cases  */

.testcases_wrapper {
    padding: 60px 0;
}

.testcases_wrapper .heading {
    text-align: center;
}

.testcases_wrapper .content-box {
    margin-top: 30px;
}

.testcases_wrapper .card {
    padding: 40px 30px;
    border-radius: 20px;
    border: none;
}

.testcases_wrapper .card h2 {
    font-size: 25px;
}

.testcases_wrapper .color-1 {
    background: #F0F5FC;
}

.testcases_wrapper ::marker {
    color: #7D90AC;
}

.testcases_wrapper ul li {
    color: #000;
    margin-bottom: 10px;
}

/* Footer  */

footer {
    height: 576px;
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    margin: auto;
    width: 95%;
    padding: 30px 0;
    background-color: #000000e8;
}

footer .video-container {
    width: 90%;
    margin: 0 auto;
    border-radius: 60px;
    overflow: hidden;

}

footer .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90%;
    min-height: 100%;
    z-index: 1;
    opacity: 40%;

}

footer .main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 3;

}

footer .main-content h2 {
    color: #fff;
    font-size: 40px;
}

footer .main-content p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 30px;
}

footer img.footer-rod-ic,
footer img.footer-spring-ic {
    position: absolute;
    z-index: 4;
    width: 100px;
}

footer img.footer-spring-ic {
    right: 10%;
    top: 10%;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

footer img.footer-rod-ic {
    left: 10%;
    bottom: 10%;
    width: 130px;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

.copyright {
    padding: 50px 0;
    width: 95%;
    margin: 0 auto;
}

.copyright .container {
    max-width: 100%;
}

.copyright .social-icon ul {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.copyright .social-icon ul li {
    width: 40px;
    height: 40px;
    gap: 10px;
    display: grid;
    place-content: center;
    border: 1px solid #8E8E8E;
    border-radius: 50%;
    padding: 10px;
}

.copyright .social-icon ul li:hover {
    border-color: #E21E2E;
}

.copyright .social-icon ul li a svg {
    width: 20px;
}

.copyright .social-icon ul li:hover svg,
.copyright .social-icon ul li:hover svg path {
    stroke: #E21E2E;
    fill: #E21E2E;
}

.copy_tx {

    text-align: right;
    color: #252525;
    font-weight: 300;
}

.copy_tx p {
    margin-bottom: 0;
}

/* Popup  */
#MainPopup .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.video_bx {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.video_bx::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(49, 49, 49, 0) 56.11%, #200606 100%);

}

.video_bx video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#MainPopup .modal-body .content {
    padding: 30px 20px;
    position: relative;
    padding-left: 10px;
}

#MainPopup .modal-content .d-close {

    position: absolute;
    right: 20px;
    top: 20px;
}

#MainPopup .modal-content .d-close .btn-close {
    border: 1px solid #000;
    padding: 10px;
}

#MainPopup .modal-body .content h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#MainPopup .modal-body .content label {
    margin-bottom: 0;
    font-size: 15px;
}

#MainPopup .modal-body .content ::placeholder {
    color: #B4B4B4;
    font-size: 14px;
}

#MainPopup .modal-body .content .btn-submit {
    background: #E21E2E;
    padding: 10px 23px;
    font-size: 18px;
    border-radius: 60px;
    color: #fff;
}

#MainPopup .submit-wrap {
    text-align: right;
}

/* Responsive Mobile  */






@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1536px;
    }
    .testcases_wrapper .card ul{
        padding-left: 1.5rem;
    }
    .hero_section .video-container video{
        width: 100%;
    }
    .hero_section .brand-logo {
        width: 100%;
        max-width: 190px;
    }

    .hero_section header .links ul li a {
        font-size: 20px;
    }

    .hero_section .banner_content {
        width: 80%;
    }

    .hero_section .banner_content .title {
        font-size: 70px;
    }

    .hero_section .banner_content .subtitle {
        font-size: 36px;
    }

    .hero_section .banner_content .para {
        font-size: 20px;
    }

    .hero_section .banner_content .hightlight {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .btn-prime {
        font-size: 20px;
        padding-left: 30px;
        padding: 20px 40px;
    }

    .btn-prime svg {
        width: auto;
    }

    .featured_wrapper {
        margin-top: 90px;
        padding: 120px 0;
    }

    .works_wrapper {
        padding: 120px 0;
    }

    .industry_wrapper .container {
        padding-top: 80px;
    }

    .industry_wrapper {
        padding-bottom: 120px;
    }

    .choose_wrapper {
        padding: 105px 0;
    }

    .testcases_wrapper {
        padding: 110px 0;
    }

    .featured_wrapper .top-heading {
        padding-top: 0;
    }

    .featured_wrapper .card-content {
        margin-top: 60px;
    }

    .featured_wrapper .card {
        gap: 40px;
        padding: 40px 51px;
        height: 100%;
        margin-bottom: 20px;
    }

    .featured_wrapper .card.flex-col {
        margin-top: 20px;
    }

    .featured_wrapper .top-heading h2 {
        font-size: 64px;
    }

    .featured_wrapper .card .icon img {
        width: 110px;
    }

    .featured_wrapper .card h2 {
        font-size: 32px;
    }

    .featured_wrapper .card p {
        font-size: 24px;
    }

    .works_wrapper .heading h2 {
        font-size: 64px;
    }

    .works_wrapper .content-box .img-bx img {
        width: auto;
    }

    .works_wrapper .content-bx h2 {
        font-size: 30px;
    }

    .works_wrapper .content-bx p {
        font-size: 18px;
    }

    .industry_wrapper .heading h2 {
        font-size: 64px;
    }

    .industry_wrapper .heading p {
        font-size: 20px;
    }

    .list-wrapper li {
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 40px;
    }

    .list-wrapper li h2 {
        font-size: 40px;
    }

    .list-wrapper li p {
        font-size: 32px;
        font-weight: 300;
    }

    .list-wrapper li .icon-bx img {
        width: auto;
    }

    .choose_wrapper .heading h2 {
        font-size: 64px;
    }

    .choose_wrapper .content-box .text-bx h2 {
        font-size: 30px;
    }

    .choose_wrapper .content-box .text-bx p {
        font-size: 18px;
    }

    .testcases_wrapper .heading h2 {
        font-size: 64px;
    }

    .testcases_wrapper .card h2 {
        font-size: 32px;
        margin-bottom: 26px;
    }

    .testcases_wrapper .card h5 {
        font-size: 24px;
        font-weight: 600;
    }

    .testcases_wrapper .card p {
        font-size: 24px;
        color: #000;
        margin-bottom: 24px;
    }

    .testcases_wrapper ul li {
        font-size: 24px;
        color: #000;
    }

    .testcases_wrapper .card {
        padding: 60px 65px;
        height: 100%;
        border-radius: 30px;
    }

    .testcases_wrapper .color-1 ::marker {
        color: #7D90AC;
    }

    .testcases_wrapper .color-2 ::marker {
        color: #B9B9D4;

    }

    footer .main-content h2 {
        font-size: 72px;
        margin-bottom: 12px;
    }

    footer .main-content p {
        font-size: 24px;
        margin-bottom: 44px;
    }

    .btn-footer {
        font-size: 24px;
    }

    .btn-footer {
        font-size: 29px;
        padding: 26px 50px;
    }

    .btn-footer img {
        width: auto;
    }

    .btn-footer span {
        margin-left: 35px;
    }

    .copyright .social-icon ul li {
        width: 50px;
        height: 50px;
    }

    .copy_tx {
        font-size: 20px;
    }

    .copyright {
        padding: 57px 0;
    }

    .choose_wrapper .content-box .tb3 {
        max-width: 430px;
    }
   
    .hero_section .video-container{
        min-height: 100%;
     }

}

@media (min-width: 1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1636px;
    }
    .hero_section .banner_content .title {
        font-size: 80px;
    }
    .hero_section .video-container video{
        width: 100%;
    }
    .hero_section .brand-logo {
        width: 100%;
        max-width: 350px;
    }
  
    .hero_section {
        min-height: 124vh;
    }
    .hero_section {
        min-height: 1318px;
    }
    .hero_section .video-container{
        min-height: 100%;
     }

}
@media (max-width:1440px){
    .hero_section .video-container{
        min-height: 100%;
     }
    .hero_section {
        min-height: 1000px;
    }
}


@media (max-width:1366px) {
    .hero_section {
        border-radius: 40px;
        margin-top: 30px;
    }
    

    .hero_section .video-container {
        width: 93%;
        border-radius: 30px;
        min-height: 100%;
    }

    .hero_section header {
        padding-top: 30px;
    }

    footer {
        height: 340px;
        border-radius: 30px;
    }
    .btn-footer {
        border-radius: 60px;
        padding: 10px 20px;
    }
    .hero_section {
        min-height: 951px;
    }

    footer img.footer-rod-ic{
        width: 100px;
    }
    footer img.footer-spring-ic {
        width: 85px;
    }
    .list-wrapper li {
padding-bottom: 15px;
    }
    
}

@media (max-width:1280px){
    .hero_section .video-container{
        min-height: 100%;
     }
    .hero_section {
        min-height: 922px;
    }
}

@media (max-width:1192px){
    .hero_section .video-container{
       min-height: 100%;
    }
    .hero_section {
        min-height: 894px;
    }
}

@media (max-width:992px){
    .hero_section {
        min-height: 865px;
    }
    .hero_section .video-container{
        min-height: 100%;
    }
    .featured_wrapper .card .icon img {
        width: 60px;
    }
    .featured_wrapper .card.flex-col .icon{
        align-items: center;
    }
   
}

@media (max-width:768px){
    .hero_section {
        min-height: 812px;
    }


    .hero_section .video-container{
        height: 100%;
    }
}

@media (min-width:1250px) and (max-width:1440px) {
    /* .hero_section {
        min-height: 124vh;
    } */
}
@media (min-width:992px) and (max-width:1200px) {
    .featured_wrapper .card h2 {
        font-size: 18px;
    }
    .featured_wrapper .card.flex-col, .featured_wrapper .card{
        padding: 20px 30px;
    }
    .featured_wrapper .card.flex-col .icon{
        gap: 15px;
    }
    .works_wrapper .content-bx {
        padding: 0 10px;
    }
    footer img.footer-rod-ic, footer img.footer-spring-ic {
        width: 80px;
    }
    .hero_section .banner_content .title {
        font-size: 38px;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    .hero_section .banner_content {
        width: 80%;
    }

    .hero_section .banner_content .title {
        font-size: 30px;
    }

    .hero_section .banner_content .subtitle {
        font-size: 20px;
    }

    .featured_wrapper .card {
        flex-direction: column;
        height: 100%;
        padding: 20px 30px;
        height: 100%;
    }

    .featured_wrapper .card.flex-col .icon {
        flex-direction: column;

    }

    .featured_wrapper .card.flex-col {
        margin-top: 20px;
    }

    .featured_wrapper .card h2 {
        font-size: 18px;
    }

    .featured_wrapper .card p {
        font-size: 16px;
        margin-top: 8px;
    }

    .works_wrapper .content-bx {
        padding: 0 0px;
    }

    .works_wrapper .content-bx h2 {
        font-size: 20px;
    }

    .works_wrapper .content-bx p {
        font-size: 14px;
    }

    .works_wrapper .content-box {
        margin-top: 30px;
    }

    .industry_wrapper .heading h2 {
        font-size: 40px;
    }

    .industry_wrapper .heading p {
        font-size: 12px;
    }

    .choose_wrapper .content-box .tb1 {
        transform: translate(32px, -35px);
    }

    .choose_wrapper .content-box .tb2 {
        transform: translate(6px, 9px);
    }

    .choose_wrapper .content-box .tb3 {
        transform: translate(0, 20px);
    }

    .choose_wrapper .content-box .tb4 {
        transform: translate(-56px, -47px);
    }

    .choose_wrapper .content-box .tb5 {
        transform: translate(-20px, 0px);
    }

    .choose_wrapper .content-box .text-bx h2 {
        font-size: 16px;
    }

    .choose_wrapper .content-box .text-bx p {
        font-size: 13px;
    }

    .choose_wrapper .container {
        max-width: 750px;
    }

    .testcases_wrapper .card h2 {
        font-size: 20px;
    }

    .testcases_wrapper .card {
        padding: 40px 25px;
        height: 100%;
    }

    .copy_tx p {
        font-size: 12px;
    }

    .testcases_wrapper .card p {
        font-size: 14px;
    }

    .testcases_wrapper .card ul li {
        font-size: 14px;
    }
}

@media (max-width:767px) {

    .hero_section {
        margin-top: 10px;
        border-radius: 20px;
    }
    .hero_section .video-container{
        min-height: 100%;
    }
    .featured_wrapper {
        margin-top: 30px;
        padding: 30px 0;
    }

    .featured_wrapper .card.flex-col {
        justify-content: center;
        align-items: center;
    }

    .hero_section .banner_content .title {
        font-size: 20px;
    }

    .hero_section .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .choose_wrapper .content-box .tb1 {
        transform: initial;
    }

    .hero_section .banner_content .subtitle {
        font-size: 20px;
        font-weight: 400;
    }

    .hero_section header {
        padding-left: 0;
        padding-right: 0;
    }

    .hero_section header .links ul {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .hero_section header .logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .hero_section .banner_content {
        margin-top: 30px;
    }

    .hero_section .banner_content .hightlight {
        font-size: 16px;
    }

    .hero_section .banner_content .para {
        font-size: 14px;
    }

    .btn-prime {
        border-radius: 30px;
        padding: 0px 15px;
        padding-left: 16px;
        line-height: normal;
        text-transform: uppercase;
        background: linear-gradient(to right, rgba(241, 241, 241, 0.795) 0%, #D8D8D8 100%);
    }

    .circle-img {
        width: 40px;
        left: -10px;

    }

    img.cubic-img {
        right: -14px;
        top: 14%;
        transform: translateY(-20%);
        width: 47px;
    }

    .featured_wrapper .top-heading {
        flex-direction: column;
        position: relative;
    }

    .featured_wrapper .top-heading h2 {
        font-size: 22px;
        padding-top: 0;
    }

    img.half-ic,
    img.star-icn {
        position: absolute;
        width: 50px;
    }

    img.half-ic {
        right: 0;
        bottom: 0;
    }

    img.star-icn {
        top: 0;
        left: 0;
    }

    .featured_wrapper .card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .featured_wrapper .card h2 {
        font-size: 20px;
    }

    .featured_wrapper .card.flex-col .icon {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .featured_wrapper .card p {
        margin-top: 10px;
    }

    .testcases_wrapper .content-box {
        margin-top: 10px;
    }

    .works_wrapper .content-box .img-bx {
        display: none;
    }

    .works_wrapper .content-bx .mobi-icons {
        margin-bottom: 20px;
    }

    .works_wrapper .content-bx .mobi-icons img {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .works_wrapper .heading h2 {
        margin: 10px auto;
    }

    .works_wrapper .content-box {
        margin-top: 30px;
    }

    .works_wrapper {
        padding: 30px 0;
    }

    .industry_wrapper .heading h2 {
        font-size: 22px;
    }

    .list-wrapper li {
        gap: 20px;
        padding-top: 20px;
    }

    .list-wrapper li .icon-bx {
        padding: 10px;
    }

    .list-wrapper li .icon-bx img {
        width: 70px;
    }

    .list-wrapper li h2 {
        font-size: 22px;
    }

    .list-wrapper li p {
        font-size: 14px;
    }

    .choose_wrapper .heading h2 {
        font-size: 22px;
    }

    .testcases_wrapper .card {
        padding: 40px 20px;
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .testcases_wrapper {
        padding: 30px 0;
    }

    .testcases_wrapper .card h2 {
        font-size: 20px;
    }

    .choose_wrapper {
        padding: 30px 0;
    }

    .choose_wrapper .content-box .text-bx {
        transform: initial;
    }

    .choose_wrapper .content-box .tb3 {
        margin-top: 20px;
    }

    footer img.footer-rod-ic,
    footer img.footer-spring-ic {
        width: 50px;
    }

    footer .main-content h2 {
        font-size: 25px;
    }

    footer {
        height: 340px;
        border-radius: 30px;
    }

    .copyright .social-icon ul {
        justify-content: center;
    }

    .copyright {
        padding: 30px 0;
    }

    .copy_tx {
        margin-top: 20px;
        font-size: 12px;
        text-align: center;
    }

    .featured_wrapper .card-content .col-12{
        margin-bottom: 20px;
    }
    .video_bx {
        display: none;
    }
    #MainPopup .modal-body .content{
        padding: 40px 30px;
    }
    .choose_wrapper .content-box{
        margin-top: 20px;
    }
    .featured_wrapper .card{
        padding: 30px 25px;
    }
    .testcases_wrapper .card ul{
padding-left: 1rem;
    }
    .choose_wrapper .content-box .tb3{
        width: 100%;
    }
    .btn-footer {
        padding: 9px 13px;
    }
    .btn-footer img {
        margin-left: 15px;
        width: 20px;
    }
}

@media (max-width:380px){
    .hero_section {
        min-height: 826px;
    }
}


@media (max-width:370px){
    .hero_section .banner_content .title {
        font-size: 16px;
    }
    .hero_section .banner_content .subtitle {
        font-size: 18px;
        line-height: normal;
     
    }
    .hero_section header .logo {
        margin-bottom: 12px;
    }
    .hero_section .banner_content {
        margin-top: 17px;
    }
    .hero_section .banner_content .hightlight {
        font-size: 14px;
    }
    img.cubic-img {
        top: 8%;
    }
    img.half-ic {
        bottom: -20px;
    }
    img.star-icn {
        top: -20px;
        
    }
    .featured_wrapper .card{
        padding: 30px 25px;
    }
    .btn-footer {
        padding: 10px 18px;
        padding-left: 25px;
    }
    .hero_section {
        min-height: 731px;
    }
}