/* ###########################################
######### Done by Mohamed Elshamhout #########
############# Start 20/8/2023 ################
############################################## */
@font-face {
    font-family: myFont;
    src: url(../fonts/EuclidCircular-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: myFont;
    src: url(../fonts/EuclidCircular-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: myFont;
    src: url(../fonts/EuclidCircular-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: myFont;
    src: url(../fonts/EuclidCircular-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: myFont;
    src: url(../fonts/EuclidCircular-bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: arFont;
    src: url(../fonts/Alexandria-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: arFont;
    src: url(../fonts/Alexandria-SemiBold.ttf);
    font-weight: 600;
}

:root,
[data-theme=light] {
    --blue: #73CDFF;
    --white: #ffffff;
    --black: #000000;
    --gray: #6c757d;
    --gray-dark: #343434;
    --gray-new-dark: #545F71;
    --gray-light: #BDC7D8;
    --gray-new: #94A3B8;
    --lego-gray: #fbfbfb;
    --lego-color-1: #FF7BD2;
    --lego-color-2: #B5FF7B;
    --lego-color-3: #7BCFFF;
    --lego-color-4: #FFE27B;

    --primary: #0099ff;
    --primary-light: #73c3f8;
    --secondary: #015a95;
    --secondary-dark: #013668;
    --tertiary: #FF6A4F;
    --success: #198754;
    --info: #17a2b8;
    --warning: #FFDF0D;
    --danger: #f36e6e;
    --light: #F9F9F9;
    --light-sec: #F9F7FF;
    --appItemColor: #F0F0F0;
    --dark: #181818;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-ratio: .85;
    --container-padding: calc(4.17vw + 20px);

}




.bg-primary,
.btn.bg-primary {
    background-color: var(--primary) !important;
}

.btn.bg-primary:hover,
.btn.bg-primary:focus {
    background-color: var(--secondary) !important;
}

html {
    font-size: 16px;
}

body {
    font-weight: 400;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    align-items: stretch;
    overflow-x: hidden;
    background-color: var(--dark);
    padding: 0 !important;
}

body.modal-open {
    padding: 0 !important;
    overflow-y: scroll;
}

body::-webkit-scrollbar,
.scrolling::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.tabs::-webkit-scrollbar,
.xScrolling::-webkit-scrollbar {
    height: 5px;
}

body::-webkit-scrollbar-track,
.scrolling::-webkit-scrollbar-track,
.tabs::-webkit-scrollbar-track,
.xScrolling::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb,
.scrolling::-webkit-scrollbar-thumb,
.tabs::-webkit-scrollbar-thumb,
.xScrolling::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 5px;
}



body * {
    font-family: myFont;
}

img {
    max-width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.container {
    max-width: 83.33vw;
}




.btn {
    line-height: normal;
    height: 4vw;
    min-height: 45px;
    transition: ease all 1s;
    font-size: calc((14px + .5vw) * var(--font-ratio));
    box-shadow: none !important;
}

.btn:hover {
    transform: scale(.95);
    transition: ease all 1s;
}

.aiBtn {
    background: var(--primary);
    /* background: -moz-linear-gradient(160deg, var(--primary) 0%, #80dded 100%); */
    /* background: -webkit-linear-gradient(160deg, var(--primary) 0%, #04fffb 100%);*/
    /* background: linear-gradient(160deg, var(--primary) 20%, #46fffc 100%); */
    border-radius: 8px;
    min-height: 0;
    height: 38px;
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    font-size: calc((12px + .25vw) * var(--font-ratio));
    font-weight: 500;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}



.aiBtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-inline-start: 8px;
    /* display: none; */
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: var(--primary);
    color: var(--white) !important;
}

.dropdown-toggle {
    padding-inline-end: 16px !important;
}

.dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg) skew(-2deg, -2deg);
}

.row {
    margin: 0px;

}

h1 {
    font-size: calc((20px + 4.16vw) * var(--font-ratio));
    font-weight: bold;
    line-height: 108%;
    color: var(--dark);
}

h1 span,
.h3 span,
h2.title span {
    color: var(--primary);
}

h2.title {
    font-size: calc((18px + 2.25vw) * var(--font-ratio));
    color: var(--dark);
    font-weight: bold;
    line-height: calc((18px + 2.25vw) * var(--font-ratio));
}

.shadow {
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.14) !important;
}

.loading span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary);
    margin: 0px 2px;
    /* animation: loading1 1.5s infinite ease-in-out; */

}

.loading span:first-of-type {
    background-color: #5DCEFE;
    /* animation: loading2 1.5s infinite ease-in-out; */
}

.loading span:last-of-type {
    background-color: #F64F59;
    /* animation: loading3 1.5s infinite ease-in-out; */
}

/* animation: loading 1.4s infinite ease-in-out;
  } */

/* @keyframes loading1 {

    0%,
    100% {
        transform: scale(0);
    }

    50%,
    25% {
        transform: scale(1);
    }
} */

/* @keyframes loading2 {

    0%,
    100% {
        transform: scale(1);
    }

    50%,
    25% {
        transform: scale(0);
    }
}

@keyframes loading3 {

    0%,
    25% {
        transform: scale(1);
    }

    50%,
    100% {
        transform: scale(0);
    }
} */

/* Start navbar style */
.navbar {
    margin: 0px 0px 25px !important;
    background-color: var(--dark);
    align-items: center;
    padding: 10px 0px !important;
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease-in;
    position: fixed !important;
}

.navbar.sticky-top.hide {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 1s ease-out;
}


.navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
}

.navbar .navbar-brand img {
    width: 10vw;
    height: 3.25vw;
    min-width: 80px;
    min-height: 35px;
    object-fit: contain;
}

.navbar-nav {
    margin: 0px auto;
    padding: 10px;
}



.navbar .nav-link,
.loginBtn {
    font-size: calc((15px + .28vw) * var(--font-ratio));
    line-height: normal;
    padding: 10px calc((10px + 1vw)/2);
    color: #b5b5b5;
    transition: ease-in-out all .5s;
}



.navbar .navbar-nav .nav-link.active {
    color: var(--white);

}

.navbar .navbar-nav .nav-link:hover,
.loginBtn:hover {
    color: var(--primary);
    transform: scale(.9);
    transition: ease-in-out all .5s;
}

.loginBtn {
    height: 38px;
    line-height: 38px;
    min-height: 0px;
    border-radius: 8px;
    margin: 0px 15px;
    padding: 0px 12px;
}

.navbar-nav .dropdown-toggle {
    background-color: transparent !important;
    color: var(--dark) !important;
}


.logedBtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--lego-color-4);
    border-radius: 25px;
    margin: 0px 10px;
}

.logedBtn .dropdown-toggle {
    color: var(--dark);
    font-size: 13px;
    font-weight: 500;
    padding: 0px !important;
}

.logedBtn .dropdown-menu {
    margin: 0px;
    top: 99%;
    min-width: 0px;
    right: 0;
    left: auto;
}

.logedBtn .dropdown-toggle::after {
    content: none;
}

.logedBtn .dropdown-item {
    font-size: 12px;
    font-weight: 500;
}

/* End navbar style */

/* Start intro style  */
.intro {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    /* display: flex;
    align-items: center;
    justify-content: center; */




    /* background-color: var(--dark); */
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/structures.png);
    background-position: 0% 0%;
    background-attachment: fixed;
    background-size: contain;
    /* background-repeat: repeat-x; */
    animation: backgroundWaking 20s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;



}

.intro .content {
    width: 85%;
    margin: auto auto 2vh;
    padding: calc(20px + 2vw) 0;
    text-align: center;

}



.intro::before,
.revolutionary::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    /* background-image: url(../images/blur.png);
    background-size: 125%;
    background-repeat: no-repeat; */
    width: 100%;
    background: rgba(29, 26, 40, .6);


}



.intro img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.intro h1 {
    margin-bottom: calc(20px + 1vw);
    font-size: calc((20px + 5vw) * var(--font-ratio));
    color: var(--light);
}



.intro .h3 {
    --font-ratio: .85;
    font-size: calc((12px + 1.3vw) * var(--font-ratio));
    font-weight: 500;
    color: var(--light);
}

/* .intro .container {
    position: relative;
    z-index: 1;
} */

.introForm {
    position: relative;
    width: 500px;
    max-width: 90%;
    padding: 6px;
    border-radius: 25px;
    margin: 5% auto 0;
    background-color: #ffffff30;

}

.introForm .row {
    border-radius: 20px;
    background-color: var(--light);
    padding: 10px;
}

/* .introForm .btn {
    height: 35px;
    border-radius: 10px;
    font-size: calc((12px + .4vw) * var(--font-ratio));

} */

.introForm input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border: none !important;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}

#clientsCount {
    width: 170px;
    display: inline-block;
    text-align: right;
}

/* Typewriter effect 1 */
@keyframes typing {

    0.0000%,
    97.5% {
        content: "";
    }

    2.5%,
    95% {
        content: "a";
    }

    5%,
    92.5% {
        content: "a ";
    }

    7.5%,
    90% {
        content: "a m";
    }

    10%,
    87.5% {
        content: "a mo";
    }

    12.5%,
    85% {
        content: "a mob";
    }

    15%,
    82.5% {
        content: "a mobi";
    }

    17.5%,
    80% {
        content: "a mobil";
    }

    20%,
    77.5% {
        content: "a mobile";
    }

    22.5%,
    75% {
        content: "a mobile ";
    }

    25%,
    72.5% {
        content: "a mobile a";
    }

    27.5%,
    70% {
        content: "a mobile ap";
    }

    30%,
    67.5% {
        content: "a mobile app";
    }

    32.5%,
    65% {
        content: "a mobile app ";
    }

    35%,
    62.5% {
        content: "a mobile app f";
    }

    37.5%,
    60% {
        content: "a mobile app fo";
    }

    40%,
    57.5% {
        content: "a mobile app for";
    }

    42.5%,
    55% {
        content: "a mobile app for.";
    }

    45%,
    52.5% {
        content: "a mobile app for..";
    }

    47.5%,
    50% {
        content: "a mobile app for.. ";
    }




}


