@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
    .hero-content h2 {
        font-size: 40px;
    }

    .hero-content {
        max-width: 380px;
    }
    
    .hero_big_text{
        font-size: 260px;
        margin-bottom: -40px;
    }

    .service_card {
        width: 450px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1399px) {
    .about_stats .large_text{
        font-size: 65px;
    }

    .case_stat_div .large_text {
        font-size: 70px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .hero_big_text{
        font-size: 230px;
    }

    .text-reveal {
        font-size: 30px;
    }

    .service_card .sub_heading{
        font-size: 20px;
    }

    .custom-card-content h3 {
        max-width: 220px;
    }

    .stack_left {
        padding: 34px 34px 30px 34px;
    }

    .tag_div {
        padding: 8px 25px;
        font-size: 13px;
    }

    .stack_card .main_heading{
        font-size: 40px;
    }

    .testi_left_content .main_heading {
        font-size: 40px;
    }

    .stack_card {
        height: 420px;
    }

    .main_title{
        font-size: 40px;
    }

    .folio_device img {
        height: 255px;
    }

    .folio_card_logo {
        width: 100px;
    }

    .footer_top_sec h3 {
        font-size: 70px;
    }

    .case_stat_div .large_text {
        font-size: 60px;
    }

    .case_stat_div .p_large {
        font-size: 16px;
    }
  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
    .hero_big_text{
        font-size: 200px;
        margin-bottom: -20px;
    }

    .footer_top_sec h3 {
        font-size: 60px;
    }

    .big_marquee h2 {
        font-size: 140px;
    }

    .footer_link.main_heading {
        font-size: 45px;
    }

    .about_stats .large_text {
        font-size: 54px;
    }

    .about_stats .p_large{
        font-size: 15px;
    }

    .val_div.border_card {
        padding: 90px 22px 22px 22px;
    }

    /* .val_div.border_card .sub_heading{
        font-size: 20px;
    }  */
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .serv_testi {
        font-size: 16px !important;
    }
    
    .cursor{
        display: none;
    }

    .hero_big_text{
        font-size: 150px;
        margin-bottom: -15px;
    }

    .about_left {
        padding-right: 0px;
        border-right: none;
    }

    .values_row{
        padding-top: 0px;
    }

    .custom-card {
        width: 50vw;
    }

    .stack-wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 0px;
    }
    
    .stack_card{
        height: auto;
    }

    .stack_left {
        min-height: 280px;
    }

    .portfolio_numb {
        right: 20px;
        left: auto;
    }

    .stack_right{
        height: 500px;
    }

    .client_bg {
        min-height: 420px;
        margin-bottom: 80px;
    }

    .footer_top_sec h3 {
        font-size: 60px;
    }

    .mobile-footer-padding {
        padding-bottom: 120px !important;
    }

    .hero-section {
        height: 90svh !important; /* Stable height that ignores address bar jumps */
        min-height: 500px !important;
        position: relative;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .hero-bg, .hero_overlay {
        height: 100% !important;
        top: 0 !important;
    }

    .card-col{
        padding-left: 0px;
        padding-right: 0px;
    }

    .clients-carousel .item img,
    .clients-carousel .swiper-slide img{
        filter: grayscale(0%);
        opacity: 1;
    }

    .accordion-button {
        background-color: transparent;
        font-size: 18px;
    }

    .inner_banner {
        min-height: 275px;
    }

    .inner_title h1 {
        font-size: 46px;
    }

    .career_box {
        padding: 25px;
    }

    .career_box .sub_heading{
        font-size: 20px;
    }

    .third_heading {
        font-size: 28px;
    }

    .sec_padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .folio_device img {
        height: 280px;
    }

    .inner_banner{
        background-position: right !important;
    }

    .offcanvas_logo {
        margin-bottom: 20px !important;
    }

    .custom_offcanvas{
        height: 95dvh !important;
        border-radius: 50px 50px 0px 0px;
        background-color: #EEEEEE;
    }

    .whap_link {
        left: 20px;
    }

    .uwy.userway_p5 .userway_buttons_wrapper{
        left: 66px !important;
    }
    
    .whap_link img {
        width: 45px;
    }

    .hero-content h2 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .clients-carousel .item,
    .clients-carousel .swiper-slide {
        height: 140px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .large_text {
        font-size: 70px;
    }

    .cards-wrapper {
        margin-top: 30px !important;
    }

    .shape_bg_sec {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-content {
        left: 50px;
    }

    .service_title h1 {
        font-size: 48px;
    }
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    .stack_right {
        height: 450px;
    }

    .inner_title h1 {
        font-size: 44px;
    }

    .testi_content h6 {
        font-size: 20px;
    }

    .clients-carousel .item,
    .clients-carousel .swiper-slide {
        border-radius: 10px;
        height: 110px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    #scrollBtn {
        width: 40px;
        height: 40px;
        line-height: 54px;
        right: 10px;
        bottom: 80px;
        border-radius: 10px;
    }

    .whap_link img {
        width: 40px;
    }

    .whap_link{
        left: 10px;
        bottom: 56px;
    }

    .uwy .uai, .uwy .ulsti {
        width: 38px !important;
        height: 38px !important;
    }

    .uwy.userway_p5 .userway_buttons_wrapper {
        left: 17px !important;
        bottom: 12px !important;
    }

    .cards-wrapper {
        padding: 0px 20px 0px 20px !important;
    }

    .hero_big_text {
        font-size: 110px;
    }

    .custom-card {
        width: 65vw;
    }

    .stack_card .main_heading {
        font-size: 34px;
    }

    .hero-content {
        left: 30px;
    }

    .big_marquee h2 {
        font-size: 98px;
    }

    .menu-nav a{
        font-size: 30px !important;
    }

    .mob-submenu-toggle::after{
        font-size: 2.3rem !important;
    }

    .mobile-submenu li a {
        font-size: 20px !important;
        padding: 0px 0 !important;
        margin-top: 15px;
    }

    .main_title {
        font-size: 38px;
    }

    .testi_div img {
        height: 100px;
    }

    .service_title h1 {
        font-size: 44px;
    }

    p {
        font-size: 15px;
    }

    .custom_ul li {
        font-size: 15px;
    }

    .stack_left {
        min-height: 250px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.custom-card {
        width: 80vw;
    }

    /* Base styles for mobile/native scroll */
    html, body {
        overflow-x: hidden;
        height: auto;
    }

    #smooth-wrapper {
        position: relative; 
        width: 100%;
    }

    .mobile-footer-padding {
        padding-bottom: 120px !important;
    }

    .hero_big_text {
        font-size: 90px;
        margin-bottom: -6px;
    }

    .hero-content {
        max-width: 330px;
    }

    .shape_bg_sec{
        border-radius: 30px;
    }

    .grey_bg{
        border-radius: 30px;
    }

    .footer_top_sec {
        border-radius: 30px 30px 0px 0px;
    }

    .values_con{
        padding-left: 0px;
        padding-right: 0px;
    }

    .icon_large {
        height: 45px;
        width: 45px;
    }

    .stack_right {
        height: 375px;
    }

    .client_bg {
        margin-bottom: 30px;
    }

    .stack_card .main_heading {
        font-size: 30px;
    }

    .footer_top_sec h3 {
        font-size: 50px;
    }

    .footer_link.main_heading {
        font-size: 34px;
    }

    .hero-section{
        height: 85vh !important;
    }

    .case_stat_div {
        padding: 60px 20px 20px 20px;
    }

    .case_stat_div .large_text {
        font-size: 44px;
    }

    .marquee h2 {
        padding: 0 18px;
        font-size: 20px;
    }

}

@media only screen and (max-width : 460px) {
	.scale-image {
        border-radius: 20px;
    }

    .inner_title h1 {
        font-size: 40px;
    }

    .folio_device img {
        height: 240px;
    }

    .folio_card_logo {
        width: 90px;
    }

    .folio_img_div{
        padding: 15px;
    }

    .custom_tabs .nav-link {
        font-size: 15px;
        padding: 6px 10px;
    }

    .offcanvas_logo img {
        height: 90px;
    }

    .custom_offcanvas .third_heading {
        font-size: 24px;
    }

    .app_links img {
        height: 40px;
    }

    .service_title h1 {
        font-size: 38px;
    }

    .brand_logo img {
        height: 36px;
    }

    .hero-content h2 {
        font-size: 34px;
    }

    .clients-carousel .item,
    .clients-carousel .swiper-slide {
        border: none;
        padding: 0px;
    }

    .clients-carousel .item,
    .clients-carousel .swiper-slide {
        height: 90px;
    }

    .shape_bg_sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_title {
        font-size: 34px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    .custom-card {
        width: 90vw;
    }

    .hero-content {
        max-width: 320px;
    }

    .hero-content h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .hero_big_text {
        font-size: 75px;
    }

    .main_title {
        font-size: 36px;
    }

    .stack_left {
        padding: 24px 24px 20px 24px;
    }

    .stack_right {
        height: 300px;
    }

    .card-col {
        padding-bottom: 30px;
    }

    .footer_logo {
        height: 50px;
    }

    .testi_div {
        padding: 40px;
    }

    .footer_top_sec {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .big_marquee h2 {
        font-size: 80px;
    }

    .footer_top_sec h3 {
        font-size: 40px;
    }

    .polygon_shape {
        height: 300px;
    }

    .text-reveal {
        font-size: 28px;
    }

    .about_stats .large_text {
        font-size: 46px;
    }

    .inner_title h1 {
        font-size: 38px;
    }

    .contact_info_links .third_heading {
        font-size: 24px;
    }

    .folio_device img {
        height: 186px;
    }

    .folio_card .sub_heading {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    .offcanvas_logo img {
        height: 80px;
    }

    .inner_banner {
        min-height: 250px;
    }

    .category_tag {
        font-size: 12px;
    }
	
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .hero-content {
        max-width: 300px;
    }

}


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



}

@media only screen and (max-width: 1024px) and (min-width: 481px) {
    ::-webkit-scrollbar {
        background: transparent;
        height: 0px;
        width: 0px;
      }
      ::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 2px;
      }
      
      ::-webkit-scrollbar-thumb:hover {
        background: transparent; 
      }
}