
*{
    margin: 0;
    padding: 0;
}

.services_top_section1{
    width:100%;
}
.services_top_section2{
    height: 400px !important;
    width: 100%;
}
.services_top_section3 .services_top_section4, .we_start_sec, .contact_us, .ready_to_start,.selected_cases,.off_on_site_sec,.serv_last_sec{
        display: flex;
        flex-direction: column;   
        padding-bottom:22px;   
        width: 100%;
}

a,a:hover{
    text-decoration: none;
}
.bg_color_white{
    width:100% !important;
    background-color: rgb(252, 251, 251);
    margin: 0 !important;
    padding-bottom: 30px;
    padding-top: 30px;
}
.bg_color2{
    background-color:#f6f6f6 !important;
    margin: 0 !important;
    width: 100% !important;
    padding-bottom: 30px;
    padding-top: 30px;
}

.ui_ux_bg_image{
    background-image: url(../images/ui_ux_design/uiux_bg.webp);
    background-repeat: no-repeat;
    background-size:cover !important;
    background-attachment: fixed;
}
.ui_ux_top_section .text_bg{
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: rgba(0,0,0,.4);
    padding: 3px 15px 3px;
    line-height: 45px;
    color: #ebe7e7;
}

.ui_ux_top_section .text_bg_p{
  line-height: 30px;
}
.theme_bg{
    background:linear-gradient(310deg, rgb(20, 23, 39), rgb(58, 65, 111));
}

.col-md-6 img,.bg_color_img img{
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    display: block;   /* Remove any default inline spacing */
    margin: 0 auto;   /* Center the image within the column, optional */
 }
 .bg_color_img{
    background-image: url(../images/ui_ux_design/color_bg.webp);
    background-repeat: no-repeat;
    background-position: cover;
    background-attachment: fixed;
 }
 /* -----------owl bg------------------------ */
 .owl-theme .owl-nav{
  display: none;
 }
 .owl_bg1{
    background-color: rgb(190, 228, 230);
    padding: 40px 0;
    min-height: 100vh;
 }
 .owl_bg2{
    background-color: #000000;
    height: auto;
    padding: 40px 0;
    min-height: 100vh;
 }

/* ----------------------------------bg_img_path------ */
.bg_img_path{
    background-image: url(../images/ui_ux_design/ui_us_path.svg);
    background-repeat: no-repeat;
    background-position: cover;
   width: 100%;
   height: auto;
   background-color: #f6f6f6;
}
/* ----------------selected cases sec------------------------- */
.selected_cases .container .owl-carousel .item a{
    position: relative;
    overflow: hidden;
}
.selected_cases .container .owl-carousel-item a {
    display: block;
}
.selected_cases .container .owl-carousel .item .flag_icon{
    background-image: url(../images/flags/gb.svg);
    background-size: cover;
    height: 30px;
    width: 30px;
    background-position: center;
    border-radius: 60%;
}

.selected_cases .container .owl-carousel .item a img {
    transition: transform 0.10s ease-in-out;
}

.selected_cases .container .owl-carousel .item:hover a img {
    transform: scale(1.2) rotate(5deg);
}

.owl-theme .owl-nav{
    display: none;
}

/* -----------why us--------------------------------- */
.why_us .col-md-4{
    height: auto;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px auto !important;
}
.why_us .container .row .col-md-4 i{
    font-size: 24px;
}
/* * ------------tech stach---------- */
.tech_stack i{
    font-size: 60px !important;
}
.tech_stack i:hover{
    font-size: 60px !important;
    color: #17c1e8;
    transition: 1s;
    cursor:pointer;
  }

.tech_stack_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px 2px;
}
/* ----------------------- carrousel How project made solution-------------------------------------- */
.solution_top_section4{
    display: flex;
    flex-direction: column;   
    padding-bottom:20px;   
}
.solution_top_section4 .sol_logo{
    height: auto;
    width: auto;
    max-height: 60px;
    max-width: 179px;
    margin: auto auto 0;
}
.solution_top_section4 .sol_logo1{
    height: 60px;
    width: 70px;
    margin: auto auto 0;
}
.solution_top_section4 .sol_video .playicon{
    font-size: 60px;
    position: relative;
    top: 34%;
    left: 48%;
}
.solution_top_section4 .card{
    border: none;
    overflow: hidden;
}

.solution_top_section4 .sol_video {
    max-width: 465px;
    width: 100%;
    aspect-ratio: 465/290;
    background-size: cover;
    transition: transform 0.3s ease;
    transform-origin: center center; 
    position: relative;
    overflow-y: hidden;
}

.solution_top_section4 .sol_video:hover {
    transform: scale(1.1);
}
.solution_top_section4 .quote{
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.5em;
}
.solution_top_section4 blockquote::before {
    content:  "🙷";
    color:#a8a8a8;
    font-size: xx-large !important;
    padding:3px;
}

.solution_top_section4 blockquote::after {
    content:  "🙷";
    color:#a8a8a8;
    font-size: xx-large !important;
    padding-left: 2px !important;
}

@media only screen and (max-width: 900px) {
    .bg_img_path{
        background-image: none;
    }

}