.introForm .placeholder {
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 10px;
    /* background-color: #f00; */
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin: auto;
    font-size: calc((12px + .25vw) * var(--font-ratio));

}

.introForm input {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.introForm input:focus {
    /* CSS styles for the focused input */
    border: 2px solid blue;
    outline: none;
    background-color: var(--light);
    /* Remove the default outline */
}



.typewriter {
    --caret: currentcolor;
}

.typewriter::before {
    content: "";
    animation: typing 7s infinite;
}

.typewriter::after {
    content: "";
    border-right: 1px solid var(--caret);
    animation: blink 0.5s linear infinite;
}



/* loginModal */
.modal.show .modal-dialog {
    margin: 20px auto;
}

.loginModal .modal-dialog {
    width: 450px;
    max-width: 80Vw;
}

.loginModal .modal-body {
    text-align: center;
    padding: 15px 25px;
    width: 100%;
    margin: auto;
}

.loginModal .hybappsIcon {
    min-width: 65px;
    width: 5vw;
}

.loginModal h4 {
    font-size: calc((14px + 1vw) * var(--font-ratio));
    margin: 25px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginModal h4 img {
    margin: 0px 10px;
}

.loginModal .btn {
    margin-top: 16px;
}

.loginModal .myForm .form-control {
    /* border-color: var(--gray); */
    border: none;
    background-color: var(--light);
    border-radius: 8px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.loginModal .myForm .form-control:focus {
    box-shadow: none;
    transition: all ease .5s;
    transform: scale(1);
    background-color: var(--white);
    border: 1px solid var(--primary);

}

.loginModal .myForm .btn {
    margin-bottom: 1.5vw;
}

.loginModal .normalText {
    color: var(--gray);
    font-size: calc((10px + .4vw) * var(--font-ratio));


}

.verifyModal h4 {
    margin-bottom: 10px;
}

.verifyModal .sendShape {
    position: absolute;
    top: -10px;
    left: 30%;
    margin: auto;
    height: 9vw;
}

.verifyModal .normalText {
    margin-bottom: calc(2vw + 15px);
}

.verifyModal h4 {
    margin-top: calc(11vw - 70px);
    font-size: calc((12px + .65vw) * var(--font-ratio));

}

.registerModal .myForm {
    margin-top: calc(10px + 1vw);
}

.registerModal .myForm .col {
    padding: 5px;
}

.registerModal .myForm .btn {
    margin-bottom: 15px;
}

.registerModal .form-check {
    padding: 5px 20px 5px 30px;
    text-align: left;
}

.registerModal .myForm label {
    color: var(--gray);
}

input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px;
}

.form-check-input {
    margin-left: -30px;
}

/* End intro style  */

/* Start revolutionary style  */
/* Typewriter effect 1 */
@keyframes backgroundWaking {

    0% {
        background-position: 0% 0%;
    }


    100% {
        background-position: 100% 0%;
    }

    /* 100% {
        background-position: 0% 0%;
    } */

}

.revolutionary {
    position: relative;
    background-color: var(--dark);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/structures.png);
    background-position: 0% 0%;
    background-attachment: fixed;
    background-size: contain;
    /* background-repeat: repeat-x; */
    animation: backgroundWaking 20s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.revolutionary p {
    color: var(--light);
    font-size: calc((12px + 1vw) * var(--font-ratio));
    font-weight: 500;
    margin: 0px;
    text-align: center;

}

.revolutionary .inner {
    padding: 30px 22px;
    background: rgba(29, 26, 36, 0.8);
    display: inline-block;
    border-radius: 22px;
    position: relative;
}

.revolutionary p span {
    color: var(--primary);
}

/* End revolutionary style  */

/* Start Lego Style   */
.lego {
    /* background-image: url(../images/lego.png);
    background-position: center center;
    background-size: contain; */
    background-color: var(--lego-gray);
    padding: var(--container-padding) 0px;
}

.legoWord {
    display: inline-flex;
}

.legoWord span {
    color: var(--lego-color-1);
}

.legoWord span:nth-child(2) {
    color: var(--lego-color-2);
}

.legoWord span:nth-child(3) {
    color: var(--lego-color-3);
}

.legoWord span:nth-child(4) {
    color: var(--lego-color-4);
}

.lego h1 {
    padding-inline-start: calc(20px + 2vw);
    color: var(--secondary-dark);
}

.lego .h3 {
    font-size: calc((17px + 1.1vw) * var(--font-ratio));
    font-weight: 500;
    color: var(--dark);
    line-height: 147%;
}

.lego .h3 span {
    color: var(--primary);
}

.aniLego {
    margin-top: var(--container-padding);
}

.aniLego img {
    width: 100%;

}

.lego .textLoading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.lego p {
    margin: 0px;
    margin-inline-end: 10px;
    font-size: calc((12px + .28vw) * var(--font-ratio));
}

/* End Lego Style   */

/* Start opposite Style  */
.opposite {

    padding: calc(10px + 3vw) calc(14px + 3.47vw);
    background-image: url(../images/img2.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% 100%;
    min-height: 100vh;
    background-attachment: fixed;
}

.opposite h1 {
    font-size: calc((15px + 2.8vw)* var(--font-ratio));
    max-width: 60%;
    line-height: 120%;
    color: var(--light);
}

.opposite p {
    width: 44.4%;
    font-size: calc((15px + 1vw) * var(--font-ratio));
    font-weight: 200;
    line-height: 127%;
    margin-top: calc(20px + 1vw);
    color: var(--light);

}

.profile-data .btn img {
    width: 25px !important;
}

/* End opposite Style  */


/* Start howWork Style  */

.workSteps {
    padding: var(--container-padding) 0 0;
    background-color: var(--dark);
}

.smallTitle {
    color: var(--gray);
    font-size: calc((16px + .7vw) * var(--font-ratio));
    margin: 0px 0px calc(10px + 1vw);
}

.tabs {
    border: 2px solid var(--gray-light);
    border-radius: 10px;
    padding: 8px;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: calc(20px + 2vw);
}

.tabs .btn {
    padding: 5px 12px;
    min-height: 0px;
    height: auto;
    margin: 4px;
    color: var(--gray);
    font-weight: 600;
    font-size: calc((14px + .28vw) * var(--font-ratio));
}

.tabs .btn img {
    margin-inline-start: 5px;
    width: calc(22px + 1vw);

}

.tabs .btn img:last-of-type {
    display: none;
}

.tabs .btn.active {
    border-radius: 10px;
    background-color: var(--dark);
    color: var(--white);
}

.tabs .btn.active img:first-of-type {
    display: none;
}

.tabs .btn.active img:last-of-type {
    display: inline-block;
}

.step {
    position: relative;
}

.step .number {
    display: inline-block;
    position: absolute;
    left: -4.25vw;
    top: calc(15px + 1.5vw);
}

.step .number span {
    font-size: calc((12px + .56vw) * var(--font-ratio));
    color: var(--light-sec);
    font-weight: bold;
    position: relative;
}

.step .number span:after {
    content: '';
    width: 2px;
    height: 60px;
    background-color: var(--gray-light);
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 34px;

}

.step h2 {
    font-weight: bold;
    font-size: calc((20px + 1.4vw) * var(--font-ratio));
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    margin-bottom: calc(10px + 1vw);
}

.step h2 img {
    margin-inline-start: 10px;
}

.step p {
    width: 52vw;
    max-width: 100%;
    padding-inline-start: calc(20px + 3.5vw);
    font-size: calc((17px + .5vw) * var(--font-ratio));
    margin: 0px;
    color: var(--light);
}

#howItWorks.workSteps:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25%;
    right: 0px;
    margin: auto;
    /* top: 0px; */
    height: 100%;
    background-image: url(../images/blur.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#howItWorks.workSteps {
    position: relative;
}

#howItWorks.workSteps .container {
    position: relative;
    z-index: 1;
}

.workSteps .expertImg {
    width: 100%;
    display: block;
    max-width: 80%;
    margin: auto;
    margin-top: calc(20px + 2vw);
    max-height: 85vh;
    object-fit: contain;
    /* border-radius: 20px 20px 0px 0px; */
}


.customizeSolution {
    background-color: var(--dark);
}

.customizeSolution h2 {
    color: var(--primary);
}

.customizeSolution p,
.customizeSolution .number span {
    color: var(--light);
}



.workSteps .titleBtn {
    display: flex;
    align-items: center;
    margin-top: var(--container-padding);
}

.workSteps .titleBtn .h3 {
    font-size: calc((18px + 1vw) * var(--font-ratio));
    font-weight: 600;
    color: var(--light);

}

.workSteps .titleBtn .h3 span {
    font-weight: 500;
    /* color: var(--light); */
}

.workSteps .titleBtn .btn {
    padding: 10px calc(20px + 2vw);
    min-height: 0px;
    height: auto;
    color: var(--white);
    background-color: var(--primary);
    margin-inline-start: 5vw;
    border-radius: 10px;
    font-size: calc((14px + 1vw) * var(--font-ratio));
    font-weight: 500;
}

/* End howWork Style  */

/* Start ourClients style   */
.ourClients {
    background: var(--dark);
    /* background: linear-gradient(315deg, var(--secondary-dark) 0%, var(--primary-light) 80%);
    background: -moz-linear-gradient(315deg, var(--secondary-dark) 0%, var(--primary-light) 80%);
    background: -webkit-linear-gradient(315deg, var(--secondary-dark) 0%, var(--primary-light) 80%); */
    padding: var(--container-padding) 0;
}

.ourClients .smallLogo {
    margin: 0 var(--container-padding);
    width: calc(15px + 2vw);
}

.ourClients .brand {

    margin: 0px auto;
    text-align: center;

}

.ourClients .brand img {

    width: 44.4vw;
    min-width: 200px;
    max-width: 90%;

}

.ourClients .brand p {
    color: var(--warning);
    margin: 0px;
    font-size: calc((18px + 1.25vw) * var(--font-ratio));
    font-weight: 500;
    line-height: normal;
}

.ourClients .brand p span {
    font-weight: bold;
}

/* .ourClients .thumbnailRow {
    width: 88%;
    margin: var(--container-padding) auto;
} */

/* .ourClients .thumbnailRow img {
    width: 18.6vw;
    height: 14.6vw;
    min-width: 100px;
    min-height: 80px;
    object-fit: contain;
} */
.ourClients .content {
    width: 60vw;
    min-width: 300;
    max-width: 100%;

    margin: calc(30px + 2vw) auto;
}

.ourClients .content h4 {
    font-size: calc((20px + 2vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--primary);
    margin-bottom: calc(15px + .6vw);
    text-align: center;
}

.ourClients .content p {
    margin: 0px;
    color: var(--white);
    font-size: calc((16px + 1.2vw) * var(--font-ratio));

    text-align: center;
}

.clients {
    text-align: center;
    /* width: 58.33vw; */
    margin: auto;
}

.clients .title {
    color: var(--white);
    font-size: calc((14px + 1vw) * var(--font-ratio));
    margin-bottom: calc(10px + .5vw);
}

.clients h3 {
    font-size: calc((18px + 2.5vw) * var(--font-ratio));
    color: var(--primary);
    font-weight: 500;
    line-height: calc((20px + 3vw) * var(--font-ratio));
    padding-inline-end: 170px;
}

.clients h3 span {
    color: var(--white);
}

.ourClients .myContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* animateScroll  */
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

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

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

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

/* change direction of scroll  */
@keyframes scrollRTL {
    0% {
        transform: translateX(-100%);
    }

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

@keyframes scroll2RTL {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

.animateScroll {
    margin-top: calc(20px + 2vw);
    position: relative;
    display: flex;
    width: 800px;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent)
}

.animateScroll div {
    white-space: nowrap;
    animation: scroll var(--time) linear infinite;
    animation-delay: calc(var(--time)*-1);

}

.animateScroll div:nth-child(2) {
    animation: scroll2 var(--time) linear infinite;
    animation-delay: calc(var(--time)/-2);
}


.animateScroll div span {
    display: inline-flex;
    margin: 10px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}


.animateScroll div a {
    transition: background .8s ease;
    cursor: pointer;
}

.animateScroll div a:hover {
    background: var(--primary);
    transition: background .8s ease;
    cursor: pointer;
}

.animateScroll.imgBox div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.animateScroll.imgBox a {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0px 10px;
}

.animateScroll.imgBox img {
    max-width: 150px;
    height: 38px;
    object-fit: contain;
    scale: 0.8;
}

/* End ourClients style   */


/* start What are they say Style  */
.whatSay {
    padding: var(--container-padding) 0;
}

.whatSay h2,
.whatSay .normalText {
    color: var(--white);
}

.whatSay .smallTitle {
    margin-bottom: 10px;
}

#whatSayOwl {
    margin-top: calc(30px + 2vw);
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

/* #whatSayOwl .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
} */

#whatSayOwl .owl-nav button {
    margin: 20px 25px;
}

#whatSayOwl .owl-stage {
    display: flex;
    align-items: center;
}

#whatSayOwl .item {
    padding: 20px;
    background-color: #334155;
    border: 1px solid #475569;
    border-radius: 18px;
}

#whatSayOwl .company {
    display: flex;
    align-items: center;
}

