﻿:root {
    --primary-color: #264353;
    --secondary-color: #FFC700;
    --white-color: #FFFFFF;
    --black-color: #000000;
}

.primary-font-color {
    color: var(--primary-color);
}

.secondary-font-color {
    color: var(--secondary-color);
}

.white-font-color {
    color: var(--white-color);
}

.black-font-color {
    color: var(--black-color);
}

.text-decoration-underline {
    text-decoration: underline;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: transparent;
}

/*.navbar-toggler collapsed {
    background-color: black;
    border-style: solid;
    border-width: thin;
}*/

.a {
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

@font-face {
    font-family: 'Inter-Black';
    src: url('../Fonts/Inter/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../Fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
}

.inter-extra-bold {
    font-family: Inter-ExtraBold;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../Fonts/Inter/Inter-Bold.ttf') format('truetype');
}

.inter-bold {
    font-family: Inter-Bold;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../Fonts/Inter/Inter-SemiBold.ttf') format('truetype');
}

.inter-semi-bold {
    font-family: 'Inter-SemiBold';
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../Fonts/Inter/Inter-Medium.ttf') format('truetype');
}

.inter-medium {
    font-family: 'Inter-Medium';
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../Fonts/Inter/Inter-Regular.ttf') format('truetype');
}

.inter-regular {
    font-family: Inter-Regular;
}

.font-19 {
    font-size: 19px !important;
}

.font-31 {
    font-size: 31px;
}

.font-45 {
    font-size: 45px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-72 {
    margin-bottom: 72px;
}

.title {
    font-size: 58px;
    line-height: 58px;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-24 {
    margin-top: 24px;
}

.pt-24 {
    padding-top: 24px;
}

.services-content {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 156px;
}

.service-title-left {
    font-size: 34px;
    line-height: 35px;
    background-image: url(../Images/LandingPage/service-title-left.png);
    padding-left: 20px;
    display: flex;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    height: 156px;
}

.service-title-right {
    font-size: 34px;
    line-height: 35px;
    background-image: url(../Images/LandingPage/service-title-right.png);
    padding-right: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    background-position: top right;
    background-repeat: no-repeat;
    height: 156px;
}

.service-description {
    max-width: 900px;
    line-height: 26px;
    text-align: justify;
}

.startup-service-item {
    display: flex;
    align-items: start;
    margin-bottom: 36px;
    max-width: 750px;
}

    .startup-service-item > img {
        margin-right: 48px;
        padding-top: 8px;
    }

.about-us-list {
    max-width: 650px;
    margin-top: 24px;
}

.way-of-working {
    max-width: 720px;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: space-around;
    padding-top: 24px;
}

.testemonial-item {
    max-width: 875px;
    margin: 0 auto;
    background-image: url(../Images/LandingPage/testemonial-background-image.png);
    background-size: contain;
    margin-bottom: 36px;
    padding: 42px 0px 32px 27px;
    background-repeat: no-repeat;
}

.testemonial-header {
    display: flex;
    align-items: start;
    margin-bottom: 32px;
}

    .testemonial-header > img {
        margin-right: 46px;
    }

    .submit-project-form {
        max-width: 875px;
        margin: 0 auto;
        padding-top: 24px;
    }

/*Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    background-color: unset;
    color: var(--primary-color) !important;
    font-size: 21px !important;
}

label {
    color: var(--primary-color) !important;
    font-size: unset;
}

.main-container {
    height: 100%;
    width: 100%;
    z-index: 7;
}

.body-render {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-background {
    background: url(../Images/background_glasses.svg);
    background-repeat: repeat;
    background-position: top left;
    background-size: 270px;
    height: 70px;
    width: 100%;
    position: fixed;
    margin-left: -50px;
    z-index: 9;
    background-color: #EEEEEE;
}

.main-background {
    background: url(../Images/background_glasses.svg);
    background-repeat: repeat;
    background-position: top left;
    background-size: 270px;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9;
}

.main-left-ribbon {
    position: fixed;
    width: 50px;
    height: 100%;
    background: #FFC700;
    z-index: 8;
}

.main-content {
    z-index: 10;
    position: absolute;
    width: 100%;
    padding-left: 50px;
}

img {
    max-width: 100%;
}

.footer {
    white-space: nowrap;
    line-height: 35px;
    display: block;
    padding: 0px;
}

.border-yellow {
    background-color: #264353;
    color: #DDE5EE;
    padding-top: 32px;
}

.footer-bottom-div {
    font-weight: 300;
    font-size: 14px;
    padding-top: 24px;
    padding-bottom: 32px;
}

.main-body {
    /*max-width: 2800px;*/
    padding-top: 80px;
}

.PrivacyLogo {
    border-style: solid;
    border-width: thin;
    border-color: #FFC700;
    background-color: #264353;
    height: 130px;
}

.BottomLogo {
    margin-left: 280px;
    padding-top: 30px;
    height: 100px;
}

.top-menu {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #FFF;
}

.background-image {
    width: 100%;
    height: 100vh;
    z-index: 100;
    position: relative;
}

.carousel-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.list-item-title {
    font-size: 24px;
    font-weight: 500;
}

.landing-content-container {
    text-align: center;
}

.ul-menu {
    background: #ffffff;
    border: double 2px transparent;
    border-radius: 6px;
    border: 2px solid #FFC700;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(#FFC700, #FFC700)left bottom repeat-x;
    background-size: 10px 20px;
    border-radius: 11px;
}

.changes {
    padding: 20px 40px;
    border: 2px solid rgba(255, 199, 0, 0.4);
    background: linear-gradient( 144.48deg, #DDE5EE 51.96%, #EDEDED 101.76%);
    border-radius: 4px;
    max-width: 320px;
}

.empty-case-study {
    width: 320px;
}

.case-study {
    padding: 20px 40px;
    border: 2px solid rgba(255, 199, 0, 0.4);
    background: linear-gradient( 144.48deg, #DDE5EE 51.96%, #EDEDED 101.76%);
    box-shadow: 0px 23px 34px -10px rgba(115, 122, 130, 0.25);
    border-radius: 4px;
    width: 320px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

    .case-study .one {
        text-align: left;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        margin-top: 5px;
    }

    .case-study .two {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
    }

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #DDE5EE;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FFC700;
    border-radius: 10.5px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FFC700;
    }

.changes .one,
.changes .two {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.changes .one {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
}

.changes .two {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 5px;
}

.btnClass {
    background: #FFC700;
    box-shadow: 0px 11px 12px -6px rgba(186, 145, 1, 0.25);
    border-radius: 5px;
    width: 299.83px;
    height: 44.5px;
    left: 155.58px;
    top: 1503.61px;
    font-size: 24px;
    color: #264353;
    font-weight: 700;
    border-color: transparent;
}

.background-image-submitProject {
    background: url(../Images/SubmitProject/SubmitProjectBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 150px;
    width: 100%;
    z-index: 100;
    height: 100vh;
}

.form-row {
    width: 690px;
    background: #DEE4EB;
    box-shadow: 0px 52px 91px -22px rgba(176, 176, 176, 0.65);
    border-radius: 12px;
}

.text-resize {
    width: 100%;
    background-color: #DEE4EB;
    resize: none;
}

#attach_file {
    text-decoration: none;
    border: 1.5px solid #264353;
    box-sizing: border-box;
    border-radius: 5px;
    color: #264353;
    font-weight: 500;
    background-color: transparent;
    padding: 3px 8px;
    font-size: 20px;
}

#attach {
    display: none
}

.primary-input {
    background-color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    border: 1px solid black;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.btnClassSubmit {
    background-color: #FFC700;
    width: 120px;
    box-shadow: 0px 11px 12px -6px rgba(186, 145, 1, 0.25);
    border-radius: 5px;
}

.btn-submit {
    background: #FFC700;
    box-shadow: 0px 11px 12px -6px rgba(186, 145, 1, 0.25);
    border-radius: 5px;
    font-size: 24px;
    color: #264353;
    font-weight: 700;
    border-color: transparent;
    padding: 0px 25px;
}

.Text-middle {
    text-align: left;
    color: #264353;
}

.service {
    background: #FFC700;
    border-radius: 5px;
    font-size: 24px;
    color: #264353;
    font-weight: 700;
    border-color: transparent;
    padding: 0px 25px;
}

.btn-default {
    background-color: var(--secondary-color);
    border-radius: 5px;
    font-size: 19px;
    font-family: Inter-Medium;
    color: var(--primary-color);
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .btn-default:hover {
        color: #FFC700 !important;
        background-color: #264353 !important;
    }

    .btn-default:active {
        color: #FFC700 !important;
        background-color: #264353 !important;
        border: 2px solid #FFC700;
    }

.btn-secondary {
    background-color: #264353;
    border-radius: 5px;
    font-size: 18px;
    color: #FFC700 !important;
    font-weight: 700;
    border: 2px solid #264353;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .btn-secondary:hover {
        color: #264353 !important;
        background-color: #FFC700 !important;
        border: 2px solid #FFC700;
    }

    .btn-secondary:active {
        color: #264353 !important;
        background-color: #FFC700 !important;
        border: 2px solid #264353;
    }

.btn-transparent {
    background-color: transparent;
    border-radius: 5px;
    font-size: 18px;
    line-height: 34px;
    color: #264353 !important;
    font-weight: 700;
    border: 1px solid var(--primary-color);
    padding: 8px 16px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    min-width: 206px;
    max-height: 54px;
}

    .btn-transparent:hover {
        /*color: #FFC700 !important;*/
        border: 1px solid #264353;
    }

    .btn-transparent:active {
        /*color: #264353 !important;*/
        border: 1px solid #264353;
    }

.btn-dark {
    background: var(--primary-color);
    border-radius: 7px;
    color: var(--secondary-color) !important;
    font-family: Inter-Regular;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

    .btn-dark:hover {
        text-decoration: none;
        background: var(--primary-color);
        color: var(--white-color) !important;
        cursor: pointer;
    }

.btn-dark-navbar,
.btn-yellow-navbar {
    padding: 10px 26px;
    font-size: 14px;
}

.btn-yellow-navbar {
    background: var(--secondary-color);
    border-radius: 7px;
    color: var(--primary-color) !important;
    font-family: Inter-Regular;
    cursor: pointer;
    margin-left: 29px;
}

    .btn-yellow-navbar:hover {
        text-decoration: none;
        color: var(--white-color) !important;
    }

.page-introduction-title {
    font-size: 60px;
    font-weight: 500;
}

.page-introduction-subtitle {
    font-size: 45px;
    font-weight: 500;
}

.page-introduction-content {
    font-size: 25px;
}

a.nav-link {
    cursor: pointer;
}

.modal-title {
    font-weight: 900;
    color: #212529;
    font-size: 40px;
    text-decoration: underline;
    text-decoration-color: #FFC700;
    margin: auto;
}

.modal-dialog {
    max-width: 100%;
}

.btn-close {
    border: none;
    background: transparent;
}

.modal-header {
    display: block;
    border-bottom: none;
}

.modal-body {
    vertical-align: top;
    overflow-y: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-content {
    border: 4px solid #FFC700;
    text-align: center;
}

.modal-footer {
    border-top: none;
    display: block;
    padding-bottom: 24px;
    padding-top: 24px;
}

.btn-view-case-study {
    background: #FFC700 !important;
    box-shadow: 0px 11px 12px -6px rgb(186 145 1 / 25%);
    border-radius: 5px;
    width: 299.83px;
    height: 44.5px;
    left: 155.58px;
    top: 1503.61px;
    font-size: 24px;
    color: #264353;
    font-weight: 700;
    border-color: transparent;
    text-decoration: none;
    padding: 3px 8px !important;
    width: 100%;
}

    .btn-view-case-study:hover {
        text-decoration: none;
        color: #264353;
    }

.case-study-background-image {
    width: 100%;
    z-index: 100;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.case-study-background-image-glasses {
    bottom: 150px;
    width: 100%;
    z-index: 100;
    padding: 50px 40px;
}

.underlined-span {
    background: linear-gradient(#FFC700, #FFC700)left bottom repeat-x;
    background-size: 10px 20px;
    border-radius: 11px;
}

.pointer {
    cursor: pointer;
}

.changes > img {
    width: 100%;
}

.changes,
.service-div {
    margin-bottom: 30px;
}

.disabled {
    opacity: 0.4;
    pointer-events: none;
}

@media (min-width: 1800px) {
    .container-fluid {
        width: 70%;
        margin: 0 auto;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}

.carousel-control-next {
    right: -95px;
}

.carousel-control-prev {
    left: -95px;
}

.carousel-inner {
    padding-bottom: 20px;
}

.list-item {
    width: 320px;
    padding: 10px 20px;
    text-align: center;
}

.icons {
    padding: 0px 10px 0px;
}

.col-lg-4 {
    padding-right: 50px;
    padding-left: 60px;
}

.scroll-icon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.carousel-control-prev-icon {
    background-image: url(../Images/arrow_left.svg);
    width: 70px;
    height: 70px;
}

.carousel-control-next-icon {
    background-image: url(../Images/arrow_right.svg);
    width: 70px;
    height: 70px;
}

.yellow-color {
    color: #FFC700;
    margin-bottom: 0rem;
    padding: 1px 5px 1px 4px;
}

.trademark-text {
    position: fixed;
    top: 20px;
    left: 16px;
    z-index: 11;
}

a {
    color: white;
    text-decoration: none;
}

.container-text {
    width: 94%;
    margin: auto;
    text-align: left;
    color: #264353;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
}

.case-study-text {
    margin: 50px 0px;
    text-align: justify;
}

.yellow-color {
    text-decoration: none;
    color: #FFC700;
}

.container-image {
    background: linear-gradient(144.48deg, #DDE5EE 51.96%, #EDEDED 101.76%);
    border: 2.89789px solid rgba(255, 199, 0, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 33.3257px 49.2641px -14.4894px rgba(115, 122, 130, 0.25);
    border-radius: 5.79578px;
}

#carouselExampleIndicators {
    padding: 30px;
}

#cookies-pop-up {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

#CompanyEmail {
    display: none;
}

.attach-file-button {
    cursor: pointer;
    box-shadow: 0px 11px 12px -6px rgb(186 145 1 / 25%);
    font-size: 24px;
    color: #264353;
    font-weight: 700;
    border: 1.5px solid #264353;
    border-radius: 5px;
    padding: 5px;
}

.main-content-body {
    min-height: calc(100vh - 101px);
    padding-right: 50px;
}

.navbar-light .navbar-toggler {
    border: 2px solid #264353;
}

.navbar-toggler:focus {
    outline: none !important;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

a:focus {
    outline: none !important;
}

.page-introduction-container {
    padding-bottom: 20px;
}

.home-page-container {
    padding-top: 40px;
    padding-bottom: 80px;
    font-family: 'Inter-Medium';
}

.home-landing-div {
    max-width: 630px;
    font-family: Inter-SemiBold;
    font-size: 31px;
    line-height: 50px;
}

.home-page-title {
    font-size: 70px;
    font-weight: 500;
}

.schedule-meeting-div {
    background: var(--secondary-color);
    border-radius: 30px;
    padding: 44px 53px 75px 41px;
}

.schedule-meeting-label {
    max-width: 846px;
    font-size: 21px;
    line-height: 26px;
    font-family: Inter-Medium;
}

.nav-link {
    color: var(--primary-color) !important;
    font-family: Inter-Medium;
    font-size: 16px;
}

    .nav-link:hover {
        color: var(--secondary-color) !important;
    }

#img-vorhol-logo {
    max-width: 44px;
}

.project-submit-brief {
    background-color: none !important;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border: 1px solid black;
    font-size: 20px;
}

.footer-link {
    font-size: 18px;
    font-weight: 400;
    color: #DDE5EE;
}

    .footer-link:hover {
        text-decoration: none;
        color: var(--white-color) !important;
    }

body {
    line-height: 1.5 !important;
}

.bmd-label-floating,
.text-danger {
    font-size: 16px !important;
}

.form-control:focus {
    background-image: linear-gradient(0deg,#FFC700 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}

.btn-send {
    padding: 10px 45px;
}

.btn-attach {
    cursor: pointer;
    font-size: 16px;
    color: black;
    font-weight: 500;
    line-height: 1;
}

.attach-url {
    color: #007bff !important;
    text-decoration: underline !important;
    margin-left: 10px;
}

.ul-menu > li {
    width: 100%;
    text-align: center;
}

    .ul-menu > li:hover {
        background-color: #264353;
        color: #FFC700;
        text-decoration: none;
        cursor: pointer;
    }

.d-flex-center-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-collapse {
    margin-left: 111px;
}

/*Media queries*/
@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    #carouselExampleIndicators,
    .carousel-inner {
        padding: unset !important;
    }

    .container-image {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: unset !important;
        padding-left: 0px;
        padding-right: 0px;
    }

        .container-image > img {
            padding: 0px !important;
        }
}

@media (max-width: 992px) {
    body, html {
        overflow-x: unset;
    }

    .container {
        max-width: 100%;
    }

    .main-content-body {
        min-height: calc(100vh - 208px) !important;
        padding-right: 0px !important;
    }

    .home-page-title,
    .page-introduction-title {
        font-size: 38px !important;
    }

    .home-page-title {
        /*padding-left: 15px !important;*/
    }

    .page-introduction-subtitle {
        font-size: 32px !important;
    }

    .home-page-container {
        /*min-height: calc(100vh - 294px) !important;*/
    }

    .page-introduction-container {
        padding: 90px 15px 0px 15px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }

    .clients-container-md,
    .case-container-lg,
    .case-container-md {
        display: none;
    }

    .footer-md-flex {
        display: none !important;
    }

    .changes {
        margin: 0 auto;
    }

    .container-text {
        max-width: 100% !important;
    }

    .clients-container-sm {
        margin-left: -15px;
        max-width: 800px;
        margin-inline: auto;
    }

        .clients-container-sm > div {
            justify-content: space-between;
        }

        .clients-container-sm > .list-item {
            margin: 0 auto;
        }

    .section-title-box {
        text-align: center !important
    }

    .top-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .top-menu > div {
            /*padding-left: 35px !important;*/
        }

    .main-content {
        padding-left: 25px !important;
    }

    .border-yellow {
        padding-right: 15px !important;
    }

    .trademark-text {
        left: 5px !important;
    }

    .icons {
        padding: 0 !important;
    }

    .header-background {
        margin-left: -25px !important;
    }

    .main-left-ribbon {
        width: 25px !important;
    }
}

@media (min-width: 993px) {
    .clients-container-sm,
    .case-container-lg,
    .case-container-sm {
        display: none;
    }

    .footer-sm-flex {
        display: none !important;
    }

    .container {
        max-width: 100%;
    }

    .submit-project-form {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .case-container-md,
    .case-container-sm {
        display: none;
    }

    .case-container-lg {
        display: block;
    }

    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1200px) {
    .body-render {
        padding-top: unset;
        padding-bottom: unset;
    }

    .d-flex-center-between {
        flex-direction: column;
    }

    .home-landing-div {
        max-width: unset;
        margin-top: 40px;
    }

    .home-page-container {
        padding-bottom: 40px;
    }

    .schedule-meeting-div {
        padding: 42px;
    }

    .schedule-meeting-label {
        margin-bottom: 20px;
        max-width: unset;
    }

    .services-content {
        flex-direction: column;
        align-items: start;
        margin-top: 36px;
    }

        .services-content:nth-child(even) {
            flex-direction: column-reverse;
            align-items: end;
            text-align: right;
        }

    .service-description {
        max-width: 100%;
        text-align: right;
    }

        .service-description:nth-child(even) {
            max-width: 100%;
            text-align: left;
        }

    .clients-grid {
        grid-template-columns: repeat(4, auto);
        padding-top: unset;
    }

        .clients-grid > img:nth-last-child(-n+2) {
            grid-column: 2 / 2;
        }

        .clients-grid > img:nth-last-child(-n+1) {
            grid-column: 3 / 3;
        }

    .testemonial-item {
        padding: 24px 0px 24px 24px;
        background-image: url(../Images/LandingPage/testemonial-background-mobile-image.png);
    }

    .testemonial-item:last-child {
        margin-bottom: unset;
    }

    .testemonial-header {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .testemonial-header > img {
        margin-right: unset;
    }
    
    .footer {
        line-height: 21px;
    }

    .icons {
        margin-left: 16px;
    }

    .icons > img {
        height: 27px;
    }

    .border-yellow {
        padding: 0 !important;
    }

    .startup-service-item > img {
        margin-right: 16px;
        padding-top: 6px;
    }

    .about-us-list {
        margin-top: unset;
    }

    .way-of-working > .pt-24 {
        padding-top: unset;
    }

    #testimonials > .pt-24 {
        padding-top: unset;
    }

    .submit-project-form {
        padding-top: unset;
    }

    .navbar-collapse {
        margin-left: 0px;
    }
}

.client-image{
    aspect-ratio:2;
}