@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

html
{
    /*background-image: linear-gradient(to right, #ff9966, #ff5e62);*/
    background: #ededed;
    padding: 0;
    margin: 0;
}

body
{
    padding: 0;
    margin: 0;
}

* {
  box-sizing: border-box;
}

.navbar-wrapper
{
    background-image: linear-gradient(to right, #ff9966, #ff5e62);
    padding: 15px 15px;
    margin: 0;
    overflow: auto;
    box-shadow: 1px 3px 6px 1px #b1b1b1;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 15px 2px #00000070;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 79px;
    top: 0;
    left: 0;
}

.navbar-content-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    max-width: 1275px;
    margin: 0 auto;
}

.text-white
{
    color: white;
}

.logo-big-text
{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.main-title-image
{
    background: url('/images/job.jpg');
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 79px auto 0px auto;
    position: relative;
}

.main-title-wrapper {
    padding: 20px 0px;
    background: #0000008f;
    position: absolute;
     bottom: 50px;
     left: 0px;
     width: 100%;
}

.main-title
{
     text-align: center;
     font-size: 2rem;
     font-family: 'Roboto', sans-serif;
     color: white;
     font-weight: bold;
}

.card-wrapper
{
    margin: 3.5rem 2rem;
    padding: 2.8rem;
    background: linear-gradient(to right, #ff9966, #ff5e62); border-radius: 1.5rem;
    box-shadow: 3px 4px 5px 2px #00000021;
}

.main-sub-section {
    text-align: left;
    font-size: 2rem;
    padding: 30px 0px 0px 0px;
    font-family: 'Anton', sans-serif;
}

.our-technologies {
    background: url(/images/technologies-backround.png);
    background-size: contain;
}

.our-references{

}

.item-list-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-bullet-small{
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 1.5rem;
}

.img-bullet-large{
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 1rem;
}

.item-list-text {
    font-size: 1rem;
}

.lang-link-hr {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding-right: 12px;
    border-right: 1px solid white;
}
.lang-link-en {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding-left: 10px;
}

.content-wrapper{
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
}

.contact-us {
    color: white;
    font-size: 1.3rem;
}

.contact-us-input-field {
    border: none;
    padding: 0.75rem;
    box-shadow: 1px 1px 7px 2px #00000021;
    width: 100%;
    display: block;
}

.margin-b-normal {
    margin-bottom: 1rem;
}

.contact-us-button
{
    border: none;
    color: black;
    padding: 0.5rem 1.5rem;
    box-shadow: 1px 1px 7px 2px #00000021;
    background: #ff5e62;
    color: white;
}

.cookies
{
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background: black;
     opacity: 0.92;
     font-size: 12px;
     padding: 10px;
     color: white;
     display: none;
}

.cookies-first-row-text
{
    display: block;
}

.cookies-i-agree
{
    color: white;
    font-weight: bold;
}

.cookies-i-agree:hover
{
    cursor: pointer;
}

.footer-copy-right-wrapper
{
    background: #c8c8c8;
    color: black;
    text-align: center;
    font-size: 0.8rem;
    padding: 7px;
}

.informative-prices-wrapper-card{
    flex: 1;
    padding: 35px;
}

.informative-prices-wrapper-card-content, .informative-prices-wrapper-card-content-middle{
    background: white;
    min-height: 500px;
    box-shadow: 3px 4px 5px 2px #00000021;
    border-radius: 10px;
    overflow: auto;
}

.informative-prices-wrapper-card-content-middle {
    margin-top: -75px;
}

.informative-prices-wrapper-card-title{
    color: white;
    text-align: center;
    padding: 40px 0px;
    background: linear-gradient(to bottom, #ff9966, #ff5e62);
    box-shadow: 0px 3px 6px 2px #45454521;
}

.card-price{
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.5rem;
}

.card-price-header-text{
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.5rem;
}

.informative-prices-wrapper-card-data-body-wrapper{
    padding: 1.5rem;
}

.informative-prices-outer-wrapper{
    padding: 0px 0px 50px 0px;
    position: relative;
}

.software-consultant-company{
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
}

.contact-form-outer-wrapper {
    background: linear-gradient(to right, #ff9966, #ff5e62); padding: 20px 0px;
}

.our-technologies-outer-wrapper{
    background: white;
    padding-bottom: 40px;
}

.flex-only-desktop{
    display: flex;
}

button {
    cursor: pointer;
}

textarea:focus, input:focus{
    outline: none;
}

.prices-container {
    margin: 0px -35px;
    background: url('/images/background-pricing.png');
    background-size: cover;
}

.why-chose-us-wrapper, .why-chose-us-wrapper-before {
    width: 40%;
    background: linear-gradient(to bottom, #ff9966, #ff5e62);
    color: white;
    padding: 50px 50px 80px 0px;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    position: relative;
}

.why-chose-us-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.why-chose-us-wrapper-title {
    margin-bottom: 1rem;
    font-weight: bold;
}

.fill-info-test {
    color: #190f0a;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.why-chose-us-wrapper-before{
    height: 100%;
    width: 100%;
}

.why-chose-us-description {
    font-size: 1rem;
}

.why-us-half-circle {
    width: 60px;
    position: absolute;
    bottom: 0px;
    left: calc(85% - 60px);
}

.visibility-hidden {
    visibility: hidden;
}

.informative-prices-title-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 85px;
}

.informative-prices-ribbon-img {
    height: 75px;
    width:50px;
    display: block;
}

.informative-prices-title {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    width: 100%;
    padding: 10px;
    margin-left: 16px;
}

.problem-to-avoid-with-us-title {
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
}

.why-pick-us-outer-content-wrapper {
    background: white; padding: 50px 0px;
}

.why-pick-us-content-middle-container{
    width: 100%; max-width: 1275px; display: flex;
}

.problems-to-avoid-with-us-outer-wrapper{
    flex: 1;
    padding: 0px 0px 0px 35px;
}

.problems-reason-wrapper {
    width: 100%;
    padding: 25px;
    font-size: 1.1rem;
    background: #ededed;
    border-left: 6px solid #ff5e62;
    margin-bottom: 20px;
}

.contact-us-inputs-wrapper {
    width: 65%;
    padding-right: 45px;
    border-right: 1px solid white;
}

.contact-information-wrapper {
    padding-left: 45px;
    color: white;
    position: relative;
}

.contact-item-label{
    width: 75px;
    display: inline-block;
    padding-right: 15px;
}

.simple-footer-text {
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.copyright-text {
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 45px;
}

.main-title-additional-text-wrapper {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.main-title-additional-text-item {
    color: white;
    display: inline-block;
    font-size: 1rem;
    font-family: 'Montserrat';
    padding: 7px 15px;
    border-right: 1px solid white;
}

.main-title-additional-text-item:last-of-type{
    border: none;
}

.outsource-developer {
    margin-bottom: 25px;
    background: white;
    max-width: 950px;
    text-align: justify;
}

@media only screen and (max-width: 600px) {
      .flex-only-desktop {
            display: block
      }

      .card-wrapper{
            margin: 1rem 1rem;
      }

      .main-title {
            font-size: 1rem;
            font-weight: bold;
      }

      .mobile-padding-small {
            padding: 1rem;
      }

      .informative-prices-wrapper-card {
        padding: 15px;
      }

      .informative-prices-wrapper-card-content-middle  {
            margin-top: 0px;
      }

      .informative-prices-outer-wrapper {
            padding: 0px;
      }

      .main-sub-section {
        padding: 20px 0px;
      }

      .our-technologies-outer-wrapper {
          padding-bottom: 20px;
      }

      .hide-mobile {
        display: none;
      }

      .why-pick-us-content-middle-container {
        display: block;
      }

      .why-chose-us-wrapper {
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 15px;
        margin-bottom: 15px;
        padding-bottom: 35px;
      }

      .problems-reason-wrapper{
            padding: 15px;
            font-size: 0.8rem;
      }

     .problem-to-avoid-with-us-title {
        font-size: 1.3rem;
     }

     .problems-to-avoid-with-us-outer-wrapper
     {
        padding: 0px 15px;
     }

     .prices-container {
        margin: 0px;
        background: none;
    }

    .informative-prices-outer-wrapper{
         padding-bottom: 15px;
     }

    .informative-prices-title-wrapper{
         padding-bottom: 0px;
     }

     .why-chose-us-description {
         font-size: 0.85rem;
     }

     .why-pick-us-outer-content-wrapper {
         background: white;
         padding: 0px 0px 15px 0px;
     }

     .contact-us-inputs-wrapper {
         width: 100%;
         padding-right: 0px;
         border-right: none;
     }

     .contact-information-wrapper{
        margin-top: 25px;
        padding-left: 0px;
        padding-bottom: 10px;
     }

     .copyright-text {
        left: 0px;
     }

     .card-price{
        font-size: 1.3rem;
     }

     .informative-prices-wrapper-card-title {
        padding: 14px 0px;
     }

    .informative-prices-wrapper-card-content, .informative-prices-wrapper-card-content-middle{
         min-height: auto;
     }

    .our-technologies {
         background: none;
         background-size: contain;
    }
}

.montserrat
{
    font-family: 'Montserrat', sans-serif;
}