#whatSayOwl .company img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-inline-end: 10px;

}

#whatSayOwl .company p {
    font-size: calc((12px + .5vw) * var(--font-ratio));
    color: var(--gray-new);
    margin: 0px;
}

#whatSayOwl .comment {
    color: var(--light);
    font-size: calc((13px + .5vw) * var(--font-ratio));
    margin: 15px 0;
    font-weight: 200;
}

#whatSayOwl .user {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#whatSayOwl .user .imgCover {
    width: 36px;
    height: 36px;
    background-color: var(--light-sec);
    border-radius: 25px;
    overflow: hidden;
    padding: 10px;
    margin-inline-end: 10px;
}

#whatSayOwl .user img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

#whatSayOwl .userInfo h5 {
    font-size: calc((11px + .5vw) * var(--font-ratio));
    font-weight: 400;
    color: var(--light);
    margin: 0 0 4px;
}

#whatSayOwl .userInfo p {
    font-size: calc((10px + .25vw) * var(--font-ratio));
    color: var(--gray-new);
    margin: 0;
}

/* End What are they say Style  */
/* start portfolio Style  */
.portfolio {
    padding: var(--container-padding) 0;
    background-color: var(--white);
}

.portfolio .brand {
    max-width: 150px;
    margin-bottom: 15px;
}

.portfolio .container {
    text-align: center;
}

.portfolio h2 {
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 15px;
    --font-ratio: 1.25;
}

.normalText {
    font-size: calc((15px + .75vw) * var(--font-ratio));
    color: var(--dark);
    margin: 0px;
    max-width: 100%;
}

.portfolio .normalText {
    --font-ratio: .7;
}

.normalText span {
    color: var(--primary);
}

.portfolio .allWorksLink {
    color: var(--primary);
    font-size: calc((14px + .84vw) * var(--font-ratio));
    margin: 15px 0 25px;
    display: inline-block;
}

.portfolio .owl-carousel {
    padding-top: 20px;
    padding-bottom: 45px;

}

.portfolio .owl-carousel .owl-nav {
    position: absolute;
    bottom: -30px;
    display: inline-flex;
    width: 120px;
    justify-content: space-between;
    margin: auto;
    right: 0;
    left: 0px;
}

.downloadBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.downloadBtns .btn {
    margin: 0px;
    width: calc(50% - 2px);
    padding: 0px;
    height: auto;
    min-height: 0;
}

.downloadBtns .storeBtn img {
    width: 100%;
    border-radius: 5px !important;
    object-fit: cover;
}


/* appItem */
.appItem {
    background-color: var(--appItemColor);
    border-radius: 15px;
    overflow: hidden;
    height: 36vw;

}

.appItem .mockUp {
    width: 100%;
    height: calc(100% - 130px);
    object-fit: contain;
}

.appItem .content {
    flex-shrink: 0;
    padding: 15px 30px;
    margin-top: 20px;
}

.appItem .content .appLogo {
    width: calc(40px + .2vw);
    margin-inline-end: 20px;

}

.appItem .content h3 {
    margin: 0px;
    font-size: 17px;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    color: var(--dark);
    margin-bottom: 10px;
}

.appItem .content p {
    margin: 0px;
    font-size: 14px;
    height: calc(18px * 3);
    line-height: 18px;
    color: var(--dark);
    overflow: hidden;
}



.mobileApp .content {
    margin-top: 22px;
}






