@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Tomkin';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/fonnts.com-Tomkin-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Tomkin';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/fonnts.com-Tomkin-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Tomkin';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/fonnts.com-Tomkin-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Tomkin';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/fonnts.com-Tomkin-Bold.ttf') format('truetype');
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tomkin', sans-serif;
}


.inter {
    font-family: "Inter", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

/* Btn */

.bordered_btn a {
    width: max-content;
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 15px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.bordered_btn a:hover {
    background-color: white;
    border: 1px solid white;
    color: black !important;
    transition: all 0.4s ease-in-out;
}

.bordered_btn a:hover::after {
    left: 0;
    transition: all 0.4s ease-in-out;
}

.chat_btn a {
    /* background: linear-gradient(45deg, black, transparent); */
    /* background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%); */
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 15px;
    border: 0;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.chat_btn a:hover {
    background-color: white;
    scale: 1.05;
    transition: all 0.4s ease-in-out;
}

.chat_btn a:hover::after {
    left: 0;
    transition: all 0.4s ease-in-out;
}

/* Gredient color */
.gred_txt {
    position: relative;
    color: white;
    /* background: linear-gradient(90deg, #8927B8 0%, #B936F6 39.32%, #3943EB 78.63%, #15AFF7 131.05%); */
    background: linear-gradient(90deg, #8927B8 59%, #B936F6 60.16%, #15AFF7 115%);
    background-size: 200% 100%;
    background-position: 0% 0;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradientSlide 4s ease-in-out 1s forwards;
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0;
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: -100% 0;
        -webkit-text-fill-color: transparent;
    }
}

.purple_txt {
    color: #B983FF;
}

/* LP Header Start */

.lp_header {
    padding-top: 30px;
    position: relative;
    z-index: 99;
}

.lp_header .number .icon {
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp_header .number span {
    font-size: 16px;
    font-weight: 300;
}

.lp_header .logo img {
    width: 45%;
}

/* LP Header End */

/* Banner Start */

.banner_sec {
    padding: 140px 0 80px;
    position: relative;
    z-index: 11;
    background-image: url(../../img/lpImage/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -82px;
}

.banner_sec .particle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}

.banner_sec .txt {
    position: relative;
    z-index: 0;
    margin-top: -90px;
}

.banner_sec .banner_bg_txt {
    position: absolute;
    bottom: -35px;
    left: 10px;
    /* transform: translateX(-50%); */
    z-index: -1;
}

.banner_sec .logos {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.banner_sec .logos .logo_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner_sec .logos .logo_wrapper p {
    color: white;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
}

.banner_sec .second_img {
    width: 100px;
}

/* .banner_sec .banner_bg_txt h4 {
    font-size: 200px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: black !important;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084) !important;
} */
.banner_sec .banner_bg_txt h4 {
    font-size: 200px !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: black;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.banner_sec .txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.banner_sec .txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: white;
    opacity: 0.6;
    margin-bottom: 15px;
}

.banner_sec .form {
    width: 70%;
    margin-left: auto;
}

.banner_sec .form .form_txt {
    /* background: linear-gradient(to right, #512B77, #3D1167); */
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    padding: 13px 18px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto -32px;
    position: relative;
    z-index: 99;
}

.banner_sec .form .form_txt h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif !important;
}

.banner_sec .form form {
    border: 1px solid white;
    border-radius: 12px;
    background-color: #141414;
    padding: 50px 20px 20px 20px;
}

.banner_sec .form form input,
.banner_sec .form form textarea {
    width: 100%;
    background-color: #d9d9d922;
    border: 1px solid white;
    border-radius: 5px;
    height: 55px;
    padding: 0 15px;
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
}

.banner_sec .form form textarea {
    height: 110px;
    padding-top: 12px;
    resize: none;
}

.banner_sec .form form input::placeholder,
.banner_sec .form form textarea::placeholder {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.416);
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.banner_sec .form form input:focus,
.banner_sec .form form textarea:focus {
    outline: 0;
}

.banner_sec .form form button {
    width: max-content;
    height: auto;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid white;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.banner_sec .form form .bottom_txt p {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.banner_sec .form form .bottom_txt p span {
    font-weight: 600;
}

/* Banner End */

/* Brands Start */

.brands_sec {
    padding: 20px 0 25px;
    position: relative;
    z-index: 99;
    background: white;
    overflow: hidden;
}

.brands_sec .img {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.brands_sec .slick-slide img {
    object-fit: contain;
    height: 90px;
    width: 150px !important;
    margin: 0 auto;
}

.brands_sec .slick-list {
    overflow: visible;
}

/* Brands End */

/* Development Start */

.development_sec {
    padding: 90px 0;
}

.development_sec .banner_bg_txt {
    position: absolute;
    bottom: -49px;
    left: 0;
    /* transform: translateX(-15px); */
    z-index: -1;
    /* opacity: 0.4; */
}

.development_sec .banner_bg_txt h4 {
    font-size: 205px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.app_development::before,
.app_development::after {
    display: none !important;
}

.app_development .txt h2 {
    font-size: 45px;
    font-weight: 200 !important;
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.app_development .txt h2 span {
    font-weight: 600;
}

.development_sec .txt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.611);
    margin-bottom: 15px;
}

.development_sec .images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.development_sec .images .img {
    margin-right: -60px;
    position: relative;
    z-index: 99;
}

/* Development End */

/* Work Start */

.work_sec {
    padding: 30px 0;
    background-color: white;
}

.work_sec .txt h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.work_sec .counter {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.work_sec div:not(:last-child) .counter::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    width: 1px;
    height: 95%;
}

.work_sec .counter .number h5 {
    font-size: 52px;
    font-weight: bold;
    /* color: #873BD0; */
    background: radial-gradient(125.95% 401.14% at -36.47% 50%, #8927B8 7%, #B936F6 39.16%, #3943EB 71.33%, #15AFF7 100%);
    background-size: 200% 100%;
    background-position: 0% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 0;
}

.work_sec .counter .txt p {
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Work End */

/* Services Start */

.services_sec {
    padding: 90px 0 190px;
    background-image: url(../../img/lpImage/service_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.services_sec .particle_one {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
    height: 96%;
}

.services_sec .particle_one img,
.services_sec .particle_two img {
    height: 100%;
    object-fit: contain;
}

.services_sec .particle_two {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 60%;
}

.services_sec .background_txt {
    position: absolute;
    bottom: -49px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: -1;
    /* opacity: 0.4; */
}

.services_sec .background_txt h4 {
    font-size: 170px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.services_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 50px;
}

.services_sec .txt h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.services_sec .txt h2 {
    color: white;
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid white;
}

/* .tab-content{
    position: relative;
}

.tab-pane {
    position: absolute;
    inset: 0;
    display: block !important;   /* Bootstrap ka display:none kill */
/* opacity: 0;
pointer-events: none;
}

*/
.services_sec .tabs_wrapper {
    margin-top: 30px;
}

.services_sec .tabs_list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.services_sec .tabs-scroll-container {
    overflow: hidden;
    flex: 1;
}

.services_sec .nav-tabs {
    border: none;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.services_sec .nav-item {
    flex-shrink: 0;
}

.services_sec .scroll-arrow {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(124, 58, 237, 0.3);
}

.services_sec .right_arrow {
    position: absolute;
    right: -31px;
    top: 7px;
}

.services_sec .scroll-arrow:hover {
    transform: scale(1.1);
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    border: 0;
}

.services_sec .scroll-arrow:disabled {
    background: transparent;
    border: 1px solid white;
    cursor: not-allowed;
}

.services_sec .scroll-arrow:disabled:hover {
    transform: scale(1);
}

.services_sec .side_img {
    margin-top: 30px;
    min-height: 355px;
    max-height: 355px;
    height: 100%;
}

.services_sec .side_img img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.services_sec .tabs_wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ffffff42;
    padding: 0;
    overflow: hidden;
}

.services_sec .tabs_wrapper ul li button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-family: "Roboto", sans-serif !important;
}

.services_sec .tabs_wrapper ul li button.active {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    color: white;
    border: inherit;
    padding: 8px 13px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.services_sec .tabs_wrapper ul li button:hover,
.services_sec .tabs_wrapper ul li button:focus {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    color: white;
    border: inherit;
}

.services_sec .tab_content .main_img {
    max-height: 355px;
    border: 1px solid #FFFFFF99;
    border-radius: 8px;
    overflow: hidden;
}

.services_sec .tab_content .main_img img {
    width: 100%;
    /* border: 1px solid #FFFFFF99;
    border-radius: 8px; */
    height: 100%;
}

.services_sec .tab_content {
    margin-top: 23px;
}

.services_sec .tab_content .icon {
    background-color: white;
    width: 80px;
    height: 80px;
    /* padding: 15px; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.services_sec .tab_content .icon img {
    max-height: 60px;
    object-fit: contain;
}

.services_sec .tab_content .txt h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
}

.services_sec .tab_content .txt p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.611);
}

/* Services End */

/* Guidance Start */

.guidance_sec {
    padding: 60px 0;
    background-image: url(../../img/lpImage/guidance_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.guidance_sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../../img/lpImage/guidance_bg_shade.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: linear-gradient(to right, white, white, transparent);
    opacity: 0.9;
    z-index: -1;
}

.guidance_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    /* margin: 0 auto; */
    padding: 10px 23px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin-bottom: 4px;
}

.guidance_sec .txt h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: 80%;
}

.guidance_sec .txt p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: black;
    opacity: 0.6;
    margin-bottom: 3px;
    width: 75%;
}

/* Guidance End */

/* Tech Star */

.tech_sec {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

.tech_sec .slide_wrapper .txt h6 {
    font-size: 60px;
    font-weight: 400;
    color: #6c6c6c;
    text-transform: uppercase;
    margin-bottom: 0;
}

.tech_sec .marquee {
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.tech_sec .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 45s linear infinite;
}

.tech_sec .slide_wrapper {
    padding: 0 40px;
    white-space: nowrap;
}

.tech_sec .img img {
    width: 100%;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Tech End */

/* Technologies Start */

.technologies_sec {
    padding: 50px 0 190px;
    /* border-top: 1px solid #4b4a4a; */
    background-image: url(../../img/lpImage/technologies_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: white;
    position: relative;
    z-index: 0;
}

.technologies_sec .banner_bg_txt {
    position: absolute;
    bottom: -49px;
    left: 150px;
    /* transform: translateX(-50%); */
    z-index: -1;
    /* opacity: 0.5; */
}

.technologies_sec .banner_bg_txt h4 {
    font-size: 210px;
    font-weight: 700;
    text-transform: uppercase;
    /* color: #000000a1; */
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.technologies_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    margin: 0 auto 10px;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}

.technologies_sec .txt h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.technologies_sec .tab_content {
    margin-top: 30px;
}

.technologies_sec .tabs_wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
    gap: 16px;
}

.technologies_sec .tabs_wrapper ul li button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.5;
    font-family: 'Tomkin', sans-serif;
    border-radius: 5px;
    height: 45px;
    width: max-content;
    padding: 0 40px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologies_sec .nav-tabs .nav-link:hover {
    border: 1px solid #000000;
}

.technologies_sec .tabs_wrapper ul li button.active {
    color: white;
    border: 1px solid white;
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    opacity: 1;
}

.technologies_sec .tab_content .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000087;
    min-height: 280px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.technologies_sec .tab_content .img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(transparent, rgba(255, 255, 255, 0.473)); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000a6 100%);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.technologies_sec .tab_content .img:hover::after {
    opacity: 0.6;
    transition: all 0.4s ease-in-out;
}

.technologies_sec .tab_content .col-lg-4:nth-child(1) .img {
    border-top: 0;
    border-left: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(2) .img {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(3) .img {
    border-top: 0;
    border-right: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(4) .img,
.technologies_sec .tab_content .col-lg-4:nth-child(5) .img,
.technologies_sec .tab_content .col-lg-4:nth-child(6) .img {
    border-top: 0;
    border-bottom: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(4) .img {
    border-left: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(5) .img {
    border-left: 0;
    border-right: 0;
}

.technologies_sec .tab_content .col-lg-4:nth-child(6) .img {
    border-right: 0;
}

.technologies_sec .tab_content .img img {
    min-height: 150px;
    max-height: 150px;
    object-fit: contain;
}

.technologies_sec .hover_content {
    margin-top: 30px;
}

.technologies_sec .content-display h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #000000d1;
}

.technologies_sec .content-display p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #000000d1;
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

.content-display {
    /* margin-top: 40px; */
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0;
    border-radius: 12px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    /* opacity: 0; */
    transform: translateY(20px);
    transition: all 0.5s ease;
    text-align: center;
}

.content-display.active {
    opacity: 1;
    transform: translateY(0);
}

/* Technologies End */

/* Industries Start */

.industries_sec {
    padding: 90px 0;
    background-image: url(../../img/lpImage/industries_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

/* .industries_sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 76%);
    z-index: -1;
} */

.industries_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    /* margin: 0 auto 10px; */
    padding: 10px 23px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}

.industries_sec .txt h2 {
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.industries_sec .txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    width: 65%;
    margin-left: auto;
    opacity: 0.9;
    padding-right: 0px;
    margin-bottom: 0;
    opacity: 0.7;
}

.industries_sec .tabs_wrapper {
    background-color: #050505;
    padding: 30px;
    border-radius: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.industries_sec .tabs_wrapper .tab-image-container {
    position: relative;
    height: 470px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.industries_sec .tab_content {
    border: 1px solid #ffffff75;
    background-color: #161616;
    border-radius: 10px;
    padding: 30px 30px 35px;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industries_sec .tab_content h3 {
    font-size: 27px;
    line-height: 29px;
    font-weight: 500;
    color: white;
    border-bottom: 1px solid white;
    width: max-content;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.industries_sec .tab_content h4 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.industries_sec .tab_content p {
    font-size: 15px;
    line-height: 26px;
    color: white;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 15px;
}

.industries_sec .tab_content ul {
    padding-left: 15px !important;
    margin-bottom: 40px;
}

.industries_sec .tab_content ul li {
    font-size: 16px;
    line-height: 30px;
    color: white;
    opacity: 0.8;
    padding-left: 5px;
}

.industries_sec .tabs_wrapper .tab-image {
    display: none;
    opacity: 0;
}

.industries_sec .tabs_wrapper .tab-image.active {
    display: block;
    opacity: 1;
    height: 100%;
    width: 100%;
}

.industries_sec .tabs_wrapper .tab-navigation {
    position: relative;
    /* padding: 30px 0; */
    margin-bottom: 0 !important;
}

.industries_sec .tabs_wrapper .tab-navigation::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: transparent;
}

/* Top line - before first circle */
.industries_sec .nav-pills .nav-link:first-child::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left: 2px dashed #fff;
}

/* Lines between circles */
.industries_sec .nav-pills .nav-link::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left: 2px dashed #fff;
}

/* Remove line after last circle */
.industries_sec .nav-pills .nav-link:last-child::after {
    display: none;
}

/* Bottom line - after last circle */
.industries_sec .nav-pills .nav-link:last-child::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-left: 2px dashed #fff;
}

.industries_sec .nav-pills {
    gap: 0;
    position: relative;
    z-index: 1;
}

.industries_sec .nav-pills .nav-link {
    background: #202020;
    border: 1px solid white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
}

.industries_sec .nav-pills .nav-link:last-child {
    margin-bottom: 0;
}

.industries_sec .nav-pills .nav-link .tab-number {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Tomkin', sans-serif;
}

.industries_sec .nav-pills .nav-link.active {
    /* background: linear-gradient(90deg, #8927B8, #B936F6, #3943EB, #15AFF7); */
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
}

.industries_sec .tab-pane {
    display: none;
}

.industries_sec .tab-pane.show.active {
    display: block;
}

/* Industries End */

/* Features Start */

.features_sec {
    padding: 90px 0 200px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.features_sec .banner_bg_txt {
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    opacity: 0.3;
}

.features_sec .banner_bg_txt h4 {
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.features_sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../../img/lpImage/features_particel1.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.features_sec::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -12%;
    height: 100%;
    width: 100%;
    background-image: url(../../img/lpImage/features_particel2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    opacity: 0.3;
}

.features_sec .features_slider {
    margin-left: 60px;
}

.features_sec .card {
    background: #1C1C1C99;
    border-top: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.features_sec .card:hover {
    background-color: white;
    transition: all 0.4s ease-in-out;
}

.features_sec .card .txt {
    width: 62%;
}

.features_sec .card .txt span {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    font-family: 'Tomkin', sans-serif;
    color: white;
}

.features_sec .card:hover .txt span,
.features_sec .card:hover .txt h3,
.features_sec .card:hover .txt p,
.features_sec .card:hover .txt h5,
.features_sec .card:hover .txt ul li {
    color: black;
    transition: all 0.4s ease-in-out;
}

.features_sec .card .txt h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.8;
    color: white;
    margin-bottom: 1px;
    transition: all 0.4s ease-in-out;
}

.features_sec .card .txt p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    color: white;
    opacity: 0.7;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.features_sec .card .txt h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.features_sec .card .txt ul {
    padding-left: 25px !important;
}

.features_sec .card .txt ul li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: white;
    opacity: 0.7;
    margin-bottom: 7px;
    transition: all 0.4s ease-in-out;
}

.features_sec .card:hover .img {
    background-color: black;
    transition: all 0.4s ease-in-out;
}

.features_sec .img {
    height: 500px;
    background-color: rgba(255, 255, 255, 0.269);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.4s ease-in-out;
}

.features_sec .img img {
    height: 100%;
}

/* Features End */

/* Ready Start */

.ready_sec {
    padding: 50px 0;
    background-image: url(../../img/lpImage/ready_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.ready_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    /* margin: 0 auto 10px; */
    padding: 10px 23px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}

.ready_sec .txt h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ready_sec .txt p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    opacity: 0.9;
    padding-right: 0px;
    margin-bottom: 21px;
}

/* Ready End */

/* Development Start */

.development_sec {
    padding: 70px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.second_dev_sec .txt h2 {
    width: 100% !important;
}

.development_sec::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -37%;
    width: 100%;
    height: 100%;
    background-image: url(../../img/lpImage/development_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.development_sec::before {
    content: '';
    position: absolute;
    right: 0;
    top: 11%;
    width: 50%;
    height: 100%;
    background-image: url(../../img/lpImage/rating_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.development_sec .txt h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin-bottom: 12px;
    width: 88%;
}

.development_sec .card {
    position: relative;
    z-index: 0;
    background-color: #191919;
    border: 0;
    box-shadow: 0px 0px 34px 0px #B936F6 inset;
    padding: 40px 30px;
    margin-bottom: 25px;
    height: 92%;
    transition: all 0.4s ease-in-out;
}

.development_sec .card:hover {
    transform: scale(1.01);
    transition: all 0.4s ease-in-out;
}

.development_sec .card .icon {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.development_sec .card:hover .icon {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
}

.development_sec .card .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.development_sec .card .number {
    position: absolute;
    right: 30px;
    top: 20px;
}

.development_sec .card .number span {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Tomkin', sans-serif;
    text-transform: uppercase;
    color: black;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.084), 1px -1px 0 rgba(255, 255, 255, 0.084), -1px 1px 0 rgba(255, 255, 255, 0.084), 1px 1px 0 rgba(255, 255, 255, 0.084);
    opacity: 0.2;
}

.development_sec .card .txt h3 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-top: 15px;
}

.development_sec .card .txt p {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
    margin-bottom: 0px;
    color: white;
}

/* Development End */

/* Awards Start */

.awards_sec {
    padding: 200px 0 0;
    position: relative;
    z-index: 0;
}

.awards_sec .banner_bg_txt {
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    /* opacity: 0.1; */
}

.awards_sec .banner_bg_txt h4 {
    font-size: 280px;
    line-height: 260px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

/* .awards_sec::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../../img/lpImage/rating_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
} */

.awards_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    /* margin: 0 auto 10px; */
    padding: 10px 23px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 11px;
}

.awards_sec .txt p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    opacity: 0.7;
    width: 88%;
    margin-bottom: 0;
    color: white;
}

.awards_sec .rating h5 {
    font-size: 170px;
    line-height: 180px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
    text-align: center;
}

.awards_sec .awards_slider {
    margin-top: 40px;
    margin-left: 60px;
}

.awards_sec .awards_slider .slide_card {
    background-color: white;
    border: 0;
    padding: 25px 20px;
    border-radius: 15px;
}

.awards_sec .awards_slider .slide_card .img {
    height: 120px;
    width: 100%;
    margin: 0 auto;
}

.awards_sec .awards_slider .slide_card .img img {
    height: 100%;
    object-fit: contain;
}

.awards_sec .awards_slider .slide_card .txt {
    margin-top: 10px;
}

.awards_sec .awards_slider .slide_card .txt h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
}

.awards_sec .awards_slider .slide_card .txt p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}

/* Awards End */

/* Faqs Start */

.faqs_sec {
    padding: 50px 0;
    background-color: white;
}

.faqs_sec .txt h6 {
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    width: max-content;
    margin: 0 auto 10px;
    padding: 10px 23px;
    border-radius: 50px;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white;
}

.faq-item {
    border-bottom: 1.3px solid #00000030;
}

.faq-item.active .faq-header {
    padding-bottom: 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}

.faq-number {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-right: 20px;
    min-width: 30px;
    font-family: 'Tomkin', sans-serif;
}

.faq-question {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 0;
    margin-top: 2px;
}

.faq-icon {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    transition: transform 0.3s ease;
    margin-left: 20px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #ffffff;
}

.faq-item.active .faq-body {
    max-height: 500px;
}

.faq-content {
    padding: 0 30px 15px 80px;
    font-size: 16px;
    line-height: 29px;
    color: black;
    opacity: 0.5;
    font-weight: 400;
}


/* Faqs End */

/* Testimonials Start */


.testimonial_sec {
    /* background: linear-gradient(180deg, #4a1e7c 0%, #1a0030 50%, #000000 100%); */
    background-image: url(../../img/lpImage/service_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.testimonial_sec .testi_wrap {
    padding-bottom: 0px;
}

.testimonial_sec::before {
    content: '';
    position: absolute;
    top: -55%;
    left: -150px;
    width: 100%;
    height: 100%;
    background-image: url(../../img/lpImage/testi_particel.png);
    border-radius: 50%;
    filter: blur(80px);
    z-index: -1;
}

.testimonial_sec .banner_bg_txt {
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    /* transform: rotate(6deg); */
}

.testimonial_sec .banner_bg_txt h4 {
    font-size: 220px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-shadow:
        -1px -1px 0 rgba(255, 255, 255, 0.084),
        1px -1px 0 rgba(255, 255, 255, 0.084),
        -1px 1px 0 rgba(255, 255, 255, 0.084),
        1px 1px 0 rgba(255, 255, 255, 0.084);
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            #8927B8 40%,
            #B936F6 50%,
            #3943EB 60%,
            #15AFF7 70%,
            transparent 80%,
            transparent 100%);
    background-size: 100% 300%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: black;
    animation: textGredSlide 3s ease-in-out 2s infinite;
}

@keyframes textGredSlide {
    0% {
        background-position: 0% 0%;
        -webkit-text-fill-color: black;
    }

    10% {
        -webkit-text-fill-color: transparent;
    }

    50% {
        background-position: 0% 100%;
        -webkit-text-fill-color: transparent;
    }

    90% {
        -webkit-text-fill-color: transparent;
    }

    100% {
        background-position: 0% 100%;
        -webkit-text-fill-color: black;
    }
}

.testimonial-slider {
    margin-left: 60px;
}

.testimonial_sec .colun {
    position: absolute;
    right: 20px;
    top: -21px;
    z-index: 1;
    /* margin-top: -50px; */
}

.testimonial_sec .testimonial-card {
    background: #1b1b1ba6;
    border: 1px solid #ffffff59;
    border-radius: 16px;
    padding: 30px 20px;
    margin: 0 6px;
    position: relative;
    /* backdrop-filter: blur(20px); */
    height: 100%;
    min-height: 310px;
}

.testimonial_sec .card-header-custom {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.testimonial_sec .profile-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: 5px;
}

.testimonial_sec .profile-info {
    flex: 1;
    margin-top: 10px;
}

.testimonial_sec .profile-info h5 {
    color: #ffffff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Tomkin', sans-serif;
}

.testimonial_sec .stars {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.badge-trustpilot {
    width: 80px;
    margin-top: 15px;

}

.badge-trustpilot img {
    width: 100%;
}

.testimonial_sec .badge-trustpilot i {
    font-size: 11px;
}

.testimonial_sec .review-badge {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.testimonial_sec .testimonial-text {
    color: white;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.6;
}

.testimonial_sec .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_sec .section-title h2 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.testimonial_sec .section-title .savtech {
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonial_sec .section-title .digital {
    color: #60a5fa;
}

.testimonial_sec .section-description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    max-width: 950px;
    margin: 0 auto 40px;
    line-height: 1.9;
    font-weight: 300;
}

.testimonial_sec .slick-dots,
.second_dev_sec .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.testimonial_sec .slick-dots li,
.second_dev_sec .slick-dots li {
    margin: 0 4px;
    list-style-type: none;
}

.testimonial_sec .slick-dots li.slick-active,
.second_dev_sec .slick-dots li.slick-active {
    border: 1px solid #4F2875;
    padding: 2px;
    height: 20px;
    margin-top: -7px;
    border-radius: 50px;
}

.testimonial_sec .slick-dots li.slick-active button,
.second_dev_sec .slick-dots li.slick-active button {
    background-color: #4F2875;
}

.testimonial_sec .slick-dots li button,
.second_dev_sec .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: white;
    color: transparent;
}

.testimonial_sec .slick-dots li button:before,
.second_dev_sec .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.25);
    font-size: 8px;
    opacity: 1;
}

.testimonial_sec .slick-dots li.slick-active button:before,
.second_dev_sec .slick-dots li.slick-active button:before {
    color: #a855f7;
    font-size: 8px;
}

.testimonial_sec .slick-prev,
.testimonial_sec .slick-next,
.second_dev_sec .slick-next,
.second_dev_sec .slick-prev {
    display: none !important;
}

.testimonial_sec .slick-list,
.second_dev_sec .slick-list {
    margin: 0 -12px;
    padding: 20px 0 !important;
}

.footer_sec {
    position: relative;
    z-index: 0;
    padding-top: 90px;
}

.footer_sec .footer_particle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 800px;
}

.footer_sec .txt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.509);
    padding-bottom: 20px;
}

.footer_sec .txt h2 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.footer_sec .txt p {
    color: white;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 0.6;
    text-align: center;
}

.footer_sec .bottom_txt {
    padding: 15px 0;
}

.footer_sec .bottom_txt p,
.footer_sec .bottom_txt a {
    font-size: 17px;
    font-weight: 400;
    color: white;
}

.footer_sec .contact_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.509);
    padding: 15px 0;
}

.footer_sec .payment_methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.509);
    padding: 15px 0;
}

.footer_sec .contact_info a {
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
}

.footer_sec .contact_info a span {
    font-weight: 300;
}

.footer_sec .logos {
    width: 35.33%;
}

.footer_sec .number {
    width: 22%;
}

/* Testimonials End */

/* Modal Start */

.modal.show .modal-dialog {
    height: 100vh;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
}

.modal .form .form_txt {
    /* background: linear-gradient(to right, #512B77, #3D1167); */
    background: linear-gradient(90deg, #8927B8 0%, #B936F6 40.16%, #3943EB 74.33%, #15AFF7 100%);
    padding: 12px 18px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 21px;
    position: relative;
    z-index: 99;
}

.modal .form .form_txt h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif !important;
}

.modal .form form {
    border: 1px solid white;
    border-radius: 12px;
    background-color: #141414;
    padding: 26px 20px 20px 20px;
}

.modal .form form input,
.modal .form form textarea {
    width: 100%;
    background-color: #d9d9d922;
    border: 1px solid white;
    border-radius: 5px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
}

.modal .form form textarea {
    height: 110px;
    padding-top: 12px;
    resize: none;
}

.modal .form form input::placeholder,
.modal .form form textarea::placeholder {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.416);
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.modal .form form input:focus,
.modal .form form textarea:focus {
    outline: 0;
}

.modal .form form button {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid white;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.modal .form form .bottom_txt p {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

.modal .form form .bottom_txt p span {
    font-weight: 600;
}

.modal-body {
    background: #000;
    padding: 0;
    position: relative;
    border-radius: 10px;
    padding: 28px;
}

.btn-close {
    position: absolute;
    right: -11px;
    top: -2px;
    z-index: 22;
    background: linear-gradient(to right, #512B77, #3D1167);
    opacity: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    border-radius: 50px;
}

.modal-content {
    background-color: transparent;
}

/* Modal End */

/* Media Query Start */

@media only screen and (min-width: 1699px) {
    .banner_sec .banner_bg_txt h4 {
        font-size: 320px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 230px;
    }

    .industries_sec .tabs_wrapper .tab-image.active {
        /* object-fit: contain; */
    }

    .industries_sec .nav-pills .nav-link {
        width: 45px;
        height: 45px;
    }

    .industries_sec .nav-pills .nav-link .tab-number {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1599px) {
    .sec_container {
        padding: 0 110px;
    }

    .features_sec .features_slide,
    .awards_sec .awards_slider,
    .testimonial-slider {
        margin-left: 110px;
    }

}


@media only screen and (max-width: 1799px) {
    .technologies_sec .banner_bg_txt h4 {
        font-size: 180px;
    }
}

@media only screen and (max-width: 1699px) {
    .banner_sec {
        padding: 140px 0 110px;
    }

    .banner_sec .banner_bg_txt {
        bottom: -50px;
    }

    .technologies_sec .banner_bg_txt {
        bottom: -36px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 170px;
    }

    /* .services_sec .background_txt,
    .features_sec .banner_bg_txt {
        left: 160px;
    } */

    .awards_sec .banner_bg_txt h4 {
        font-size: 230px;
    }
}

@media only screen and (max-width: 1599px) {
    .sec_container {
        padding: 0 60px;
    }

    .banner_sec .banner_bg_txt h4 {
        font-size: 320px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 200px;
    }

    .industries_sec .nav-pills .nav-link {
        width: 50px;
        height: 50px;
    }

    .industries_sec .nav-pills .nav-link .tab-number {
        font-size: 20px;
    }

    /* .features_sec .banner_bg_txt {
        left: 70px;
    } */

    .banner_sec .form .form_txt h3 {
        font-size: 26px;
    }

    .development_sec .txt h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .work_sec div:not(:last-child) .counter::after {
        right: -14px;
    }

    .work_sec .counter .txt p {
        font-size: 20px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 220px;
    }

    .technologies_sec .banner_bg_txt {
        position: absolute;
        bottom: -51px;
    }

    .awards_sec .banner_bg_txt h4 {
        font-size: 220px;
    }

    .testimonial_sec .testimonial-card {
        min-height: 360px;
    }

    .development_sec {
        padding: 70px 0 160px;
    }

    .services_sec .background_txt h4 {
        font-size: 150px;
    }

    .services_sec .background_txt {
        bottom: -27px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 160px;
    }

    .technologies_sec .banner_bg_txt {
        position: absolute;
        bottom: -50px;
        left: 130px;
    }

    .testimonial_sec .testimonial-card {
        min-height: 382px;
    }

    .banner_sec .txt {
        margin-top: 0px;
    }

    .banner_sec .form {
        width: 80%;
    }

    .footer_sec .contact_info a span {
        font-size: 13px;
        font-weight: 300;
    }

    .footer_sec .payment_methods .logos img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    .footer_sec .payment_methods .socials_icon img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }

    .footer_sec .payment_methods .payment_logos img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .banner_sec .logos {
        gap: 20px;
    }

    .banner_sec .logos .logo_wrapper p {
        font-size: 15px;
        line-height: 25px;
    }

    .footer_sec .logos {
        width: 29.33%;
    }
}

@media only screen and (max-width: 1499px) {
    .technologies_sec .banner_bg_txt {
        bottom: -36px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 160px;
    }

    .footer_sec .logos {
        width: 30.33%;
    }
}

@media only screen and (max-width: 1399px) {

    .banner_sec .banner_bg_txt h4 {
        font-size: 280px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 180px;
    }

    .industries_sec .tab_content {
        height: 480px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 140px;
    }
}

@media only screen and (max-width: 1299px) {

    .banner_sec .txt h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .banner_sec .txt p {
        font-size: 13px;
        line-height: 23px;
    }

    .banner_sec .form .form_txt h3 {
        font-size: 20px;
    }

    .banner_sec .form form input,
    .banner_sec .form form textarea {
        font-size: 12px;
    }

    .banner_sec .form form input,
    .banner_sec .form form textarea {
        height: 45px;
    }

    .banner_sec .banner_bg_txt h4 {
        font-size: 165px !important;
    }

    .development_sec .txt h2 {
        font-size: 42px;
        line-height: 52px;
        width: 100%;
    }

    .development_sec .txt p {
        font-size: 13px;
        line-height: 25px;
    }

    .work_sec .txt h2 {
        font-size: 35px;
        margin-bottom: 33px;
    }

    .work_sec .counter .number h5 {
        font-size: 40px;
    }

    .work_sec .counter .txt p {
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
    }

    .services_sec .txt h2 {
        font-size: 100px;
    }

    .services_sec .tabs_wrapper ul li button {
        font-size: 16px;
    }

    .services_sec .tab_content .icon {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-top: 14px;
    }

    .services_sec .tab_content .txt h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .services_sec .tab_content .txt p {
        font-size: 13px;
        line-height: 25px;
    }

    .services_sec .tab_content .main_img {
        max-height: 300px;
        min-height: 255px;
    }

    .guidance_sec .txt h2 {
        font-size: 45px;
        line-height: 55px;
        width: 90%;
    }

    .guidance_sec .txt p {
        font-size: 13px;
        line-height: 23px;
        width: 85%;
    }

    .technologies_sec .txt h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 160px;
    }

    .technologies_sec .banner_bg_txt {
        bottom: -42px;
    }

    .work_sec div:not(:last-child) .counter::after {
        content: '';
        position: absolute;
        right: 8px;
    }

    .industries_sec .txt h6 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .industries_sec .txt h2 {
        font-size: 40px;
    }

    .industries_sec .txt p {
        font-size: 13px;
        line-height: 23px;
        width: 80%;
        padding-right: 4px;
    }

    .industries_sec .tab_content {
        height: 420px;
    }

    .industries_sec .tab_content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .industries_sec .tab_content p,
    .industries_sec .tab_content ul li {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .industries_sec .tab_content ul li {
        margin-bottom: 0;
    }

    .industries_sec .tab_content ul {
        padding-left: 15px !important;
        margin-bottom: 20px;
    }

    .industries_sec .tabs_wrapper .tab-image-container {
        position: relative;
        height: 411px;
    }

    .industries_sec .tabs_wrapper {
        padding-bottom: 10px;
    }

    .industries_sec .tab_content {
        border: 1px solid #ffffff75;
        background-color: #161616;
        border-radius: 10px;
        padding: 20px 20px 25px;
    }

    .industries_sec .nav-pills .nav-link {
        width: 40px;
        height: 40px;
        margin-bottom: 25px;
    }

    .industries_sec .nav-pills .nav-link .tab-number {
        font-size: 12px;
    }

    .industries_sec .tabs_wrapper .tab-image.active {
        height: 100%;
    }

    .development_sec .card .txt h3 {
        font-size: 25px;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .testimonial_sec .profile-info h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .testimonial_sec .testimonial-text {
        font-size: 12px;
        line-height: 23px;
    }

    .services_sec .background_txt {
        position: absolute;
        bottom: -6px;
        /* left: 73px; */
        z-index: -1;
        opacity: 0.4;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 150px;
    }

    .features_slider.slick-slider {
        direction: rtl;
    }

    .features_slider .slick-slide {
        direction: ltr;
    }

    .features_sec .card .txt p {
        font-size: 13px;
        line-height: 21px;
    }

    .features_sec .card .txt {
        width: 55%;
    }

    .ready_sec .txt h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .ready_sec .txt p {
        font-size: 13px;
        line-height: 23px;
    }

    .development_sec::after {
        top: -45%;
    }

    .development_sec .card .icon img {
        width: 50px;
        height: 50px;
    }

    .development_sec .card .txt p {
        font-size: 13px;
        line-height: 25px;
    }

    .awards_sec .banner_bg_txt h4 {
        font-size: 180px;
        opacity: 1 !important;
    }

    /* .awards_sec .banner_bg_txt {
        left: 140px;
    } */

    .awards_sec .txt h6 {
        font-size: 18px;
    }

    .faqs_sec .txt h6 {
        font-size: 22px;
    }

    .footer_sec .txt h2 {
        font-size: 80px;
        line-height: 90px;
    }

    .footer_sec .txt p {
        font-size: 13px;
        line-height: 25px;

    }

    .technologies_sec .banner_bg_txt {
        bottom: -36px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 140px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner_sec .form .form_txt {
        width: 92%;
    }

    .banner_sec .form .form_txt h3 {
        font-size: 20px;
    }

    .banner_sec .banner_bg_txt h4 {
        font-size: 240px;
    }

    .development_sec .txt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .development_sec .images .img img {
        min-height: 450px;
        max-height: 450px;
        object-fit: contain;
    }

    .development_sec .images .second_img img {
        min-height: 400px;
        max-height: 400px;
        object-fit: contain;
    }

    .services_sec .txt h2 {
        font-size: 70px;
    }

    .services_sec .txt h6 {
        font-size: 16px;
    }

    .services_sec .tabs_wrapper ul li button {
        font-size: 13px;
    }

    .services_sec .right_arrow {
        right: -20px;
    }

    .services_sec .tab_content .txt h3 {
        font-size: 20px;
        line-height: 29px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 130px;
    }

    /* .services_sec .background_txt {
        left: 50px;
    } */

    .txt h6 {
        padding: 5px 18px !important;
        font-size: 15px !important;
    }

    .industries_sec .txt p {
        width: 90%;
    }

    .industries_sec .txt h2,
    .ready_sec .txt h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .development_sec .card .txt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .awards_sec .awards_slider .slide_card .txt h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-number {
        font-size: 20px;
    }

    .faq-question {
        flex: 1;
        font-size: 16px;
    }

    .testimonial_sec .profile-info h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonial_sec .testimonial-text {
        font-size: 11px;
        line-height: 20px;
    }

    .testimonial_sec .testimonial-card {
        min-height: 295px;
    }

    .footer_sec .txt h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 140px;
    }

    .work_sec div:not(:last-child) .counter::after {
        right: 15px;
    }

    .technologies_sec .banner_bg_txt {
        bottom: -36px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 120px;
    }
}

@media only screen and (max-width: 1099px) {
    .banner_sec .txt h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_sec .form .form_txt h3 {
        font-size: 18px;
    }

    .banner_sec .form form .bottom_txt p {
        font-size: 12px;
    }

    .banner_sec .form form {
        padding: 50px 15px 15px 15px;
    }

    .banner_sec .banner_bg_txt h4 {
        font-size: 180px;
    }

    .development_sec .txt h2,
    .work_sec .txt h2,
    .guidance_sec .txt h2,
    .technologies_sec .txt h2,
    .industries_sec .txt h2,
    .industries_sec .txt h2,
    .ready_sec .txt h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .development_sec .txt p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .bordered_btn a,
    .chat_btn a {
        padding: 8px 16px;
        font-size: 13px;
    }

    .work_sec .counter .txt p {
        font-size: 12px;
    }

    .work_sec div:not(:last-child) .counter::after {
        display: none;
    }

    .work_sec .counter .number h5 {
        font-size: 30px;
    }

    .services_sec .txt h2 {
        font-size: 60px;
    }

    .services_sec .tab_content .txt p {
        font-size: 12px;
        line-height: 20px;
    }

    .services_sec .tab_content .txt h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 125px;
    }

    .guidance_sec .txt p {
        font-size: 12px;
        line-height: 20px;
    }

    .technologies_sec .tabs_wrapper ul {
        gap: 10px;
        justify-content: center;
    }

    .technologies_sec .tabs_wrapper ul li button {
        font-size: 15px;
        height: 35px;
        padding: 0 25px;
    }

    .technologies_sec .tab_content .img {
        min-height: 260px;
    }

    .industries_sec .txt p {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }

    .industries_sec .tab_content {
        padding: 15px 15px 20px;
    }

    .industries_sec .tab_content p,
    .industries_sec .tab_content ul li {
        font-size: 11px;
        line-height: 19px;
        margin-bottom: 4px;
    }

    .industries_sec .tab_content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .industries_sec .tab_content h4 {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 25px;
        margin-top: 5px;
    }

    .industries_sec .tab_content ul {
        margin-bottom: 15px;
    }

    .industries_sec .tabs_wrapper .tab-image-container {
        position: relative;
        height: 365px;
    }

    .features_sec {
        padding: 50px 0 120px;
    }

    .features_sec .banner_bg_txt {
        bottom: -28px;
    }

    .development_sec .card .number span {
        font-size: 60px;
    }

    .development_sec .card {
        padding: 20px 20px;
        min-height: 230px;
        height: 100%;
    }

    .development_sec .card .icon {
        width: 50px;
        height: 50px;
    }

    .development_sec .card .icon img {
        width: 30px;
        height: 30px;
    }

    .development_sec .card .txt h3 {
        font-size: 17px;
        line-height: 26px;
        margin-top: 8px;
    }

    .development_sec .card .number {
        top: 0px;
    }

    .development_sec .card .txt p {
        font-size: 11px;
        line-height: 20px;
    }

    .testimonial_sec .testimonial-card {
        min-height: 310px;
    }

    .testimonial_sec .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    .testimonial_sec .slick-dots li.slick-active {
        height: 15px;
        margin-top: -13px;
    }

    .features_slider.slick-slider {
        direction: inherit;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 130px;
    }

    .services_sec .side_img {
        min-height: 250px;
        max-height: 300px;
    }

    .services_sec .background_txt h4,
    .features_sec .banner_bg_txt h4 {
        font-size: 115px;
    }

    .technologies_sec .banner_bg_txt h4 {
        font-size: 100px;
    }

    .industries_sec .nav-pills .nav-link {
        margin-bottom: 14px;
    }

    .industries_sec .tab_content,
    .industries_sec .tabs_wrapper .tab-image-container {
        height: 355px;
    }

    .development_sec .banner_bg_txt h4 {
        font-size: 150px;
    }

    .technologies_sec {
        padding: 50px 0 110px;
    }
}

@media only screen and (max-width: 991px) {
    .lp_header .logo {
        width: 45%;
    }

    .banner_sec .txt h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner_sec .txt {
        text-align: center;
    }

    .banner_sec .logos {
        justify-content: center;
    }

    /* .banner_sec .second_img {
        width: auto;
    } */

    .privicy-banner-sec .chat_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .btns {
        justify-content: center;
        margin-bottom: 20px;
    }

    .banner_sec .form form button {
        width: 100%;
    }

    .banner_sec .form form .bottom_txt p {
        text-align: center;
    }

    .banner_sec .banner_bg_txt h4 {
        display: none;
    }

    .banner_sec {
        padding: 140px 0 50px;
        margin-top: -100px;
    }

    .development_sec {
        padding: 50px 0;
    }

    .development_sec .txt {
        text-align: center;
    }

    .development_sec .images {
        display: none;
    }

    .work_sec .txt h2 {
        margin-bottom: 25px;
    }

    .work_sec .counter {
        text-align: center;
    }

    .services_sec .txt h2 {
        font-size: 50px;
    }

    .services_sec {
        padding: 50px 0;
    }

    .services_sec .side_img,
    .services_sec .background_txt,
    .services_sec .main_img {
        display: none;
    }

    .guidance_sec .txt {
        text-align: center;
    }

    .guidance_sec .txt h6 {
        margin: 0 auto;
    }

    .guidance_sec .txt p {
        width: 100%;
    }

    .technologies_sec .tabs_wrapper ul li button {
        font-size: 13px;
        height: 30px;
        padding: 0 20px;
    }

    .technologies_sec .tab_content .img {
        min-height: 170px;
    }

    .technologies_sec .tab_content .img img {
        min-height: 50px;
        max-height: 50px;
        object-fit: contain;
    }

    .technologies_sec .row {
        justify-content: center;
    }

    .technologies_sec .tab_content .col-lg-4 .img {
        border: 0;
    }

    .technologies_sec {
        padding: 50px 0;
    }

    .industries_sec .txt {
        text-align: center;
    }

    .industries_sec .txt h6,
    .ready_sec .txt h6 {
        margin: 0 auto;
    }

    .industries_sec .tabs_wrapper .tab-image-container {
        display: none;
    }

    .features_sec .card .txt span {
        margin-bottom: 17px;
    }

    .features_sec .card .txt p {
        margin-bottom: 10px;
    }

    .features_sec .banner_bg_txt {
        display: none;
    }

    .ready_sec .img {
        display: none;
    }

    .ready_sec .txt {
        text-align: center;
    }

    .awards_sec {
        padding: 40px 0 0;
    }

    .awards_sec .txt h6 {
        margin: 0 auto 20px;
    }

    .industries_sec .tabs_wrapper .tab-navigation {
        display: none !important;
    }

    .industries_sec .tabs_wrapper {
        padding-bottom: 30px;
    }

    .banner_sec .form {
        width: 100%;
    }

    .footer_sec .payment_methods {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer_sec .logos {
        width: auto;
    }

    .footer_sec .number {
        width: auto;
    }

    .awards_sec .banner_bg_txt h4 {
        font-size: 150px;
    }

    .development_sec .banner_bg_txt h4 {
        font-size: 100px;
        text-align: center;
    }

    .technologies_sec .banner_bg_txt {
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }

    .technologies_sec .banner_bg_txt h4 {
        text-align: center;
        font-size: 80px;
    }

    .features_sec .features_slider {
        margin-left: 30px;
    }


    .testimonial_sec .banner_bg_txt h4 {
        font-size: 150px;
    }

    .awards_sec .banner_bg_txt {
        opacity: 0.4;
    }

    .development_sec .txt p {
        width: 100%;
    }

    .second_dev_sec .card .txt {
        text-align: left;
    }

    .awards_sec .awards_slider {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 567px) {
    .sec_container {
        padding: 0 20px;
    }

    .banner_sec .txt h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .bordered_btn a,
    .chat_btn a {
        padding: 10px 10px;
        font-size: 13px;
    }

    .lp_header .number span {
        font-size: 11px;
        font-weight: 300;
    }

    .lp_header .number .icon {
        display: none;
    }

    .logo {
        width: 34%;
    }

    .banner_sec .txt p {
        font-size: 12px;
        line-height: 22px;
        font-weight: 300;
        color: white;
        opacity: 0.6;
        margin-bottom: 20px;
    }

    .banner_sec .form .form_txt h3,
    .modal .form .form_txt h3 {
        font-size: 14px;
    }

    .flex_wrap {
        flex-wrap: wrap;
    }

    .banner_sec .form form textarea,
    .modal .form form textarea {
        height: 90px;
        margin-bottom: 9px;
    }

    .banner_sec .form form input,
    .banner_sec .form form textarea,
    .modal .form form input,
    .modal .form form textarea {
        font-size: 12px;
    }

    .banner_sec .form form button,
    .modal .form form button {
        font-size: 12px;
    }

    .btn-close {
        position: absolute;
        right: 1px;
        top: 0px;
        z-index: 99999;
    }

    .brands_sec {
        padding: 10px 0;
    }

    .development_sec .txt h2,
    .work_sec .txt h2,
    .guidance_sec .txt h2,
    .technologies_sec .txt h2,
    .industries_sec .txt h2,
    .industries_sec .txt h2,
    .ready_sec .txt h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .development_sec {
        padding: 30px 0;
    }

    .work_sec .txt h2 {
        margin-bottom: 15px;
    }

    .work_sec .counter .number h5 {
        font-size: 25px;
    }

    .services_sec .txt h2 {
        font-size: 20px;
        margin-top: 8px;
    }

    .services_sec {
        padding: 30px 0;
    }

    .txt h6 {
        padding: 5px 15px !important;
        font-size: 12px !important;
    }

    .services_sec .tabs_wrapper ul li button {
        font-size: 10px;
        padding: 8px 10px;
        letter-spacing: inherit;
    }

    .services_sec .nav-tabs {
        gap: 5px;
    }

    .services_sec .tab_content .icon {
        display: none;
    }

    .services_sec .tab_content .txt h3 {
        font-size: 16px;
        line-height: 23px;
    }

    .services_sec .tab_content .txt p {
        font-size: 11px;
        line-height: 18px;
    }

    .guidance_sec .txt h2 {
        width: 100%;
        margin-top: 5px;
    }

    .guidance_sec .btns {
        margin-bottom: 0;
    }

    .tech_sec {
        padding: 10px 0;
    }

    .technologies_sec {
        padding: 30px 0;
    }

    .technologies_sec .tabs_wrapper ul li button {
        font-size: 10px;
        height: 24px;
        padding: 0 10px;
    }

    .technologies_sec .tabs_wrapper ul {
        gap: 6px;
        justify-content: start;
        overflow-x: scroll;
        padding-bottom: 15px;
        flex-wrap: inherit;
    }

    .technologies_sec .txt h2 {
        margin-bottom: 7px;
    }

    .technologies_sec .tab_content .img {
        min-height: 100%;
    }

    .technologies_sec .tab_content .img img {
        min-height: 60px;
        max-height: 60px;
        object-fit: contain;
    }

    .development_sec .banner_bg_txt,
    .technologies_sec .banner_bg_txt {
        display: none;
    }

    .industries_sec {
        padding: 30px 0;
    }

    .industries_sec .txt h2 {
        margin-top: 5px;
    }

    .industries_sec .tabs_wrapper {
        padding-bottom: 0px;
    }

    .industries_sec .nav-pills {
        gap: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: -26px;
        z-index: 9999;
    }

    .industries_sec .tabs_wrapper {
        overflow: visible;
        padding: 10px 0;
        margin-top: 12px;
        border-radius: 5px;
    }

    .industries_sec .tab_content h3 {
        font-size: 16px;
        margin: 0 auto 6px;
    }

    .industries_sec .tab_content {
        padding: 12px 12px 16px;
        text-align: center;
        min-height: 100%;
        height: 100%;
    }

    .industries_sec .tab_content h4 {
        font-size: 15px;
        margin-bottom: 3px;
        line-height: 20px;
        margin-top: 5px;
    }

    .industries_sec .nav-pills .nav-link:last-child::before {
        display: none;
    }

    .industries_sec .tab_content ul li {
        list-style: none;
    }

    .industries_sec .tab_btns {
        justify-content: center;
    }

    .features_sec .features_slider {
        margin-left: 0px;
    }

    .features_slider {
        padding: 0 20px;
    }

    .features_sec .img {
        display: none;
    }

    .features_sec .card .txt {
        width: 100%;
    }

    .features_sec .card {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid white;
    }

    .features_sec .card .txt h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .features_sec .card .txt p {
        margin-bottom: 4px;
    }

    .features_sec .card ul li {
        list-style: none;
    }

    .features_sec .card .txt p {
        font-size: 11px;
        line-height: 18px;
    }

    .ready_sec .txt h6 {
        font-size: 9px !important;
    }

    .ready_sec .txt p {
        font-size: 11px;
        line-height: 18px;
    }

    .ready_sec {
        padding: 30px 0;
    }

    .second_dev_sec.development_sec .txt,
    .second_dev_sec.development_sec .txt p {
        text-align: left;
    }

    .development_sec .txt p {
        font-size: 11px;
        line-height: 18px;
        text-align: center;
    }

    .features_sec {
        padding: 50px 0 50px;
    }

    .awards_sec .awards_slider {
        margin: 0 10px;
    }

    .faq-content {
        padding: 0 0px 15px 0px;
        font-size: 11px;
        line-height: 18px;
        margin-top: 5px;
    }

    .faq-header {
        padding: 12px 0px;
    }

    .faq-number {
        font-size: 14px;
        margin-right: 11px;
        min-width: 11px;
    }

    .faq-question {
        flex: 1;
        font-size: 12px;
    }

    .faqs_sec,
    .testimonial_sec {
        padding: 30px 0;
    }

    .testimonial-slider {
        margin-left: 0px;
    }

    .testimonial_sec .testimonial-card {
        padding: 27px 14px 1px;
    }

    .testimonial_sec .banner_bg_txt h4 {
        display: none;
    }

    .footer_sec .txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .footer_sec .txt p {
        color: white;
        font-size: 11px;
        line-height: 18px;
    }

    .footer_sec {
        padding-top: 0px;
    }

    .testimonial_sec .slick-dots {
        padding: 0;
    }

    .footer_sec .txt {
        padding-bottom: 20px;
    }

    .footer_sec .bottom_txt {
        padding: 15px 0 65px;
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 9px;
    }

    .footer_sec .bottom_txt p,
    .footer_sec .bottom_txt a {
        font-size: 12px;
        text-align: center;
    }

    .testimonial_sec {
        padding-bottom: 0;
    }

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

    .modal .form .form_txt {
        /* margin: 0 auto -24px; */
    }

    .modal .form form {
        padding: 30px 15px 15px 15px;
    }

    .services_sec .right_arrow {
        right: -7px;
        top: 5px;
    }

    .testimonial_sec .testimonial-card {
        margin: 0;
    }

    .awards_sec .txt p {
        width: 100%;
        text-align: center !important;
    }

    .testimonial_sec .testi_wrap {
        padding-bottom: 0px;
    }

    .brands_sec .slick-slide img {
        height: 70px;
        width: 70px !important;
    }

    .footer_sec .contact_info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer_sec .contact_info a span {
        font-size: 12px;
    }

    .work_sec .counter .txt p {
        font-size: 12px;
        line-height: 22px;
    }

    .work_sec {
        padding: 30px 0 10px;
    }

}

/* Media Query End */