.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid var(--primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button.disabled {
    opacity: .25;
}

.owl-nav button span {
    color: transparent;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid var(--primary);
    border-left: 0px;
    border-top: 0px;
    transform: rotate(-45deg);
    margin-inline-end: 5px;

}

.owl-nav button.owl-prev span {
    transform: rotate(135deg);
    margin-inline-end: 0px;
    margin-inline-start: 5px;
}


/* End portfolio Style  */
/* Start Full Services style  */
.fullServices {
    padding: calc(15px + 2vw) 0px;
    background-color: var(--white);
}

.fullServices .title {
    margin-bottom: calc(20px + 1.5vw);
}

.fullServices img {
    display: block;
    margin: auto;
    max-height: 82vh;
}

/* End Full Services style  */
/* Start whyHybapps styling  */
.whyHybapps {
    padding: var(--container-padding) 0;
}

.whyHybapps h3 {
    color: var(--primary);
    text-align: center;
    font-weight: 500;
}


.whyHybapps h3 span {
    font-weight: bold;
    color: var(--white);
}

.whyHybapps h4 {
    color: var(--white);
    text-align: center;
    margin: 20px 0px;
    font-size: calc((12px + 1.65vw)*var(--font-ratio));
    padding-inline-start: calc(55px + 3vw);
}

.whyHybapps h4 span {
    display: inline-block;
    background-color: var(--primary);
    border-end-start-radius: 8px;
    border-start-start-radius: 8px;
    padding-inline-start: 10px;
    padding-inline-end: calc(55px + 3vw);
    background: var(--primary);
    background: -moz-linear-gradient(90deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b1ff", endColorstr="#000000", GradientType=1);
}

.whyHybapps .normalText {
    color: var(--white);
    text-align: center;
    --font-ratio: .55;
    font-weight: 200;
}

.whyHybapps .row {
    margin: auto;
    width: 850px;
    max-width: 100%;
    margin-top: 40px;
}

.whyHybapps .reason {
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 20px;
    background-color: var(--gray-dark);
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.whyHybapps .reason * {
    color: var(--white);
}

.whyHybapps .reason h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whyHybapps .reason small {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.whyHybapps .reason p {
    font-size: 14px;
    margin: 10px 0px 0px;
    line-height: 20px;
    height: calc(20px * 4);
    overflow: hidden;
}

.whyHybapps .reason img {
    position: absolute;
}

.whyHybapps .clarity img {
    width: 32%;
    margin-inline-start: 66%;
    bottom: -10%;
}

.whyHybapps .visibility p {
    max-width: 67%;
    color: var(--gray-new);
}

.whyHybapps .visibility img {
    width: 33%;
    margin-inline-start: calc(67% - 20px);
    top: 15%;
    bottom: 15%;
    height: 65%;
    object-fit: contain;
}

.whyHybapps .freedom p {
    max-width: 67%;
    color: var(--gray-new);
}

.whyHybapps .freedom img {
    width: 33%;
    margin-inline-start: calc(67% - 20px);
    top: 15%;
    bottom: 15%;
    height: 65%;
    object-fit: contain;
}

.whyHybapps .simplicity img {
    width: 35%;
    margin-inline-start: 64%;
    top: -6%;
}

/* End whyHybapps styling  */

/* Start solutions style  */
.solutions {
    /* background-color: var(--light); */
    padding: var(--container-padding) 0;
}

.solutions .title {
    color: var(--primary);
}

.solutions .normalText,
.solutions .smallTitle {
    color: var(--light);
}

.technologies {
    background-color: var(--light);
    display: flex;
    justify-content: center;
    padding: calc(var(--container-padding)*.25) calc(var(--container-padding)*.5);
    margin-top: calc(var(--container-padding) / 2);
    flex-wrap: wrap;
}

.technologies .technology {
    font-size: calc((16px + .83vw) * var(--font-ratio));
    padding: 0px calc(10px + .75vw);
    color: var(--dark);
    transition: ease all 1s;

}

.technologies .technology img {
    min-width: 20px;
    width: 3.47vw;
    object-fit: contain;
}

.technologies .technology:hover {
    transition: ease all 1s;
    transform: scale(.9);
    cursor: pointer;
}

/* End solutions style  */

/* Start  way style  */
.way {
    padding: var(--container-padding) 0;
    /* background-color: var(--light-sec); */
    background-image: url(../images/img9.svg);
    background-size: 24%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.way .title {
    --font-ratio: 1.1;
    color: var(--light);
}

.way .smallTitle {
    color: var(--light-sec);
}

.way .normalText {
    --font-ratio: 1.03;
    margin-top: calc(15px + 1.5vw);
    color: var(--light);

}

.way img {
    max-width: 85%;
    display: block;
    margin: auto;
}

/* End  way style  */
/* start faqs style  */
.faqs {
    padding: var(--container-padding) 0;
    background-color: var(--white);
}

.faqs .smallTitle {
    color: var(--primary);
    font-size: calc((22px + 1vw) * var(--font-ratio));

}

.faqs .title {
    color: var(--secondary-dark);
    width: 55vw;
    margin: auto;
    max-width: 100%;
}

.faqs .accordion {
    width: 60vw;
    margin: calc(15px + 1.5vw) auto 0px;
}

.faqs .accordion>.card>.card-header {
    padding: 10px 0px;
    background: transparent;
    /* margin: 0px; */
    /* border-color: var(--light-sec); */
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.13);
    margin: 8px;
    border-radius: 8px;
}

.faqs .card {
    border: none;
}

.faqs .normalText {
    padding: calc(12px + .5vw);
    color: var(--gray);
    font-size: calc((14px + .5vw) * var(--font-ratio));
}

.faqs .collapseBtn {
    padding: 10px calc(25px + 2vw);
    border: none;
    font-size: calc((14px + .6vw) * var(--font-ratio));
    font-weight: 500;
    color: var(--secondary-dark);
    position: relative;
    text-align: start;
    height: auto;
    min-height: 44px;
}

.faqs .collapseBtn::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2.5px solid var(--secondary-dark);
    border-top: 0px;
    border-left: 0px;
    display: inline-block;
    transform: rotate(45deg);
    top: 40%;
    position: absolute;
    /* margin-top: 6px; */
    left: 20px;
    transition: ease all 1s;
}

.faqs .collapseBtn[aria-expanded="true"] {
    color: var(--primary);
    transition: ease all 1s;
}

.faqs .collapseBtn[aria-expanded="true"]::before {
    transform: rotate(-135deg);
    transition: ease all 1s;
}

/* End faqs style  */
/* start contactUs style   */
.contactUs {
    /* background-color: var(--light); */
    padding: var(--container-padding) 0;
}

.contactUs .title {
    color: var(--primary);
    margin-bottom: calc(20px + 3vw);
    font-weight: 500;
}

.contactUs .blockImg {
    display: block;
    /* max-width: 85%; */
    margin: auto;
}

/* .myForm {
    padding: calc(25px + 2vw);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
} */

.myForm .form-group {
    width: 100%;
}

/* .myForm h4.title {
    color: var(--secondary);
    font-size: calc(16px + .5vw);
    margin-bottom: 25px;
    text-align: start;
} */

.myForm label {
    font-size: 13px;
    color: var(--blueGray);
}

.myForm .form-control {
    background-color: var(--white);
    border: 2px solid var(--gray-light);
    /* box-shadow: none !important; */
    font-size: calc((12px + .25vw) * var(--font-ratio));
    resize: none;
    min-height: calc(45px + 0.65vw);
    border-radius: 12px;
    transition: all ease .5s;
}

.myForm .form-control:focus {
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    --webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    --moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
    transition: all ease .5s;
    transform: scale(.95);

}

.myForm .btn {
    margin-top: 15px;
    width: 100%;
    min-width: 60px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 8px;
}

/* End contactUs style   */

/* Start soonModal Style  */
.modal {
    padding: 0px !important;
}

.modal-content {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.modal-header {
    padding: 0px;
    border: none;
}

.soonModal {
    padding: 0 !important;

}

.soonModal .modal-content {
    position: relative;
    border: none;
}

.soonModal .modal-content:after {
    content: '';
    background-image: url(../images/Vector1.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 35%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

.soonModal .modal-content::before {
    content: '';
    background-image: url(../images/Vector2.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12%;
    height: 25%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

.modal-header .close {
    margin: 0px;
    margin-inline-start: auto;
    opacity: 1;
    padding: 8px;
}

.modal-header .close span {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 22px;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    line-height: 20px;
}

.soonModal .modal-dialog {
    max-width: 80vw;
    width: 850px;
    /* height: 520px; */
    max-height: 95vh;
}

.soonModal .title {
    color: var(--secondary-dark);
    margin-bottom: 18px;
}

.soonModal .modal-body {
    padding: calc(16px + 0.75vw);
    position: relative;
    z-index: 1;
}

.soonModal .normalText span {
    color: var(--secondary);
}

.soonModal .normalText span.medium {
    font-weight: 500;
    margin-top: 10px;
    display: block;
}



.soonModal .modal-footer {
    padding: calc(12px + 1.5vw) calc(16px + 0.75vw) calc(12px + 3vw);
    display: block;
    border: none;
}

.soonModal .modal-footer>* {
    margin: 0;
}

.soonModal .myForm .form-group {
    margin: 0px;
    padding-inline-end: 16px;
}

.soonModal .myForm .form-control {
    transition: none;
    transform: none;
    border-radius: 8px;
}

.soonModal .myForm .btn {
    margin-top: 0px;
    height: calc(1.5em + 1rem + 2px);
    min-height: calc(45px + 0.65vw);
    border-radius: 8px;
}

/* End soonModal Style  */

/* Start Footer Style  */
footer {
    background-color: var(--dark);
    padding: var(--container-padding) 0 28px;
}

footer * {
    color: var(--white);
    text-decoration: none !important;
}

footer .normalText {
    color: var(--gray);
    margin-bottom: calc(15px + 1.25vw);
}

footer .title {
    /* font-size: calc((15px + .5vw) * var(--font-ratio)); */
    font-weight: 400;
    /* padding: 0px 8px; */
    color: var(--white);
    margin-bottom: calc(10px + 1.5vw);
}

footer h5 {
    display: block;
    font-size: calc((13px + .32vw) * var(--font-ratio));
    padding: 8px 5px;
    margin-bottom: 0px;
    color: var(--white);
}

footer .myForm .form-control {
    background-color: transparent;
    border-color: var(--gray);
}


footer a {
    display: block;
    font-size: calc((13px + .28vw) * var(--font-ratio));
    padding: 8px 5px;
    color: var(--gray);
}

footer a:hover {
    color: var(--primary-light);
}

.copyRightFooter {
    margin-top: calc(20px + 1vw);
}

.copyRightFooter .brandImg {
    width: 35px;
    margin-inline-end: 10px;
}

.copyRightFooter .content {
    display: flex;
    align-items: center;
}

footer .col-sm-auto {
    display: flex;
    align-items: end;
}

footer .groups {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    max-width: calc(100% - 45px);
}



footer .groups .btn {
    width: 35px;
    height: 35px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-shrink: 0;
    margin: 5px;
}

footer .groups .btn:hover {
    transform: scale(.8);
}

footer input::placeholder {
    color: var(--gray-light);
    /* Replace with your desired color */
}

footer .copyRight {
    margin: 0px;
    font-size: 12px;
    color: var(--gray);
    height: 45px;
    line-height: 65px;
}

footer .changeLang {
    margin-top: 2vw;
}

.changeLang {
    display: inline-flex;
}

.changeLang svg {
    margin-inline-end: 5px;
}

.dropdown-toggle::after {
    width: 6px;
    height: 6px;
}

.changeLang .dropdown-toggle {
    padding: 5px 10px !important;
    background-color: var(--secondary);
    height: auto;
    min-height: 0;
    border: none;
    font-size: calc((12px + .25vw) * var(--font-ratio));
}

.changeLang .dropdown-menu {
    width: auto;
    min-width: 100%;
    top: calc(100% - 2px);
}


.openChatBtn {
    position: fixed;
    bottom: 0px;
    right: 15px;
    background-color: var(--white);
    font-size: calc(12px + .25vw);
    font-weight: 500;
    color: var(--dark);
    display: flex;
    align-items: center;
    min-height: 40px;
    height: auto;
    padding: 5px 14px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px !important;
    z-index: 1;

}

.openChatBtn img {
    width: calc(60px + 1vw);
    margin-inline-start: 12px;
}

.openChatBtn:hover {
    transform: scaleX(.95);
}

/* End Footer Style  */
/* Start all works style  */
.allWorks {
    background-color: var(--white);
    padding-top: 100px;
}

.allWorks .openChatBtn {
    position: initial;
    margin: auto auto calc(var(--container-padding)/2);
    border-radius: 12px;

}

.allWorks h1.title {
    --font-ratio: .88;
    text-align: center;
    line-height: 120%;
}

.allWorks .normalText {
    --font-ratio: .95;
    margin: calc(8px + 1vw) auto;
    text-align: center;
}

.catsTabs {
    position: relative;
    border-radius: 10px;
    padding: 0 18px;
    margin: 40px 0 0;
    /* max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden; */

}

.xScrolling {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 10px 0px 6px;
    white-space: nowrap;
}

.catsTabs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--primary-light);
    opacity: .5;
    border-radius: 16px;
}

.catsTabs .btn {
    background-color: transparent;
    border-radius: 0px;
    flex: 1;
    color: var(--gray);
    font-size: calc(13px + .35vw);
    font-weight: 500;
    min-height: 32px;
    height: 3.5vw;
    cursor: pointer;
    margin: 5px;
}

.catsTabs .btn.active {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .2) !important;
    color: var(--secondary);
}

.allApps {
    display: flex;
    flex-wrap: wrap;
    padding: 40px var(--container-padding);
    margin-bottom: var(--container-padding);
}

.allApps .appItem {
    --font-ratio: .85;
    margin: 14px;
    width: calc(50% - 28px);
    margin-top: 50px;
    margin-bottom: -28px;
    height: 30vw;
    min-height: 450px;
}

.allApps .mobileApp .imgsRow img {
    height: calc(46vh - 50px);
    border-radius: 10px;
}

.allApps .mobileApp .imgsRow>div {
    text-align: center;
}



.allApps .appItem:nth-child(2n) {
    margin-top: -28px;
    margin-bottom: 50px;
}

.allApps .webApp .imgCover {
    height: 48vh;
}

/* End all works style  */


/* Start caseStudy style  */
.caseStudy {
    background-color: var(--white);
    min-height: 100vh;
    padding-top: calc(40px + 3.25vw);
}

.tabsBlock h5 {
    font-size: calc((14px + .2vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--gray);
    margin: calc(20px + 1vw) 0;
}

.tabsBlock .scroll_tabs_theme_light {
    --tabHeight: 60px;
    height: var(--tabHeight);
    margin: 0px;
}

.tabsBlock .scroll_tabs_theme_light div.scroll_tab_inner {
    height: var(--tabHeight);
}

.tabsBlock .scroll_tabs_theme_light div.scroll_tab_inner span {
    border: none;
    padding: 0px 0px;
    background-color: transparent !important;
}

.tabsBlock .scroll_tab_last {
    padding-inline-end: 50px !important;

}

.tabsBlock .scroll_tab_first {
    padding-inline-start: 50px !important;
}

.tabsBlock .tab {
    height: calc(var(--tabHeight) - 10px);
    min-height: 0px;
    margin: 5px 8px;
    background-color: var(--light-sec);
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--gray);
    padding: 10px 15px;
    border-radius: 5px;

}

.tabsBlock .tab_selected .tab {
    color: var(--primary);
    background-color: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05) !important;


}

.tabsBlock .tab img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin-inline-end: 15px;
}

.tabsBlock .scroll_tabs_theme_light .scroll_tab_left_button,
.tabsBlock .scroll_tabs_theme_light .scroll_tab_right_button {
    height: var(--tabHeight);
    border: 0px;
    /* background-color: var(--primary-light); */
    width: 100px !important;
    z-index: 1;
    display: flex;
    align-items: center;

}

.scroll_tabs_theme_light .scroll_tab_left_button::before,
.scroll_tabs_theme_light .scroll_tab_right_button::before {
    line-height: var(--tabHeight);
    color: var(--secondary);
    z-index: 2;
    position: absolute;
}

.tabsBlock .scroll_tabs_theme_light .scroll_tab_left_button {
    background: #ffffff;
    background: linear-gradient(90deg, #ffffff 40%, rgba(0, 0, 0, 0) 100%);
}

.tabsBlock .scroll_tabs_theme_light .scroll_tab_right_button {
    justify-content: flex-end;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 40%);
    /* background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 40%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 40%); */
}




/* 
.caseStudy .tabsBlock .tabs {
    display: flex;
    overflow-x: scroll;

}

.caseStudy .tabsBlock .tabs .tab {
    flex-shrink: 0;
}

.tab-container {
    width: 100%; 
    overflow-x: scroll;
    scroll-behavior: smooth; 
}

.tab-container.xScrolling::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.tab-scroll {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 8px;
}

.tab-scroll .tab {
    padding: 10px 16px;
    background-color: var(--light-sec);
    white-space: nowrap;
    cursor: pointer;
    margin: 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--gray);
    min-height: 0px;
    height: auto;
    flex-shrink: 0;
    margin-inline-end: 16px;
}



.tab-scroll .tab.active {
    color: var(--primary);
    background-color: var(--white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05) !important;

}

.tab-scroll .tab img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-inline-end: 12px;
} */

/* .tab:not(:last-child) {
    margin-inline-end: 25px;
} */

.caseIntro {
    position: relative;
}

.caseIntro .shape {
    position: absolute;
    top: 10%;
    left: 0;
    height: 65%;
}



.caseIntro small {
    font-size: calc((12px + .2vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--gray);
}

.caseIntro h4 {
    font-size: calc((18px + 2vw) * var(--font-ratio));
    font-weight: bold;
    margin: 15px 0px;
}

.caseIntro p {
    font-size: calc((14px + .8vw) * var(--font-ratio));
    font-weight: bold;
    max-width: 480px;
}

.caseIntro .d-flex {
    flex-direction: column;
    justify-content: center;
}

.userPrec {
    padding: var(--container-padding) 0;
    position: relative;
}

.userPrec .userChart {
    padding: 0px calc(25px + 2vw);
}

.userPrec .shape {
    position: absolute;
    bottom: -45%;
    height: 80%;
    right: 0;
}

.userPrec .content .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userPrec .content .iconCover {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #79F6B3;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 10px;
}

.userPrec .content.web .iconCover {
    background-color: #79F6B3;
}

.userPrec .content.mobile .iconCover {
    background-color: var(--primary-light);
}

.userPrec .content h4 {
    font-size: calc((16px + 1vw) * var(--font-ratio));
    font-weight: bold;
}

.userPrec ul {
    padding-inline-start: 15px;

}

.userPrec ul li {
    margin: 15px 0 22px;
    font-size: calc((12px + .25vw) * var(--font-ratio));
    font-weight: 500;
}

.eCommerceSolution {
    padding: calc(var(--container-padding)/1.5) 0;
    background-color: #F1FEFF;

}

.eCommerceSolution h3 {
    display: block;
    font-weight: bold;
    font-size: calc((14px + 1vw) * var(--font-ratio));
}

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

.eCommerceSolution .content {
    padding: 30px;
}

.eCommerceSolution .content img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.eCommerceSolution .content h5 {
    font-size: calc((12px + .4vw) * var(--font-ratio));
    font-weight: bold;
    margin: 10px 0 0px;
}

.eCommerceSolution .content p {
    font-size: calc((12px + .4vw) * var(--font-ratio));
    margin: 0px;
}

.caseStudy .feature {
    padding: var(--container-padding) 0;
}

.caseStudy .featureTitle .thumbnail {
    display: flex;
    align-items: center;

}

.caseStudy .featureTitle .thumbnail h2 {
    font-weight: bold;
    color: var(--primary);
    margin: 0px;
}

.caseStudy .featureTitle .thumbnail img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin: 0px;
    margin-inline-end: 12px;
}

.caseStudy .featureTitle p {
    width: 540px;
    max-width: 100%;
    font-size: calc((12px + .3vw) * var(--font-ratio));
    margin-top: 10px;
}

.caseFeatures {
    padding: 0px var(--container-padding);
}

.caseFeatures .thumbnail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.caseFeatures .thumbnail img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin: 0;
    margin-inline-end: 12px;

}


.caseFeatures .thumbnail h5 {
    color: var(--dark);
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    max-height: 34px;
    line-height: 17px;
}

.caseFeatures ul {
    padding: 0px;
    padding-inline-start: 30px;
}

.caseFeatures ul li {
    color: var(--gray);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

.caseFeatures .featureItem {
    padding: calc(10px + 1vw);
}

.exCore .container {
    width: 72vw;
}

.exCore .content {
    position: relative;
    margin: 0 0 var(--container-padding);
}

.exCore .content::before {
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    right: calc(var(--container-padding)/2);
    left: calc(var(--container-padding)/2);
    border-radius: 50px;
    z-index: 0;
    opacity: .31;
}

.exCore .featureItem {
    padding: 0px;
    position: absolute;
    top: 25%;
    width: 30%;
}

.exCore .screensImg {
    width: 65%;
    margin-inline-start: 35%;
    max-height: 95vh;
    object-fit: contain;
    position: relative;
}

.exCore h5 {
    margin-bottom: calc(15px + 2vw);
    color: var(--gray);
    font-size: calc((15px + .35vw) * var(--font-ratio));
    font-weight: bold;
}

.exCore .authContent .needMore {
    font-size: calc((12px + .2vw) * var(--font-ratio));
    font-weight: 600;
    color: var(--gray);
    position: absolute;
    bottom: 10%;
    left: 25%;
    width: 22%;
}

.exCore .shape {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 16%;
}

.exCore .shoppingContent .screensImg {
    margin-inline-start: 0;
    /* margin-inline-end: 70%; */
}

.exCore .shoppingContent .featureItem {
    right: var(--container-padding);
}



.exCore .shoppingContent .shape {
    top: auto;
    bottom: 25%;
    right: 2%;
    width: 11%;
    left: auto;
}

.exCore .shoppingContent::before {
    top: 12%;
    bottom: 12%;
}


.exCore .deliveryContent .shape {
    top: auto;
    bottom: 6%;
    margin-inline-start: calc(var(--container-padding)/2);
    width: 11%;

}

.exCore .content::before {
    background-color: #C0FFC6;
}

.exCore .shoppingContent::before {
    background-color: #7A6FFF;
}

.exCore .deliveryContent::before {
    background-color: #C0E5FF;
}


/* Start optionalFeatures  */
.optionalFeatures {
    position: relative;
}

.optionalFeatures:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--tertiary);
    opacity: .05;
}

.optionalFeatures .featureTitle .thumbnail h2 {
    color: var(--tertiary);
}

.appFeatures .row {
    padding: 10px;
    margin: 0px -20px;
}

.appFeatures .row>div {
    padding: 10px;
}

.appFeatures .singleFeature {
    background-color: var(--white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + .25vw);
    font-weight: bold;
    padding: 14px 10px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    height: 100%;

}

.appFeatures .singleFeature img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin: 0;
    margin-inline-end: 10px;
}

.caseStudy .optionalFeatures {
    padding: calc(var(--container-padding)/2) 0;
}

.haveFeatures {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: calc(2vw + 10px);
}

.haveFeatures h3 {
    color: var(--tertiary);
    font-size: calc((13px + 1vw) * var(--font-ratio));
    font-weight: bold;
    margin: 0px 0px 10px;

}

.haveFeatures p {
    color: var(--gray-new);
    font-size: calc((10px + .5vw) * var(--font-ratio));
    font-weight: bold;

}

.haveFeatures .aiBtn {
    margin: auto;
}

.adminFeatures .content {
    padding: 0 8.335vw;
}

.adminFeatures .features {
    margin: 0px -8px;
}

.adminFeatures .features>div {
    padding: 8px;
}

.featureTitle.inner {
    padding: 15px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.featureTitle.inner .thumbnail img {
    width: 35px;
    height: 35px;

}

.featureTitle.inner .thumbnail h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #A4C439;

}

.featureTitle.inner p {
    color: var(--gray);
    margin: 8px 0px 0px;
}

.adminFeatures .features>div:nth-child(2) h4 {
    color: var(--primary);
}

.adminFeatures .features>div:nth-child(3) h4 {
    color: #F6820C;
}

.adminFeatures .controlls {
    display: flex;
    align-items: center;
    padding: 8px 0px;
}

.adminFeatures .controlls img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-inline-end: 10px;
}

.adminFeatures .controlls p {
    color: var(--gray);
    font-size: calc((10px + .2vw) * var(--font-ratio));
    font-weight: bold;
    margin: 0px;
}

/* End optionalFeatures */

/* start runningServices styling */
.runningServices {
    padding: calc(var(--container-padding)/2) 0;
    position: relative;
}

.runningServices .container {
    position: relative;
    z-index: 1;
}

.runningServices::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    opacity: .1;
    z-index: 0;

}

.runningServices .title {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;

}

.runningServices .title h2 {
    font-weight: bold;
    font-size: calc((15px + 1.5vw) * var(--font-ratio));
    color: var(--dark);
    margin: 0;
}

.runningServices .title p {
    font-weight: bold;
    font-size: calc((12px + 0.4vw) * var(--font-ratio));
    color: var(--dark);
    margin: 8px 0 0;
}

.runningSer {
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
    padding: calc(10px + .5vw);
}

.runningSer .serTitle {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.runningSer .serTitle p {
    max-width: calc(100% - 70px);
    margin: 0px;
    display: inline-block;
    font-size: calc((12px + 0.3vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--gray);
    padding: 0px 10px;

}

.runningSer .serTitle .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    width: 25px;
    height: 25px;
    /* background-color: var(--blue); */
    border-radius: 50%;
}

.runningSer .serTitle .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.runningSer .serTitle .infoIcon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.runningSer .description {
    font-size: calc((12px + 0.2vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--gray);
    margin: 10px 0px;
}

.runningSer .price {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid var(--gray-light);
    border-radius: 6px;
    max-width: 100%;
    font-size: calc((14px + 0.25vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--gray);
    margin-bottom: 10px;

}

.runningSer .usersNum {
    font-size: calc((12px + 0.2vw) * var(--font-ratio));
    font-weight: bold;
    color: var(--dark);
    margin: 0;
}

.runningServices .row {
    margin: 20px -10px;
}

.runningServices .row>div {
    padding: 10px;
}

.runningServices .haveFeatures h3 {
    color: var(--primary);
}

/* end runningServices styling */

/* Start whyHybapps2 styling */
.whyHybapps2 {
    padding: var(--container-padding) 0 0;
}

.whyHybapps2 .logoTitle {
    font-size: calc((17px + 1vw) * var(--font-ratio));
    font-weight: 500;
    color: var(--gray-new);
}

.whyHybapps2 .logoTitle strong {
    color: var(--gray);
}

.whyHybapps2 .logoTitle span {
    color: var(--primary);
}

.whyHybapps2 .about {
    color: var(--gray-dark);
    font-weight: bold;
    font-size: calc((17px + 1.25vw) * var(--font-ratio));
}

.whyHybapps2 .normalText {
    font-weight: 400;
    font-size: calc((13px + 0.3vw) * var(--font-ratio));
    margin: 10px 0;
    color: var(--gray-dark);
}


/* grid */
.whyHybapps2 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 960px;
    margin: var(--container-padding) auto;
    max-width: 100%;

}

.whyHybapps2 .grid .item {
    position: relative;
    background-color: var(--primary);
    min-width: 100px;
    min-height: 100px;
    grid-column: span var(--column);
    grid-row: span var(--row);
    padding: calc(8px + 1.65vw);
    border-radius: calc(10px + .8vw);
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.whyHybapps2 .grid h3 {
    font-weight: 600;
    font-size: calc((16px + 1vw) * var(--font-ratio));
    margin: 0 0 calc(10px + .2vw);
}

.whyHybapps2 .grid .item .content {
    width: calc(70% / var(--column));
    position: relative;
    z-index: 1;

}

.whyHybapps2 .grid .item .content * {
    color: var(--dark);
}


.whyHybapps2 .grid .item .shape {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    max-height: 100%;
    height: auto;
    max-width: 80%;
    object-fit: contain;

}

.whyHybapps2 .grid .medium {
    font-weight: bold;
    font-size: calc((12px + .25vw) * var(--font-ratio));
    margin-bottom: 8px;

}

.whyHybapps2 .grid .small {
    font-size: calc((13px + .25vw) * var(--font-ratio));
    margin-bottom: 16px;
    font-weight: 400;
}

.whyHybapps2 .grid .item .content h3 {
    color: var(--gray-new-dark);

}

/* charity */
.whyHybapps2 .grid .charity {
    min-height: 30vw;
}


.whyHybapps2 .grid .charity .small {
    color: var(--white);
}

.whyHybapps2 .grid .charity .shape {
    top: 5%;
    right: 4%;
    max-width: 45%;
    max-height: 90%;
}

.whyHybapps2 .grid .ownership .shape {
    top: 7%;
    bottom: 7%;
    max-height: 86%;
    max-width: 24%;
}

.whyHybapps2 .grid .ownership .content {
    max-width: 76%;
}

.whyHybapps2 .grid .partnership .shape {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.whyHybapps2 .grid .trust .shape {
    top: 0;
    max-height: 55%;
    max-width: 30%;
}

.whyHybapps2 .grid .trust .content {
    width: 70%;
}

/* End whyHybapps2 styling */
/* start ourPartners  */
.ourPartners {
    padding-bottom: calc(var(--container-padding)/3);
}

.ourPartners h3 {
    font-weight: bold;
    font-size: calc((16px + .85vw) * var(--font-ratio));
    margin-bottom: calc(10px + .5vw);
    text-align: center;
    color: var(--gray-new-dark);
}

.ourPartners .animateScroll.imgBox a {
    background-color: transparent;
}

.ourPartners .animateScroll.imgBox img {
    max-width: 150px;
    height: 60px;
}

.caseStudy .whatSay h2 {
    font-size: calc((16px + .85vw) * var(--font-ratio));
    line-height: normal;
}

.caseStudy .whatSay h2,
.caseStudy .whatSay .normalText {
    color: var(--gray-new-dark);
    text-align: center;
}

.caseStudy .whatSay h2 span {
    /* margin-top: 10px; */
    display: inline-block
}

.caseStudy #whatSayOwl .item {
    background-color: var(--white);
    border: none;
    box-shadow:
        0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 3px;
}

.caseStudy #whatSayOwl .comment {
    color: var(--dark);
    font-size: calc((12px + .35vw) * var(--font-ratio));
    font-weight: 400;
    margin: 5px 0;
}

.caseStudy #whatSayOwl .company p {
    color: var(--primary);
    font-weight: 600;
}

.caseStudy #whatSayOwl .userInfo h5 {
    color: var(--gray-dark);
    font-size: calc((12px + .2vw) * var(--font-ratio));
    font-weight: 600;
}

.caseStudy .whatSay {
    position: relative;
}

.caseStudy .whatSay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    opacity: .08;
}

/* End ourPartners styling */
/* Start ourTechnologies  */
.ourTechnologies {
    padding: calc(var(--container-padding)/2) 0;
    background-color: var(--light);
}

.ourTechnologies .title {
    color: var(--primary);
    font-weight: 600;
}

.ourTechnologies .row>div {
    display: flex;
    align-items: center;
}

.ourTechnologies .row p {
    margin: 0px;
    color: var(--gray-dark);
    font-size: calc((14px + .4vw) * var(--font-ratio));
}

.ourTechnologies .animateScrollTech {
    margin: 20px 0;
}

/* animateScrollTech */

.animateScrollTech {
    margin-top: calc(20px + 2vw);
    position: relative;
    display: flex;
    /* width: 800px; */
    margin: auto;
    max-width: 100%;
    overflow: hidden;
    /* -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent) */
}

.animateScrollTech .wrapper {
    white-space: nowrap;
    animation: scroll var(--time) linear infinite;
    animation-delay: calc(var(--time)*-1);
    display: flex;
    align-items: center;
    justify-content: center;

}

.animateScrollTech .wrapper:nth-child(2) {
    animation: scroll2 var(--time) linear infinite;
    animation-delay: calc(var(--time)/-2);
}

.animateScrollTech.dirRtl .wrapper {
    animation-delay: calc(var(--time)*-1);
    animation: scrollRTL var(--time) linear infinite;
}

.animateScrollTech.dirRtl .wrapper:nth-child(2) {
    animation: scroll2RTL var(--time) linear infinite;
    animation-delay: calc(var(--time)/-2);
}

.animateScrollTech .wrapper a {
    /* height: 50px; */
    padding: 8px 10px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    background-color: var(--white);
    flex-shrink: 0;
    width: 170px;
    border-radius: 8px;
    box-shadow:
        0px 0px 5px 2px rgba(0, 0, 0, 0.03);
    margin: 8px;
    transition: background .8s ease;

}

.animateScrollTech .wrapper a:hover {
    background-color: var(--primary-light);
    transition: background .8s ease;
}

.animateScrollTech a img {
    margin-inline-end: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;

}

.animateScrollTech a>div {
    width: calc(100% - 42px);
    overflow: hidden;
}

.animateScrollTech a h5 {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0px;
    color: var(--dark);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.animateScrollTech a p {
    font-size: 10px;
    font-weight: 400;
    display: block;
    margin: 0px;
    color: var(--gray);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/* End ourTechnologies  */

/* Start successStories */
.successStories {
    padding: calc(var(--container-padding) * 1.5) 0;
    background-image: url(../images/success_stories.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.successStories .container {
    text-align: center;
    width: 800px;
    max-width: 100%;
}

.successStories .title {
    font-weight: 600;
}

.successStories p {
    margin: 0px;
    color: var(--gray-dark);
    font-size: calc((14px + .22vw) * var(--font-ratio));
    font-weight: 400;
    width: 450px;
    max-width: 100%;
    margin: auto;

}

.successStories .btn {
    background-color: var(--primary);
    padding: 15px 20px;
    color: var(--white);
    min-height: 0;
    height: auto;
    min-width: 150px;
    margin: 20px 0px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

/* End successStories */
/* start startBuild  */
.startBuild {
    padding: 25px 0px;
    background-color: var(--gray-dark);
    position: relative;
}

.startBuild::before,
.startBuild::after {
    content: '';
    width: 65px;
    height: 65px;
    background-image: url(../images/icons/ai3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    top: 0px;
    left: 20%;
}

.startBuild::after {
    left: auto;
    right: 20%;
    bottom: 0px;
    top: auto;
}

.startBuild .aiBtn {
    margin: auto;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
}

.startBuild .aiBtn img {
    width: 34px;
    height: 34px;
}

/* End startBuild  */

/* End caseStudy style  */

/* ===============================
===============================
=============================== */
/* Start media query  */
@media only screen and (max-width: 1199.99px) {
    .navbar .container {
        max-width: 95vw;
    }

    .opposite {
        min-height: 0;
    }

    .technologies .technology {
        /* font-size: calc(14px + .5vw); */
        padding: 0px 8px;
    }



    .technologies {
        padding: 12px;
    }

    .caseFeatures {
        padding: 0px;
    }

    .caseIntro h4 {
        font-size: calc((15px + 1.5vw) * var(--font-ratio));
    }
}

@media only screen and (max-width: 991.99px) {
    :root {
        --font-ratio: .75;
    }

    .aiBtn {
        flex-shrink: 0;
        padding: 0px 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 8px 5px;
    }

    .tabsBlock .tab {
        font-size: 13px;
        margin: 5px 4px;
    }

    .tabsBlock .tab img {
        height: 30px;
        width: 30px;
        margin-inline-end: 8px;
    }

    .tabsBlock h5 {
        margin-bottom: 10px;
    }

    .userPrec .userChart {
        width: 300px;
        max-width: 100%;
        margin: 0px auto 10px;
        padding: 0px;
    }

    .exCore .container {
        width: 100%;
    }

    .exCore .content::before {
        top: 0%;
        bottom: 0%;
        right: -10px;
        left: -10px;
    }

    .optionalFeatures:before {
        z-index: 0;
    }

    .optionalFeatures .container {
        position: relative;
        z-index: 1;
    }

    .userPrec ul li {

        font-size: calc((14px + .25vw) * var(--font-ratio));
    }

    .userPrec .content {
        padding: 10px;
    }

    .appFeatures .singleFeature {
        font-weight: 500;
    }

    .caseStudy .featureTitle p {

        font-size: calc((15px + .3vw) * var(--font-ratio));
    }

    .caseStudy .featureTitle .thumbnail h2 {
        font-size: calc((20px + 2vw) * var(--font-ratio));
    }

    .caseFeatures .featureItem {
        padding: 8px;
    }

    .caseFeatures .thumbnail h5 {
        font-size: 14px;
        font-weight: 600;
        max-height: 48px;
        line-height: 16px;
    }

    .caseStudy .featureTitle .thumbnail img {
        width: 40px;
        height: 40px;
    }

    .featureTitle.inner .thumbnail img {
        width: 32px;
        height: 32px;
    }

    .runningServices .title p {
        font-weight: 500;
        font-size: calc((14px + 0.4vw) * var(--font-ratio));
    }

    footer .groups {
        width: 100%;
        flex-wrap: wrap;
    }

    footer {
        padding: calc(10px + 1vw);
    }
}



@media only screen and (max-width: 768px) {
    :root {
        --container-padding: calc(2vw + 20px);
    }

    .container {
        max-width: calc(100vw - 60px);
    }

    h1 {
        font-size: calc((22px + 4.5vw) * var(--font-ratio));
    }


    .normalText {
        width: 100%;
    }

    .tabs .btn img {
        width: calc(16px + 1vw);
    }

    .tabs .btn {
        padding: 8px;
        font-size: calc((14px + .2vw) * var(--font-ratio));
    }

    .step {
        padding-inline-start: 30px;
    }

    .step .number {
        left: 0px;
        top: calc(5px + 0.5vw);
    }

    .step .number span:after {
        height: 45px;
        top: 22px;
    }

    .step h2 {
        margin-bottom: 8px;
    }

    .step h2 img {
        height: 30px;
    }

    .step p {
        padding: 0px;
        width: 100%;
    }

    .portfolio .owl-carousel {
        padding-inline-start: calc(var(--container-padding) * .5);
    }

    .portfolio .owl-carousel .owl-nav {

        width: 110px;
    }

    .ourClients .thumbnailRow h4 {
        margin-bottom: calc(5px + 0.6vw);
    }

    .ourClients .thumbnailRow p {
        max-width: 100%;
    }

    .lego h1 {
        padding-inline-start: 0;
    }

    .opposite {
        padding: 22px;
    }

    .opposite p {
        width: 60%;
    }

    .clients {
        width: 100%;
    }

    .clients .groups {
        justify-content: center;
        margin-top: 8px;
    }

    .clients .groups img {
        min-width: 76px;
        margin: 12px;
    }

    .clients .title {
        font-size: calc((13px + 1vw) * var(--font-ratio));
    }

    .technologies .technology {
        padding: 8px;
    }

    .faqs .accordion {
        max-width: 500px;
    }

    .faqs .collapseBtn::before {
        width: 8px;
        height: 8px;
    }

    .dropdown-toggle::after {
        width: 6px;
        height: 6px;
    }

    footer {
        --font-ratio: 1;
    }





    footer .groups .btn {
        width: 40px;
        height: 40px;
    }

    .btn {
        transition: none !important;
        transform: none !important;
    }

    .intro {
        margin-top: 66px;
    }

    .shadow {
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14) !important;
    }

    .navbar {
        padding: 8px 0;
        margin: 0px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 8px;
        --font-ratio: .85;
        transition: none !important;
        transform: none !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0px;
        right: 0px;
        /* background-color: var(--white); */

    }

    .navbar .navbar-nav {
        margin: 0px auto !important;
        padding: 0px;
    }

    .navbar-collapse {
        background-color: var(--dark);
    }

    .caseIntro small {
        font-size: calc((14px + .2vw) * var(--font-ratio));
    }

    .tabsBlock .tab {
        padding: 10px 8px;
    }

    .tabsBlock .scroll_tabs_theme_light .scroll_tab_left_button,
    .tabsBlock .scroll_tabs_theme_light .scroll_tab_right_button {
        width: auto !important;
    }

    .tabsBlock .scroll_tab_first {
        padding-inline-start: 8px !important;
    }

    .tabsBlock .scroll_tab_last {
        padding-inline-end: 8px !important;
    }

    .userPrec .userChart {
        width: 265px;
    }

    .exCore .screensImg {
        width: 40%;
        margin-inline-start: 60%;
    }

    .exCore .featureItem {
        padding: 0px;
        position: absolute;
        top: 5%;
        width: 60%;
    }

    .eCommerceSolution .content {
        padding: 8px;
        text-align: center;
    }

    .eCommerceSolution .content img {
        width: 40px;
        height: 40px;
    }

    .eCommerceSolution .content p {
        font-size: calc((15px + .5vw) * var(--font-ratio));
    }

    .haveFeatures p {
        font-size: calc((13px + .5vw) * var(--font-ratio));
        font-weight: 500;
    }

    .ourPartners .animateScroll.imgBox img {

        height: 40px;
    }

    .whyHybapps2 .grid .item.charity .content {
        width: 65%;
    }

    .whyHybapps2 .grid .charity .shape {
        max-width: 30%;
    }

    .whyHybapps2 .grid .partnership {
        --row: 1 !important;
    }

    .appItem {
        height: auto;
    }

    .appItem .mockUp {
        display: none !important;
    }

    .appItem .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }

    .allApps .appItem {
        height: auto;
        min-height: 100px;
        width: 100%;
        margin: 10px 0px !important;
    }

    .appItem .content {
        flex-shrink: 0;
        padding: 14px;
        margin-top: 0px;
    }

    .appItem .downloadBtns {
        justify-content: flex-end;
        margin-top: 15px;
    }

    .appItem .downloadBtns .btn {
        width: calc(38% - 2px);
        margin: 2px;
    }

    .portfolio .owl-carousel .owl-dots {
        display: none !important;
    }

    .portfolio .owl-carousel .owl-nav {

        bottom: 0px;
    }
}

@media only screen and (max-width: 575.99px) {
    :root {
        --container-padding: calc(1vw + 10px);
    }

    .navbar {
        height: 60px;
    }

    .navbar .navbar-nav .nav-link {
        --font-ratio: 1;
        line-height: 48px;
        padding: 0px 10px;
        height: 48px;
        color: var(--gray);
    }

    .navbar .navbar-brand {
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
        z-index: 0;
    }

    .navbar .navbar-toggler {
        left: 0px;
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 2;
    }

    .navbar .navbar-toggler svg {
        color: var(--white);
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 0px;
        left: -100%;
        right: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, .5);
        z-index: 2;
        height: 100vh;
        flex-basis: auto !important;
        transition: ease-out .35s left !important;
    }

    .navbar .navbar-collapse.show {
        left: 0px;
    }

    .navbar .navbar-nav {
        padding: 12px;
        background-color: var(--white);
        position: absolute;
        left: -260px;
        bottom: 0px;
        top: 0px;
        width: 260px;
        max-width: 65vw;
        transition: ease-out .35s left;
    }

    .navbar .navbar-collapse.show .navbar-nav {
        left: 0px;
        transition: ease-in .25s left;
        overflow-y: scroll;
    }

    .navbar .navbar-nav .nav-link.active {
        background-color: var(--primary);
        color: var(--white);
    }

    .navbar-nav .dropdown-menu {
        padding: 0px;
        border: none;
        display: block !important;
    }



    .navbar-nav .dropdown-toggle::after {
        content: none;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 7px 33px;
        color: var(--gray);
    }

    .navbar-nav .closeBtn {
        margin-inline-start: auto;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .navbar-nav .closeBtn svg {
        font-size: 22px;
        color: var(--primary);
    }

    .navbar-nav .bottomBtn {
        margin-top: auto;
    }

    .navbar-nav .bottomBtn .btn {
        --font-ratio: 1.1;
        width: 100%;
        justify-content: center;
        min-height: 48px;
        margin-bottom: 40px;
    }

    .logedBtn,
    .loginBtn {
        margin-inline-start: auto;
    }

    .row img {
        /* max-width: 240px; */
        margin: auto;
        display: block;
    }

    h1 {
        font-size: calc((14px + 4.16vw) * var(--font-ratio));
    }

    .intro {
        margin-top: 0px;
        min-height: 0px;
        padding: 60px 12px 15px;
    }

    .intro .content {
        width: 100%;
    }

    .intro h1 {
        font-size: calc((22px + 2vw) * var(--font-ratio));

    }

    .intro h3 span {
        display: block;
    }

    .introForm .row {
        padding: 8px;
        border-radius: 12px;
    }

    .introForm .placeholder {
        height: 40px;
        line-height: 40px;
        font-size: calc((14px + .2vw) * var(--font-ratio));
    }

    .introForm {
        border-radius: 15px;
    }

    /* .intro::before {
        top: auto;
        bottom: 0;
        width: 80%;
        height: 75%;
        right: 0;
    } */

    .aiBtn {
        border-radius: 5px;
        height: 34px;
        line-height: 34px;
        font-size: calc((14px + .2vw) * var(--font-ratio));
    }

    .revolutionary {
        height: auto;
        padding: 40px 20px;
    }

    .revolutionary p {
        font-size: calc((15px + 1.25vw) * var(--font-ratio));
    }

    .revolutionary .inner {
        padding: 18px 15px;
        border-radius: 15px;
    }

    .ourClients .thumbnailRow h4 {
        font-size: calc((15px + 1.4vw) * var(--font-ratio));
    }

    .portfolio .h4 {
        font-size: calc((15px + 2vw) * var(--font-ratio));
        margin-bottom: 18px;
    }

    .portfolio .owl-carousel .owl-nav {

        width: 90px;
    }

    .fullServices img {
        max-height: 35vh;
    }

    .technologies {
        padding: 5px;
        margin-top: 15px;
    }

    .technologies .technology {
        padding: 5px 10px;
    }

    .portfolio .owl-carousel {
        padding-top: 0px;
    }

    .clients .groups img {
        min-width: 64px;
        margin: 10px;
    }

    .owl-nav button {
        width: 32px;
        height: 32px;
    }

    .container {
        max-width: calc(100vw - 30px);
    }

    .ourClients .thumbnailRow {
        width: 100%;
    }

    .tabs {
        /* padding: 0px; */
        overflow-y: scroll;

    }

    .tabs .btn {
        --font-ratio: .8;
        padding: 8px 6px;
        margin: 0px;
        flex-shrink: 0;
    }


    .myForm {
        --font-ratio: 1;
        max-width: 400px;
        margin: auto;
    }

    .myForm .btn {
        margin-top: 0px;
    }

    .faqs .accordion {
        width: 100%;
    }

    .fullServices {
        padding: 30px 0px;
    }

    .contactUs {
        padding: calc(var(--container-padding)) 0;
    }

    .portfolio .allWorksLink {
        margin: calc(15px + 1vw) 0 calc(25px + 1vw);
    }

    .opposite {
        background-image: none;
    }

    .opposite h1 {
        font-size: 17px;
        max-width: 100%;
        line-height: 22px;
    }

    .opposite p {
        margin: 10px 0px;
    }



    .faqs .title {
        width: 300px;
    }

    .allApps {
        padding: var(--container-padding);
    }

    .solutions {
        padding: 22px 0;
    }

    .btn {
        min-height: 34px;
    }

    .animateScroll.imgBox a {
        padding: 5px;
        margin: 0px 6px;
    }

    .clients h3 {
        text-align: center;
        padding: 0px;
    }

    #clientsCount {
        width: auto;
        display: block;
        text-align: center;
    }

    .faqs .collapseBtn::before {
        left: 10px;
    }

    footer .d-flex {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    footer .d-flex h3 {
        min-width: 100%;
        margin: 0px 0px 5px;
        padding: 0px;
    }

    footer .d-flex a {
        font-size: 14px;
        padding: 5px 10px;
    }

    footer {
        padding-bottom: 0px;
    }



    .copyRightFooter .brandImg {
        margin: 0px;
    }



    footer .copyRight {
        font-size: 14px;
        text-align: center;
        line-height: 50px;
    }

    footer .groups .btn {
        width: 34px;
        height: 34px;
        margin: 5px;
    }

    .exCore .screensImg,
    .exCore .shape {
        display: none;
    }

    .exCore .featureItem {
        position: relative;
        padding: 18px;
        width: 100%;
    }

    .exCore .content::before {
        border-radius: 15px;
        right: 0;
        left: 0;
    }

    .exCore .authContent .needMore {
        display: none;
    }

    .runningSer {
        padding: calc(6px + 0.8vw);
    }

    .runningServices {
        padding: var(--container-padding) 0;
    }

    .runningServices .row>div {
        padding: 6px;
    }

    .adminFeatures .content {
        padding: 0 16px;
    }

    .whyHybapps2 .grid .item {
        --row: 1 !important;
        --column: 2 !important;
    }

    .whyHybapps2 .grid .item .content {
        width: 100%;
    }

    .whyHybapps2 .grid .item .shape {
        opacity: .25;
    }

    .whyHybapps2 .grid .charity .shape {
        max-width: 50%;
    }

    .whyHybapps2 .grid .item.charity .content {
        width: 100%;
    }

    .whyHybapps2 .grid .small {
        font-size: calc((13px + .65vw) * var(--font-ratio));
    }

    .whyHybapps2 .grid .medium {
        font-size: calc((14px + .5vw) * var(--font-ratio));
    }

    .whyHybapps2 .grid h3 {
        font-weight: bold;
        font-size: calc((18px + 1.5vw) * var(--font-ratio));
    }

    .tabsBlock .tab {
        font-size: 10px;
    }

    .tabsBlock .tab img {
        height: 22px;
        width: 22px;
        margin-inline-end: 6px;
    }


    .startBuild::before,
    .startBuild::after {
        display: none;
    }

    .appFeatures .row {
        margin: 0px;
    }

    .userPrec .userChart {
        width: 220px;
        max-width: 100%;
    }
}