/*main.css Who has access n System properties Type Style Sheet Size 96 KB Storage used 96 KB Location Code Owner me Modified 4:27 AM by me Opened 1:28 PM by me Created 4:41 AM with Google Drive Web Add a description Viewers can download */

*,
::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Gordita", sans-serif;
    color: #fff;
    background-color: #161616;
}

html {
    font-size: 62.5%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0094d7;
}

a:hover {
    cursor: pointer;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
}

.font-primary {
    font-family: "Gordita", sans-serif !important;
}

.font-secondary {
    font-family: "Lato", sans-serif !important;
}

.font-italic {
    font-style: italic;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.max-width {
    max-width: 153rem !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

.max-width-112 {
    max-width: 112rem !important;
}

.max-width-1400 {
    max-width: 140rem !important;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.max-width-full {
    max-width: 100% !important;
}

.gap {
    gap: 5rem !important;
}

.heading-xxl {
    font-size: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 7rem;
    line-height: 9.5rem;
}

@media screen and (max-width: 1250px) {
    .heading-xxl {
        font-size: 7rem;
        line-height: 9rem;
    }
}

@media screen and (max-width: 950px) {
    .heading-xxl {
        font-size: 6rem;
        line-height: 8rem;
    }
}

@media screen and (max-width: 600px) {
    .heading-xxl {
        font-size: 5.5rem;
        line-height: 6.5rem;
    }
}

@media screen and (max-width: 500px) {
    .heading-xxl {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

.heading-xl {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 8.6rem;
}

@media screen and (max-width: 1250px) {
    .heading-xl {
        font-size: 6rem;
        line-height: 7rem;
    }
}

@media screen and (max-width: 950px) {
    .heading-xl {
        font-size: 5.2rem;
        line-height: 6.5rem;
    }
}

@media screen and (max-width: 600px) {
    .heading-xl {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.heading-lg {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 6.2rem;
}

@media screen and (max-width: 1250px) {
    .heading-lg {
        font-size: 4.8rem;
        line-height: 6.2rem;
    }
}

@media screen and (max-width: 950px) {
    .heading-lg {
        font-size: 4.4rem;
        line-height: 5.8rem;
    }
}

@media screen and (max-width: 600px) {
    .heading-lg {
        font-size: 3.8rem;
        line-height: 5rem;
    }
}

.heading-medium {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 6.2rem;
}

@media screen and (max-width: 1250px) {
    .heading-medium {
        font-size: 4rem;
        line-height: 5rem;
    }
}

@media screen and (max-width: 950px) {
    .heading-medium {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
}

@media screen and (max-width: 600px) {
    .heading-medium {
        font-size: 3rem;
        line-height: 4rem;
    }
}

.heading-small {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.8rem;
}

@media screen and (max-width: 1250px) {
    .heading-small {
        font-size: 2.2rem;
        line-height: 3rem;
    }
}

@media screen and (max-width: 950px) {
    .heading-small {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media screen and (max-width: 600px) {
    .heading-small {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.heading-sm {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 4rem;
}

@media screen and (max-width: 950px) {
    .heading-sm {
        font-size: 2.2rem;
        line-height: 2.7rem;
        margin-top: 3.4rem;
        margin-bottom: 2.4rem;
    }
}

.heading-24 {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 4.4rem;
    color: #fff;
}

.heading-xs {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
}

@media screen and (max-width: 950px) {
    .heading-xs {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.heading-normal {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.text-xxl {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
}

@media screen and (max-width: 1250px) {
    .text-xxl {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 600px) {
    .text-xxl {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

.text-xl {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 4rem;
}

@media screen and (max-width: 600px) {
    .text-xl {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

.text-lg {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.2rem;
}

@media screen and (max-width: 600px) {
    .text-lg {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

.text-medium {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.text-normal {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
}

.text-xs {
    font-family: "Gordita", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}


/* ------------  [button]  ------------ */

.btn-primary {
    width: 18rem;
    height: 5rem;
    border-radius: 6px;
}

@media screen and (max-width: 600px) {
    .btn-primary {
        width: 14rem;
        font-size: 1.5rem;
    }
}

.btn-200 {
    width: 20rem;
    height: 6.5rem;
    border-radius: 10px;
    background-color: #0094d7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Gordita", sans-serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (max-width: 600px) {
    .btn-200 {
        width: 14rem;
        font-size: 1.5rem;
    }
}

.btn-200:hover {
    background-color: white;
    color: #0094d7;
}

.btn-secondary {
    width: 27rem;
    height: 7.5rem;
    border-radius: 6px;
}

.btn-tertiory {
    width: 18rem;
    height: 5.5rem;
    border-radius: 7px;
}

.btn-primary,
.btn-secondary,
.btn-tertiory {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiory:hover {
    background-color: #fff;
    color: #0094d7;
}

.arrow-button {
    position: relative;
    width: 4.7rem;
    height: 4.7rem;
    background-color: #0094d7;
    border-radius: 50px;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999;
}

.arrow-button[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.arrow-button i {
    font-size: 3.5rem;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.arrow-button:hover {
    background: #fff;
}

.arrow-button:hover i {
    color: #0094d7;
}

.btn-medium {
    width: 148px;
    height: 4rem;
    border-radius: 6px;
}

.btn-small {
    width: 114px;
    height: 40px;
    font-weight: 700;
    border-radius: 6px;
}

.text-17 {
    font-size: 1.7rem;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
    line-height: 3.2rem;
}

.color-primary {
    color: #0094d7;
}

.bg-primary {
    background-color: #0094d7;
}

.Primary-Color-3 {
    color: #161616;
}

.bg-Primary-Color-3 {
    background-color: #161616;
}

.color-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.color-black {
    color: #000;
}

.bg-black {
    background-color: #000;
}

.color-dark {
    color: #09080e;
}

.bg-dark {
    background-color: #09080e;
}

.color-light-gray {
    color: #f1f1f1;
}

.bg-light-gray {
    background-color: #f1f1f1;
}

.color-gary-light-dark {
    color: #d7d7d7;
}

.bg-gray-light-dark {
    background-color: #d7d7d7;
}

.color-gray-full-dark {
    color: #828282;
}

.bg-gray-full-dark {
    background-color: #828282;
}

.bg-gray {
    background-color: #c4c4c4;
}

.color-gray {
    color: #c4c4c4;
}


/* .mb-20 {
    margin-bottom: 2rem;
} */

.mb-200 {
    margin-bottom: 20rem;
}

@media screen and (max-width: 700px) {
    .mb-200 {
        margin-bottom: 8rem;
    }
}

.mb-5 {
    margin-bottom: 0.5rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.pb-15 {
    padding-bottom: 7.5rem;
}

@media screen and (max-width: 700px) {
    .pb-15 {
        padding-bottom: 5rem;
    }
}

.pt-110 {
    padding-top: 11rem;
}

@media screen and (max-width: 700px) {
    .pt-110 {
        padding-top: 5rem;
    }
}

.pb-20 {
    padding-bottom: 20rem;
}

@media screen and (max-width: 500px) {
    .pb-20 {
        padding-bottom: 4rem;
    }
}

.pt-12 {
    padding-top: 12rem !important;
}

@media screen and (max-width: 500px) {
    .pt-12 {
        padding-top: 8rem !important;
    }
}

.border-bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.09);
}

.line-height {
    line-height: 5rem;
}

.font-medium {
    font-weight: 600;
}

.font-black {
    font-weight: 900;
}

.digital {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.digital .slider-btn {
    display: none !important;
}

@media screen and (max-width: 1139px) {
    .digital .slider-btn {
        display: block;
        position: absolute;
        top: 45%;
        transform: translateY(-45%);
    }
    .digital .novo-back {
        left: 0;
    }
    .digital .novo-next {
        right: 0;
    }
}

.digital__content {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(38rem, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(38rem, 1fr));
    gap: 0rem;
    min-height: 45rem;
    height: 100%;
}

@media screen and (max-width: 1139px) {
    .digital__content .slick-track {
        height: 100%;
    }
}

.digital__content--left,
.digital__content--center,
.digital__content--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: center;
    background-size: cover;
    padding: 15rem 7rem;
}

@media screen and (max-width: 600px) {
    .digital__content--left, .digital__content--center, .digital__content--right { pointer-events: none; }
    
}

.digital__content--left .arrow-button,
.digital__content--center .arrow-button,
.digital__content--right .arrow-button {
    transition: all 0.25 ease;
    -webkit-transition: all 0.25 ease;
    -moz-transition: all 0.25 ease;
    -ms-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
}

@media only screen and (max-width: 75em) {
    .digital__content--left,
    .digital__content--center,
    .digital__content--right {
        padding: 8rem 4rem;
    }
}

.digital__content--left:hover .arrow-button,
.digital__content--center:hover .arrow-button,
.digital__content--right:hover .arrow-button {
    background: #0094d7;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .digital__content--left,
    .digital__content--center,
    .digital__content--right {
        padding: 7rem 2rem;
    }
}

.digital__content--left .heading-medium,
.digital__content--center .heading-medium,
.digital__content--right .heading-medium {
    height: 190px;
}

@media only screen and (max-width: 75em) {
    .digital__content--left .heading-medium,
    .digital__content--center .heading-medium,
    .digital__content--right .heading-medium {
        height: 150px;
    }
}

.digital__content--left .arrow-button,
.digital__content--center .arrow-button,
.digital__content--right .arrow-button {
    margin-top: 4.5rem;
    width: 47px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    background-color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.digital__content--left .arrow-button button,
.digital__content--center .arrow-button button,
.digital__content--right .arrow-button button {
    background-color: transparent;
    width: 100%;
    height: 100%;
    color: inherit;
    font-size: inherit;
}

@media screen and (max-width: 750px) {
    .digital__content--left .arrow-button,
    .digital__content--center .arrow-button,
    .digital__content--right .arrow-button {
        margin-top: 1.5rem;
    }
}

.digital__content--left .arrow-button i,
.digital__content--center .arrow-button i,
.digital__content--right .arrow-button i {
    color: #fff;
    font-size: 3rem;
}

.digital__content--center,
.digital__content--left,
.digital__content--right {
    position: relative;
}

.digital__content--center>*,
.digital__content--left>*,
.digital__content--right>* {
    position: relative;
    z-index: 9;
}

.digital__content--center::after,
.digital__content--left::after,
.digital__content--right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 147, 215, 0.9);
    transition: background-color 0.35s ease;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -ms-transition: background-color 0.35s ease;
    -o-transition: background-color 0.35s ease;
}

.digital__content--center:hover::after,
.digital__content--left:hover::after,
.digital__content--right:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
    transition-delay: 5s;
    transition: background-color 1s ease;
}

.digital__content--left {
    background: url("../img/png/digital-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.digital__content--center {
    background: url("../img/png/digital-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.digital__content--right {
    background: url("../img/png/digital-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.svoje {
    background-color: #09080e;
    width: 100%;
    padding: 10rem 2rem 13rem 2rem;
}

.svoje__content {
    max-width: 134rem;
    width: 100%;
    margin: 0 auto;
}

.svoje__content--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 10rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 950px) {
    .svoje__content--top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.svoje__content--top--left h1,
.svoje__content--top--right h1 {
    max-width: 65rem;
    width: 100%;
}

.svoje__content--top--left .text-width,
.svoje__content--top--right .text-width {
    max-width: 58rem;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .svoje__content--top--left .text-width,
    .svoje__content--top--right .text-width {
        max-width: 65rem;
        width: 100%;
    }
}

.svoje__content--gallery {
    max-width: 94rem;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 24px;
}

.svoje__content--gallery--box {
    border: 2px solid #2d2d2d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    height: 27rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .svoje__content--gallery {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 650px) {
    .svoje__content--gallery {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem !important;
        row-gap: 12px !important;
        margin-left: -7px !important;
    }
    .svoje__content--gallery--box {
        padding: 1rem;
        height: 22rem;
    }
    .svoje__content--gallery--box .row {
        margin: auto;
    }
    .svoje__content--gallery--box p.text-normal.color-gary-light-dark
    {
        display: none;
    }
}


/* @media screen and (max-width: 600px) {
    .partneri__content--partners {
        border: 2px solid #2d2d2d;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 2.4rem 4rem 2.4rem 2.4rem;
        height: 27rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
} */

.svoje__content--gallery--box .box-img {
    margin-bottom: 12px;
}

.svoje__content--gallery--box .box-img img {
    width: 84px;
    height: 84px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 25px;
}

.svoje__content--gallery--box .box-img .font-weight {
    font-weight: 700;
}

.box-img p {
    text-align: center;
}

.svoje__content--gallery--box:hover {
    /* background-color: #0093d7; */
    border-color: #ffffff;
}

.svoje__content--gallery--box:hover .box-img img {
    -webkit-filter: grayscale(100%) brightness(1500%);
    filter: grayscale(100%) brightness(1500%);
}

.svoje__content--gallery--box i {
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -ms-transition: color 0.25s;
    -o-transition: color 0.25s;
}


/* .svoje__content--gallery--box:hover i {
    color: #fff !important;
} */

.partneri {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .partneri {
        padding-bottom: 10rem;
    }
}

.partneri__content {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

.partneri__content--heading {
    text-align: center;
    margin-bottom: 10rem;
} 

.partneri__content--heading h1.heading-xl{
    line-height: 15rem;
}

.partneri__content--heading h1{
    padding-bottom: 1rem;
}

@media screen and (max-width: 750px) {
    .partneri__content--heading {
        margin-bottom: 7rem;
    }
}

.partneri__content--partners {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4.4rem;
}

@media screen and (max-width: 600px) {
    .partneri__content--partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 3.6rem;
        column-gap: 3.6rem;
        row-gap: 4rem;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .partneri__content--partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        width: 100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 3.6rem;
        column-gap: 3.6rem;
        row-gap: 4rem;
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}

.partneri__content--partners img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .partneri__content--partners img {
        width: 50%;
    }
}

.zain {
    background-image: url("../img/png/bg-zain.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 45rem;
    height: 100%;
    margin-top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1250px) {
    .zain {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 600px) {
    .zain, .zelti {
        background-attachment: unset;   
    }
    
}

.zain__content {
    max-width: 120rem;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    gap: 2rem;
}

@media screen and (max-width: 850px) {
    .zain__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.zain__content--left {
    max-width: 64rem;
    width: 100%;
    z-index: 20;
}

@media screen and (max-width: 850px) {
    .zain__content--left {
        margin-bottom: 4rem;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .zain__content--left {
        text-align: center;
    }
}

.zain__content--right button {
    z-index: 40;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zain__content--right button:hover {
    background-color: white;
    color: #0094d7;
}

.zain-gallery {
    margin-bottom: 230px !important;
}

@media only screen and (max-width: 53.125em) {
    .zain-gallery {
        margin-bottom: 16px !important;
    }
}

.zain-2 {
    background-image: url("..//img/png/zain-bg-2.png");
    position: relative;
    margin-bottom: 24rem;/*margin-bottom: 10rem;*/
    height: 100%;
}

@media screen and (max-width: 850px) {
    .zain-2 {
        margin-bottom: 8rem;
    }
}

.zain-2::after {
    content: "";
    max-width: 60%;
    height: 45rem !important;
    width: 100%;
    background: -webkit-gradient( linear, left top, right top, from(#000000), to(rgba(1, 148, 215, 0)));
    background: linear-gradient( to right, #000000 0%, rgba(1, 148, 215, 0) 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.white-box {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-grid;
    display: grid;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    z-index: 10;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}

.white-box svg {
    color: black;
}

@media screen and (max-width: 850px) {
    .white-box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-transform: none;
        transform: none;
    }
    .white-box--left { background-color: #0094d7 !important; border-color: transparent !important; }
    .white-box--left svg, .white-box--left .text-medium { color: white; }
}

.white-box--left {
    border-right: 2px solid #cecece;
    border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 950px) {
    .white-box--left {
        border: none;
    }
}

.white-box--right {
    border-radius: 0 15px 15px 0;
}

.white-box--left,
.white-box--right {
    padding: 6.3rem 7.8rem 2.7rem 8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7rem 1fr;
    grid-template-columns: 7rem 1fr;
    gap: 4rem;
    background-color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
    .white-box--left,
    .white-box--right {
        border-radius: 15px;
    }
}

@media screen and (max-width: 650px) {
    .white-box--left,
    .white-box--right {
        border-radius: 15px;
        padding: 4rem 2.5rem;
    }
}

.white-box--left .left-text,
.white-box--right .left-text {
    color: #828282;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.white-box--left .left-text h2,
.white-box--right .left-text h2 {
    margin-bottom: 1rem;
    color: black !important;
}

.white-box--left .left-text p,
.white-box--right .left-text p {
    margin-bottom: 1rem;
    line-height: 2.4rem;
}

.white-box--left .left-text span,
.white-box--right .left-text span {
    display: block;
}

.white-box--left:hover,
.white-box--right:hover {
    background-color: #0094d7;
}

.white-box--left:hover svg,
.white-box--right:hover svg {
    color: white;
}

.white-box--left:hover .left-text,
.white-box--right:hover .left-text {
    color: white;
}

.white-box--left:hover .left-text .color-primary,
.white-box--left:hover .left-text h2,
.white-box--right:hover .left-text .color-primary,
.white-box--right:hover .left-text h2 {
    color: white !important;
}


/* body {
    padding-top: 14rem;
} */

@media only screen and (max-width: 600px) {
    body {
        padding-top: 10rem;
    }
}

.navbar {
    width: 100%;
    height: 8rem;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 1000;
}

@media screen and (max-width: 600px) {
    .navbar {
        height: 10rem;
    }
}

.navbar__container {
    max-width: 171rem;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    margin: auto;
    gap: 2rem;
    position: relative;
    z-index: 50;
}

.navbar__container--logo-box a img {
    width: 13rem;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 1250px) {
    .navbar__container--logo-box
    {
        display: flex;
        flex: 1;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 600px) {
    .navbar__container--logo-box a img {
        width: 12rem;
    }
    .navbar__container {
        padding: 1.5rem !important;
    }
}

.navbar__container--menu {
    max-width: 75rem;
    width: 100%;
}

@media screen and (max-width: 1250px) {
    .navbar__container--menu {
        background-color: #0094D7;
        position: absolute;
        top: 100%;
        left: 0;
        max-width: 100%;
        -webkit-box-shadow: 0 2rem 5rem rgba(9, 8, 14, 0.5);
        box-shadow: 0 2rem 5rem rgba(9, 8, 14, 0.5);
        z-index: 50;
    }
}

.navbar__container--menu .nav-target {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 1rem;
    font-weight: 500;
}

@media screen and (min-width: 1250px) {
    .navbar__container--menu .nav-target {
        flex: 1;
        gap: 0 !important;
        justify-content: center;
    }   
}

@media screen and (max-width: 1250px) {
    .navbar__container--menu .nav-target {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        gap: 0;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

@media screen and (max-width: 1250px) {
    .navbar__container--menu .nav-target>li {
        max-width: 100%;
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.navbar__container--menu .nav-target>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar__container--menu .nav-target>li>a:hover {
    color: #0094d7;
}

@media screen and (max-width: 1250px) {
    .navbar__container--menu .nav-target>li>a {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: white !important;
    }
    .navbar__container--menu .nav-target>li { margin: 0 auto !important; }
}

.navbar__container .nav-active {
    max-height: 800px;
    overflow: auto;
    height: 100vh;
    padding: 3rem 2.5rem 15rem 2.5rem;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar__container--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}

@media screen and (min-width: 1250px) {
    .navbar__container--right
    {
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }
    
}

.contact_btn_one {
    background: #ffffff;
    color: #0479AE;
}

@media screen and (min-width: 601px) {
    .contact_btn_one {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .navbar__container--right {
        gap: 1.5rem;
    }
    .contact_btn_two {
        display: none;
    }
}

.navbar__container--right .search {
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50px;
}

@media screen and (max-width: 600px) {
    .navbar__container--right .search {
        display: none;
    }
}

.navbar__container--right .language {
    background-color: transparent;
}

.navbar__container--right .navbar__toggle {
    display: none;
    background-color: transparent;
    font-size: 5rem;
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .navbar__container--right .navbar__toggle {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .navbar__container--right .navbar__toggle {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1250px) {
    .dropdown {
        max-height: 0;
        padding: 0;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    .dropdown.show-dropdown {
        max-height: 900px;
        pointer-events: all;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
    }
    .dropdown a,
    .dropdown p,
    .dropdown i {
        color: #fff;
    }
    .dropdown>ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        font-size: 14px;
        font-weight: 400;
    }
    .dropdown>ul li a h4 {
        font-size: 14px;
        line-height: 23px;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        color: #FFFFFF;
        font-weight: 500
    }
    .dropdown>ul li a h4 i {
        font-size: 20px;
    }
    .dropdown>ul li a p {
        font-size: 12px;
        font-weight: 400;
        max-width: 246px;
        line-height: 17px;
    }
    .dropdown i {
        display: none;
    }
    .dropdown .sub-dropdown {
        display: none;
    }
    .dropdown .has-dropdown i {
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .dropdown .has-dropdown>a.rotate-sub>i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1250px) {
    .has-dropdown {
        position: relative;
    }
    .dropdown {
        position: absolute;
        display: none;
        max-height: none;
        left: 0;
        background: #0094D7;
        color: white;
        padding-top: 16px;
        padding-bottom: 16px;
        border-radius: 10px;
        z-index: 10;
        width: 293px;
    }
    .dropdown a,
    .dropdown li,
    .dropdown p {
        color: inherit;
        text-align: left;
    }
    .dropdown i {
        display: inline-block;
    }
    .dropdown>ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        /* padding-top: 16px;
        padding-bottom: 16px; */
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }
    .dropdown>ul li a h4 {
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 6px;
        color: #FFFFFF;
    }
    .dropdown>ul li a h4 i {
        font-size: 20px;
    }
    .dropdown>ul li a p {
        font-size: 12px;
        font-weight: 400;
        max-width: 246px;
        line-height: 17px;
    }
    .dropdown>.dropdown__list>li:hover>a {
        background: #38BAF4;
    }
    .dropdown .sub-dropdown {
        position: absolute;
        left: 100%;
        z-index: -1;
        display: none;
        pointer-events: none;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
        background: #0094D7;
        top: 0;
        bottom: 0;
        -webkit-transform: scaleX(0) skewY(5deg);
        transform: scaleX(0) skewY(5deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        border-radius: 0 10px 10px 0;
    }
    .dropdown .sub-dropdown::before {
        position: absolute;
        content: "";
        height: calc(100% - 32px);
        background: #0479AE;
        width: 1px;
        top: 16px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .dropdown .sub-dropdown::after {
        content: "";
        position: absolute;
        left: -20px;
        width: 30px;
        pointer-events: none;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #0094D7;
    }
    .dropdown .sub-dropdown a {
        padding: 8px 18px;
        width: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
    }
    .dropdown .sub-dropdown a:hover {
        background: #38BAF4;
    }
    .dropdown__list li:hover>.sub-dropdown {
        display: block;
        left: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        pointer-events: all;
    }
    i {
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .has-dropdown:hover a>i.bx-chevron-down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 800px) {
    .contact_btn_one {
        display: none;
    }
    .contact_btn_two {
        visibility: hidden;
    }
}

@media screen and (max-width: 450px) {
    .contact_btn_one {
        background-color: #fff;
        color: #0094D7;
    }
    .contact_btn_two {
        display: none;
    }
}

.header {
    background-color: #161616;
    width: 100%;
}

.header .btn-tertiory:hover,
.zelti .btn-tertiory:hover {
    color: #fff;
    background-color: #0094d7;
}

.header-slider {
    width: 100%;
}

.header-blue {
    position: relative;
}

.header-blue>* {
    position: relative;
    z-index: 9;
}

.header-blue::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 147, 215, 0.35);
}

.header__content {
    /* background-image: url("../img/png/bg-header.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 171rem;
    width: 100%;
    height: 83rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: right;
    position: relative;
}

@media screen and (max-width: 1150px) {
    .header__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 90rem;
    }
}

@media screen and (max-width: 850px) {
    .header__content {
        height: calc(100vh - 140px);
    }
}


/* @media screen and (max-width: 450px) {
    .header__content {
        text-align: center;
    }
} */

.header__content--box {
    max-width: 95rem;
    width: 100%;
    height: 91rem;
    margin-left: auto;
    margin-right: 10rem;
    position: relative;
    z-index: 1;
    background: transparent;
}

@media screen and (max-width: 1150px) {
    .header__content--box {
        height: 80rem;
        margin: 0 auto;
        margin-top: 10rem;
        height: calc(100vh - 140px);
    }
}

@media screen and (max-width: 850px) {
    .header__content--box {
        height: calc(100vh - 240px);
    }
}

.header__content--box-bg {
    position: absolute;
    right: 10rem;
    left: auto;
    max-width: 95rem;
    height: 71rem;
    width: 100%;
    background: #0094d7;
    mix-blend-mode: multiply;
    border-radius: 10px 10px 0px 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    bottom: 0px;
}

@media screen and (max-width: 1150px) {
    .header__content--box-bg {
        height: 80rem;
        border-radius: 10px;
        max-width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .header__content--box-bg {
        height: calc(100vh - 200px);
    }
}

.header__content--box-text {
    position: absolute;
    top: 60%;
    left: 7.6rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1150px) {
    .header__content--box-text {
        left: 6%;
        padding: 0 2rem;
        top: 45%;
    }
}

@media screen and (max-width: 850px) {
    .header__content--box-text {
        top: 30%;
    }
}

@media screen and (max-width: 450px) {
    .header__content--box-text {
        margin-top: 100px;
    }
}

.header__content--box-text h1 {
    margin-bottom: 3rem;
}

.header__content--box-text p {
    max-width: 70rem;
    width: 100%;
    margin-bottom: 7rem;
}

@media screen and (max-width: 1150px) {
    .header__content .arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 16rem;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 5rem;
        margin-top: -10rem;
    }
}

@media screen and (max-width: 850px) {
    .header__content .arrows {
        margin-top: -20rem;
    }
}

.header__content .arrows__button {
    position: absolute;
    top: 55%;
}

@media screen and (max-width: 1150px) {
    .header__content .arrows__button {
        position: relative;
    }
}

.header__content .arrows__button button {
    width: 4.7rem;
    height: 4.7rem;
    background-color: #0094d7;
    font-size: 3rem;
    color: #fff;
    border-radius: 50px;
}

.header__content .left {
    left: 3rem;
}

.header__content .right {
    right: 3rem;
}

.about-header {
    background-color: #161616;
    width: 100%;
}

.about-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 24rem;
    margin-top: 8rem !important;
    height: 100%;
    margin: 0 auto;
    background-image: url("..//img/png/about-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1250px) {
    .about-header__content { background-size: 100% 100%; }    
}

.color-overlay {
    max-width: 167rem;
    width: 100%;
    padding: 5.5rem;
    height: 100%;
    background: #0093d75d;
    position: absolute;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .color-overlay, .about-header__content, .service-header__content, .subservice-header__content, .zasto-header__content, .career-header__content, .contact-header__content {
        border-radius: 10px;
    }
}

@media screen and (max-width: 900px) {
    .about-header__content {
        padding: 0 2rem;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .color-overlay {
        height: 100%;
        padding: 5.5rem 3.5rem !important;
    }
    .about-header__content {
        margin-top: 0 !important;
    }
}


.about-header__content h1 {
    margin-bottom: -1rem;
}

@media screen and (max-width: 700px) {
    .about-header__content h1 {
        margin-bottom: 1rem;
    }
}

.service-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 24rem;
    margin-top: 8rem !important;
    height: 100%;
    margin: 0 auto;
    background-image: url("../img/png/service-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 600px) {
    .service-header__content h1 {
        margin-top: 4rem;
    }
}

.service-header__content h1 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 500px) {
    .service-header__content p {
        text-align: center;
    }
}

.gallery-header {
    background-image: url("..//img/png/service-gallery.png");
    max-width: 166rem;
    width: 100%;
    min-height: 70rem;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .gallery-header {
        background-position: right;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 600px) {
    .gallery-header {
        background-position: bottom;
        background-size: cover;
        min-height: 100vh;
    }
}

.gallery-header h1 {
    margin-bottom: 10rem;
}

@media screen and (max-width: 600px) {
    .gallery-header h1 {
        margin-bottom: 5rem;
    }
}

.gallery-header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-header .btn button {
    max-width: 38rem;
    width: 100%;
    height: 7.3rem;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-header .btn button:hover {
    color: #fff;
    background-color: #0094d7;
}

.career-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 24rem;
    margin-top: 8rem !important;
    height: 100%;
    margin: 0 auto;
    background-image: url("..//img/png/careers.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.partneri__content--partners_new {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 5rem;
}
.partneri__content--partners_new img {
    display: block;
}

@media screen and (max-width: 600px) {
    .partneri__content--partners_new {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
    .career-header__content {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 400px) {
    .partneri__content--partners_new {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

.career-header__content h1 {
    margin-bottom: -1rem;
}

.zasto-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 24rem;
    margin-top: 8rem !important;
    height: 100%;
    margin: 0 auto;
    background-image: url("..//img/png/zasto-header1.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
 
.zasto-header__content h1 {
    margin-bottom: -1rem;
}

@media screen and (max-width: 600px) {
    .zasto-header__content {
        margin-top: 0px !important;
    }
}

.contact-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 26rem;
    margin: 0 auto;
    margin-top: 8rem !important;
    height: 100%;
    background-image: url("..//img/png/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.contact-header__content h1 {
    line-height: normal;
}

.contact-header__content p {
    text-align: center;
}

.subservice-header__content {
    max-width: 167rem;
    width: 100%;
    min-height: 24rem;
    margin-top: 8rem !important;
    height: 100%;
    margin: 0 auto;
    background-image: url("..//img/png/bg-subservice.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.subservice-header__content h1
{
    padding-top: 2rem;
}

@media screen and (max-width: 600px) {
    .subservice-header__content {
        margin-top: 0 !important;
    }
}

.subservice-header__content p {
    text-align: center;
}


/* ------------  [footer]  ------------ */

.footer {
    padding-top: 20rem;
    position: relative;
    margin-top: -21.7rem;
}

.footer__content--body--list-heading img {
    width: 250px;
    margin-left: -22px;
}

@media screen and (max-width: 1250px) {
    .footer__content--body--list-heading img {
        margin: auto;
        display: block;
        margin-left: -0.5rem !important;
    }
}
@media screen and (max-width: 1250px) {
    .footer {
        margin-top: -0.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 850px) {
    .footer {
        -webkit-transform: none;
        transform: none;
        padding-top: 7rem;
    }
}

.footer__content {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
}

.footer__content--body {
    max-width: 120rem;
    width: 100%;
    padding-bottom: 5rem;
}

.footer__content--body--heading {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(370px, 460px) minmax(340px, 1fr);
    grid-template-columns: minmax(370px, 460px) minmax(340px, 1fr);
    gap: 14rem;
    margin-bottom: 9.4rem;
}

@media screen and (max-width: 1150px) {
    .footer__content--body--heading {
        gap: 3rem;
    }
}

@media screen and (max-width: 950px) {
    .footer__content--body--heading {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .footer__content--body--heading {
        text-align: left;
    }
}

.footer__content--body--heading .footer-text {
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .footer__content--body--heading .footer-text {
        max-width: 60rem;
        width: 100%;
        margin: 0 auto;
    }
    .footer__content--body--heading .footer-text p {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .footer__content--body--heading .footer-text {
        text-align: left;
    }
    .footer__content--body--heading .footer-text p {
        margin-top: 2rem;
    }
}

.footer__content--body--heading .footer-text .input {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 140px;
    grid-template-columns: 1fr 140px;
    border-radius: 7px;
    padding-top: 30px;
    margin-bottom: 1rem;
}

@media screen and (max-width: 950px) {
    .footer__content--body--heading .footer-text .input {
        max-width: 60rem;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .footer__content--body--heading .footer-text .input {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.footer__content--body--heading .footer-text .input input {
    padding: 0 20px;
    color: #fff;
    background-color: #272727;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .footer__content--body--heading .footer-text .input input {
        height: 6.6rem;
        border-radius: 7px;
    }
}

.footer__content--body--heading .footer-text .input input:focus {
    background-color: rgba(255, 255, 255, 0.25);
}

.footer__content--body--heading .footer-text .input button {
    width: 14rem;
    height: 6.6rem;
    background-color: #0094d7;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.footer__content--body--heading .footer-text .input button:hover {
    background-color: white;
    color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
    .footer__content--body--heading .footer-text .input button {
        margin-top: 2rem;
        border-radius: 7px;
        height: 5rem;
    }
}

.footer__content--body--heading .footer-text .input button i {
    font-size: 2rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer__content--body--list {
    max-width: 139rem;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(250px, 350px) 1fr;
    grid-template-columns: minmax(250px, 350px) 1fr;
   
}

.footer__content--body--list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 950px) {
    .footer__content--body--list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        
    }
}

.footer__content--body--list .font-weight-footer {
    font-weight: 300 !important;
    margin-top: 2.4rem;
    max-width: 252px;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .footer__content--body--list .font-weight-footer {
        max-width: 90%;
    }
}

.footer__content--body--list-detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(180px, 250px) minmax(180px, 250px) minmax(250px, 1fr);
    grid-template-columns: minmax(180px, 250px) minmax(180px, 250px) minmax( 250px, 1fr);
    gap: 3rem;
}

@media screen and (max-width: 700px) {
    .footer__content--body--list-detail {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4rem;
    }
}

@media screen and (max-width: 550px) {
    .footer__content--body--list-detail {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }
}

.footer__content--body .line {
    max-width: 94rem;
    width: 100%;
    height: 2px;
    background-color: #4e4e4e;
    display: block;
    margin: 0 auto;
}

.footer__content--copyright {
    padding-bottom: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__content--copyright {}

.footer__content--copyright ul li a:hover {
    color: #0094D7;
}

.footer__content--copyright a:hover {
    color: red;
}

@media screen and (max-width: 800px) {
    .footer__content--copyright {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
        row-gap: 5rem;
        text-align: center;
        justify-content: center;
    }
}

.footer__content--copyright ul {
    gap: 2rem;
}

.footer__content--copyright .center-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .footer__content--copyright .center-text {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
    }
}

.footer__content--copyright .center-text i {
    padding-top: 3rem;
}

.footer-list a {
    text-decoration: none;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .center-text {
        padding-left: 15%;
    }
}

#wrapper {
    overflow: hidden;
}

.vasih {
    background-image: url("../img/png/bg-vasih.png");
    width: 100%;
    height: 94rem;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 850px) {
    .vasih {
        height: auto;
        padding: 5rem 0;
    }
}

.vasih__content {
    max-width: 137rem;
    width: 100%;
    height: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10rem;
    column-gap: 10rem;
    row-gap: 4rem;
}

@media screen and (max-width: 850px) {
    .vasih__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8rem;
    }
}

.vasih__content--left {
    max-width: 55rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vasih__content--left img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
}

.vasih__content--left--front {
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 3;
}

.vasih__content--left--back {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 62rem !important;
    z-index: 0;
    left: 4.3rem;
    top: calc(50% - 5.5rem);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 75em) {
    .vasih__content--left--back {
        height: 65rem !important;
    }
}

.vasih__content--left:hover .vasih__content--left--back {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
    top: 50%;
    left: 0;
    z-index: 100;
}

.vasih__content--left:hover .vasih__content--left--front {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    z-index: 0;
    -webkit-transform: translate(4rem, -4rem) !important;
    transform: translate(4rem, -4rem) !important;
}

@media screen and (max-width: 850px) {
    .vasih__content--left {
        height: 35rem;
    }
    .vasih__content--left img {
        height: 100% !important;
    }
    .vasih__content--left--back {
        top: calc(50% - 1.5rem) !important;
        left: 1.5rem !important;
    }
    .vasih__content--left:hover .vasih__content--left--back {
        top: calc(50% - 0.5rem) !important;
        left: 0.5rem !important;
    }
    .vasih__content--left:hover .vasih__content--left--front {
        -webkit-transform: translate(1.8rem, -1.8rem) !important;
        transform: translate(1.8rem, -1.8rem) !important;
    }
}

.vasih__content--right {
    max-width: 60rem;
    width: 100%;
}

.vasih__content--right h1 {
    margin-bottom: 2rem;
}

.vasih__content--right p {
    margin-bottom: 3rem;
}

.user {
    background-color: #000;
    width: 100%;
    padding-bottom: 0rem;
}

.user__content {
    max-width: 115rem;
    width: 100%;
    padding: 9rem 2rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 850px) {
    .user__content {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .user__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.user__content--box svg {
    width: 13rem;
    height: 13rem;
    color: #0094d7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.novosti {
    background-image: url("../img/png/bg-vasih.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0rem;
}

.novosti__content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* the slides */
    /* the parent */
}

@media screen and (min-width: 1250px) {
    .novosti_heading {
        padding-top: 5rem;
    }
}

.novosti__content h1 {
    text-align: center;
    padding-bottom: 8rem;
}

.novosti__content--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3rem;
    padding: 0 20px;
}

.novosti__content--body--box {
    display: block;
    overflow: hidden;
    width: 33.3333333%;
    height: 400px;
    position: relative;
    border-radius: 10px;
}
.novosti__content--body--box h2 {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
}
@media screen and (max-width: 600px) {
    .novosti__content--body--box h2 {
        font-size: 2.5rem;
    }
}

.novosti__content--body--box .overlay-effect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.5) 48.29%, #030303 100%);
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.novosti__content--body--box:hover .overlay-effect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 147, 215, 0.5) 48.29%, rgba(0, 147, 215, 0.5) 100%);
}
.novosti__content--body--box img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.novosti__content--body-container {
    position: relative;
}

.novosti__content--body.no-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.novosti__content--body.no-carousel~.arrow-button {
    display: none;
}

.slick-news-item>.img {
    position: relative;
    padding-bottom: 130%;
    border-radius: 10px;
    overflow: hidden;
}

.slick-news-item>.img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.nase .novosti__content .novo-next,
.nase .novosti__content .novo-back {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.novosti__content--body--box {
    border-radius: 10px;
    overflow: hidden;
    width: calc((100vw - 216px) / 4.5) !important;
}
.slick-news-item .overlay-effect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.5) 48.29%, #030303 100%);
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.slick-news-item:hover .overlay-effect {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 147, 215, 0.5) 48.29%, rgba(0, 147, 215, 0.5) 100%);
}

.box:hover .description {
    opacity: 1;
}

@media only screen and (max-width: 75em) {
    .novosti__content--body--box {
        width: calc((100vw - 216px) / 4.5) !important;
    }
    .novosti__content--body--box {
        height: 300px;
    }
}

@media only screen and (max-width: 43.75em) {
    .novosti__content--body--box {
        width: calc((100vw - 216px) / 2.5) !important;
    }
}

@media only screen and (max-width: 34.375em) {
    .novosti__content--body--box {
        width: calc((100vw - 216px) / 1) !important;
    }
}

.slick-news-item .img {
    width: 100%;
    position: relative;
}

.slick-news-item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-news-item .img::after {
    content: "";
    /* background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), color-stop(48.29%, #4e4e4e), to(#030303));
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.0001) 0%, #4e4e4e 48.29%, #030303 100%); */
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.slick-news-item .img h2.heading-small {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    right: 0;
    left: 0;
    z-index: 50;
}

@media only screen and (max-width: 56.25em) {
    .slick-news-item .img h2.heading-small {
        font-size: 1.6rem !important;
    }
}

.novosti__content--body--box:hover {
    /* -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
    transition-delay: 5s;
    transition: 3s ease-in-out;*/
}


/* .novosti__content--body--box:hover .img::after {
    content: "";
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), color-stop(48.29%, #0094d7), to(#030303));
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.0001) 0%, #0094d7 48.29%, #030303 100%);
    mix-blend-mode: multiply;
    transition-delay: 5s;
    transition: 3s ease-in-out;
} */

.novosti__content--body.nase-grid .novosti__content--body--box {
    width: 100% !important;
}

.novosti__content .novo-next,
.novosti__content .novo-back {
    position: absolute;
    top: 55%;
}

.novosti__content .novo-next {
    /* right: 7rem; */
    right: 3rem;
}

.novosti__content .novo-back {
    /* left: 7rem; */
    left: 3rem;
}

.novosti__content .slick-slide {
    margin: 0 15px;
}

.novosti__content .slick-list {
    margin: 0 -27px;
}

@media (max-width: 700px) {
    .novosti__content {
        /* the slides */
        /* the parent */
    }
    .novosti__content .slick-slide {
        margin: 0 10px;
    }
    .novosti__content .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 480px) {
    .novosti__content .novo-next {
        display: none !important;
    }
    .novosti__content .novo-back {
        display: none !important;
    }
}

.pod {
    max-width: 150rem;
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

@media screen and (max-width: 900px) {
    .pod {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 700px) {
    .pod {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.pod__left {
    max-width: 55rem;
    width: 100%;
    height: 70rem;
    z-index: 10;
    position: relative;
}

.pod__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
}

@media screen and (max-width: 600px) {
    .pod__left {
        height: 35rem;
    }
    .pod__left:first-of-type img { border-radius: 0; }
    .pod__left--back {
        display: none;
    }
    .pod__left {
        pointer-events: none;
    }
    .pod__left--front {
        display: block;
        width: 95% !important;
        margin: 0 auto;
    }
}

.pod__left--back {
    position: absolute;
    bottom: -4rem;
    left: -4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.pod__left:hover .pod__left--front {
    position: relative;
    z-index: 0;
    -webkit-transform: translate(-4rem, 4rem);
    transform: translate(-4rem, 4rem);
}

.pod__left:hover .pod__left--back {
    z-index: 10;
    bottom: 0;
    left: 0;
}

.pod__right {
    max-width: 80rem;
    width: 100%;
    padding-right: 5rem;
    margin-top: 2rem;
}

@media screen and (max-width: 900px) {
    .pod__right {
        margin-bottom: 6rem;
        margin-top: 0;
        padding: 0 2rem;
    }
}

.pod__right h1 {
    margin-bottom: 5rem;
}

.pod__right h3 {
    margin-bottom: 5rem;
}

.pod__right--text h3 {
    margin-bottom: 5rem;
}


/* .pod.pod-about .pod__left {
    max-width: 589px;
}

.pod.pod-about .pod__right {
    max-width: 653px;
} */

.pod.pod-about {
    justify-content: center;
    gap: clamp(2em, 5em+3vw, 15em);
}

.pod.pod-about>div {
    flex: 1 1 0;
    max-width: 40%;
    height: auto;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .pod.pod-about {
        flex-direction: column;
        gap: 2em;
    }
    .pod.pod-about>div {
        max-width: 600px;
    }
}

.counter {
    max-width: 150rem;
    width: 100%;
    padding-bottom: 10rem;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

@media screen and (max-width: 1100px) {
    .counter {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
        row-gap: 5rem;
        padding-top: 0;
    }
}

.counter__box {
    text-align: center;
}

.counter__box h2 {
    font-size: 6rem;
    font-weight: 500;
    /* padding-top: 0px; */
    font-family: "Gordita", sans-serif;
    line-height: 4rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1100px) {
    .counter__box h2 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 600px) {
    .counter__box h2 {
        font-size: 2.5rem;
    }
}

.counter__box:hover * {
    color: #0094d7;
    cursor: default;
}

.rjes {
    background-image: url("..//img/png/bg-vasih.png");
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    /* padding-bottom: 0; */
}

@media screen and (max-width: 600px) {
    .rjes {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.zelti {
    background-image: url("..//img/png/girl-bg.jpg");
    width: 100%;
    height: 45rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 1350px) {
    .zelti {
        background-position: bottom;
        background-attachment: unset;
        background-size: 100% 100%;
    }
}

.zelti::after {
    content: "";
    max-width: 60%;
    height: 45rem !important;
    width: 100%;
    background: -webkit-gradient( linear, left top, right top, from(#0094d7), to(rgba(1, 148, 215, 0)));
    background: linear-gradient( to right, #0094d7 0%, rgba(1, 148, 215, 0) 100%);
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 650px) {
    .zelti::after {
        max-width: 100%;
    }
}

.zelti__content {
    max-width: 150rem;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 2rem;
}

.zelti__content--box {
    z-index: 40;
    position: relative;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 650px) {
    .zelti__content--box {
        width: 100%;
    }
}

.zelti__content--box h1 {
    max-width: 64rem;
    width: 100%;
    margin-bottom: 2rem;
}

@media screen and (max-width: 650px) {
    .zelti__content--box h1 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 3.2rem;
    }
}

@media screen and (max-width: 650px) {
    .zelti__content--box button {
        margin: 0 auto;
    }
}

.osnonve {
    max-width: 120rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    padding-top: 10rem;
    padding-bottom: 22rem;
}

@media screen and (max-width: 650px) {
    .osnonve {
        padding-bottom: 7rem;
    }
}

.osnonve__heading {
    text-align: center;
}

.osnonve__heading span {
    opacity: 0.32;
}

.osnonve__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 1rem;
    margin-top: 10rem;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px)
{
    .osnonve__body { width: 100%; }
}

.erp {
    max-width: 134rem;
    padding: 0 2rem;
    margin: 0 auto;
    /* margin-top: 12rem;
    margin-bottom: 12rem; */
    margin-top: 6rem;
    margin-bottom: 6rem;
}

@media screen and (max-width: 700px) {
    .erp {
        margin-top: 0rem;/* margin-top: 6rem; */
        margin-bottom: 8rem !important;
    }
}

.erp__content {
    height: 100%;
}

.erp__content--heading {
    /* max-width: 70rem; */
    width: 100%;
    margin: 0 auto;
}

.erp__content--heading h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 11rem;
    text-align: center;
    padding: 0 2rem;
}

@media screen and (max-width: 700px) {
    .erp__content--heading h2 {
        margin-bottom: 6rem;
    }
}

.erp__content--heading-bar {
    width: fit-content;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.erp__content--heading-bar ul {
    width: fit-content;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    column-gap: 3rem;
    padding: 5px;
    background-color: #e8e8e8;
    border-radius: 38px;
}

.erp__content--heading-bar ul.slick-dots li a
{
    color: #0094d7;
    padding: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.erp__content--heading-bar ul.slick-dots li
{
    list-style: none;
    padding: 2rem;
    width: max-content;
    filter: none;
    text-align: center;
}

.erp__content--heading-bar ul.slick-dots li.slick-active
{
    border-radius: 38px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 37.5em) {
    .erp__content--heading-bar ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .erp__content--heading-bar ul.slick-dots li
    {
        width: 100%;
    }
}

.erp__content--body {
    position: relative;
    height: 100%;
}

.erp__content--body .img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.erp__content--body .img img {
    width: 100%;
    height: 100%;
    max-height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 800px;
    border-radius: 2rem;
}

.erp__content--body-text {
    padding: 4.2rem 3.6rem;
    max-width: 45rem;
    width: 100%;
    position: absolute;
    top: 11%;
    left: 10%;
    border-radius: 15px;
}

@media screen and (max-width: 1250px) {
    .erp__content--body-text {
        max-width: 80%;
        background-color: rgba(255, 255, 255, 0.8);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 850px) {
    .erp__content--body-text {
        max-width: 90%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 2rem;
        height: fit-content;
    }
}

.erp__content--body-text h2 {
    font-family: "Gordita", sans-serif;
    margin-bottom: 5rem;
}

@media screen and (max-width: 650px) {
    .erp__content--body-text h2 {
        margin-bottom: 3rem;
    }
}

.erp__content--body-text button {
    margin-top: 3rem;
}

@media screen and (max-width: 850px) {
    .erp__content--body-text button {
        margin-top: 5rem;
    }
}

.erp__content--body-text p {
    font-size: 2rem;
    line-height: 3.2rem;
}

@media screen and (max-width: 500px) {
    .erp__content--body-text p {
        font-size: 2rem;
        line-height: 4rem;
    }
}

.erp__content .btn-tertiory:hover {
    background-color: #09080e;
    color: #fff;
}

.row {
    max-width: 147rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    margin-bottom: 12rem;
}

@media screen and (max-width: 700px) {
    .row {
        margin-bottom: 7rem;
    }
}

.row .image {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .row .image {
        overflow: scroll;
    }
}

.row .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 250px;
}

@media screen and (max-width: 900px) {
    .row .image img {
        width: 15rem;
    }
}

.posao {
    padding-bottom: 12rem;
    padding-top: 12rem;
}

@media screen and (max-width: 800px) {
    .posao {
        padding-bottom: 10rem;
    }
}

.posao__content {
    max-width: 140rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.posao__content--body {
    padding-top: 13rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

@media screen and (max-width: 1024px) {
    .posao__content--body {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .posao__content--body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-top: 5rem;
    }
}

.posao__content--body-box {
    border: 2px solid #2d2d2d;
    border-radius: 10px;
    padding: 3.5rem 3rem;
}

.posao__content--body-box .btn-small {
    margin-bottom: 4.3rem;
}

.posao__content--body-box h2 {
    margin-bottom: 3.7rem;
}

.posao__content--body-box .name-box {
    margin-bottom: 5.2rem;
}

.posao__content--body-box .name-box .name {
    gap: 1rem;
}

.posao__content--body-box .btn-medium {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.posao__content--body-box .btn-medium:hover {
    background-color: #fff;
    color: #0094d7;
}

.career-pod {
    max-width: 1370px;
}

.smo {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.smo__content {
    max-width: 104rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.smo__content--box_photos {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 2rem;
}

.smo__content--box button {
    display: block;
    margin: 0 auto;
}

img.onethird
{
    display: block;
    width: 33%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px
}

img.twothird
{
    display: block;
    width: 66%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px
}

img.quarter
{
    display: block;
    width: 25%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px
}

img.half
{
    display: block;
    width: 50%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px;
}

img.full
{
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 250px
}

@media screen and (max-width: 600px) {
    img.onethird, img.twothird, img.quarter,
    img.half, img.full { border-radius: 0; }
    .smo__content--box_photos { column-gap: .5rem; }    
}

.smo__content--box {
    margin-bottom: 7.5rem;
}

.smo__content--box h3 {
    margin-bottom: 4rem;
    text-align: center;
}

.smo__content--box p.text-xl
{
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 600px) {
    .smo__content--box p.text-xl { width: 100%; }
}

.nase__content .heading {
    /* padding: 10rem 2rem; */
    margin-bottom: 1rem;
    margin-top: 5rem;
}

@media screen and (max-width: 500px) {
    .nase__content .heading {
        text-align: center;
    }
}

.bg-plane {
    background-image: none;
}

.nase-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
}

@media screen and (max-width: 800px) {
    .nase-grid {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .nase-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.pagination {
    padding: 12rem 2rem;
    padding-top: 0;
}

.pagination__buttons {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pagination__buttons button {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    color: #fff;
}

.pagination__buttons span {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination .page-active {
    color: #0094d7;
}

.petra {
    margin-top: 12rem;
}

@media screen and (max-width: 600px) {
    .petra {
        margin-top: 6rem;
    }
}

.petra__heading {
    max-width: 104rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .petra__heading {
        margin-bottom: 6rem;
    }
}

.petra__heading h1 {
    font-size: 6rem;
    font-weight: 700;
    font-family: "Gordita", sans-serif;
}

@media screen and (max-width: 800px) {
    .petra__heading h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width: 600px) {
    .petra__heading h1 {
        font-size: 4rem;
    }
}

@media screen and (max-width: 450px) {
    .petra__heading h1 {
        font-size: 3.5rem;
    }
}

.petra__content {
    padding-top: 10rem;
    background-color: #161616;
}

@media screen and (max-width: 600px) {
    .petra__content {
        padding-top: 6rem;
    }
}

.petra__content--body {
    max-width: 104rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.petra__content--body ul {
    list-style: disc !important;
    margin-left: 17px;
}

.rjes ul {
    list-style: disc !important;
    margin-left: 17px;
}

/* comment this one */
section ul {
    list-style: disc !important;
    margin-left: 17px;
}
/* comment this one */

.petra__content--body--image-box img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.petra__content--body--image-box .opacity {
    opacity: 0.8;
}

.petra__content--body--image-box h2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.address__content {
    max-width: 100rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    margin-top: 8.7rem;
    margin-bottom: 8.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10rem;
}

@media screen and (max-width: 600px) {
    .address__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        text-align: left;
        gap: 5rem;
    }
}

@media screen and (max-width: 450px) {
    .address__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        text-align: left;
        right: 0;
    }
}

.address__content--text {
    max-width: 60rem;
    width: 100%;
}

.address__content--text p {
    opacity: 0.8;
}

.address__content--text a {
    display: inline-block;
    margin-bottom: 2rem !important;
}

.contact {
    max-width: 167rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23rem;
    position: relative;
}

.contact.popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 900px) {
    .contact {
        margin-bottom: 10rem;
    }
}

@media screen and (max-width: 500px) {
    .contact {
        margin-bottom: 7rem;
    }
}

.contact__body {
    display: flex;
    flex-flow: row wrap;
}

@media screen and (max-width: 1050px) {
    .contact__body--map, .contact__body--form { width: 100% !important; }
}

.contact__body--map {
    width: 50%;
    height: 100%;
}

.contact__body--map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact__body--form {
    background-color: #0094d7;
    padding: 8.3rem 2rem;
    width: 50%;
}

.contact__body--form h1 {
    font-size: 6.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.contact__body--form-group {
    max-width: 62rem;
    width: 100%;
    margin: 0 auto;
}

.contact__body--form-group input {
    margin-bottom: 6.5rem;
    background-color: #f2f2f2;
    width: 100%;
    height: 6rem;
    border-radius: 7px;
    padding: 0 2.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    color: #09080e;
    font-family: "Gordita", sans-serif;
}

.contact__body--form-group input::-webkit-input-placeholder {
    color: #979797;
}

.contact__body--form-group input:-ms-input-placeholder {
    color: #979797;
}

.contact__body--form-group input::-ms-input-placeholder {
    color: #979797;
}

.contact__body--form-group input::placeholder {
    color: #979797;
}

.contact__body--form-group input:focus {
    border: 2px solid green;
}

.contact__body--form-group textarea {
    width: 100%;
    resize: none;
    height: 17rem;
    background-color: #f2f2f2;
    padding: 2.4rem;
    border-radius: 7px;
    color: #09080e;
    font-size: 1.8rem;
    font-family: "Gordita", sans-serif;
    border: none;
    outline: none;
}

.contact__body--form-group textarea::-webkit-input-placeholder {
    color: #979797;
}

.contact__body--form-group textarea:-ms-input-placeholder {
    color: #979797;
}

.contact__body--form-group textarea::-ms-input-placeholder {
    color: #979797;
}

.contact__body--form-group textarea::placeholder {
    color: #979797;
}

.contact__body--form-group textarea:focus {
    border: 2px solid green;
}

.contact__body--form-button {
    max-width: 62rem;
    width: 100%;
    margin: 0 auto;
    height: 6rem;
    border-radius: 7px;
    margin-top: 4rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.contact__body--form-button button {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.contact__body--form-button:hover {
    background-color: white;
}

.contact__body--form-button:hover button {
    color: #0094d7;
}

.contact.popup .contact__body--form {
    position: fixed;
    top: 2rem;
    left: 2rem;
    overflow: auto;
    bottom: 2rem;
    border-radius: 8px;
    right: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 4rem);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 100;
}

@media only screen and (max-width: 43.75em) {
    .contact.popup .contact__body--form {
        height: calc(100vh - 4rem);
    }
}


/* ------------  [sap]  ------------ */

.sap {
    padding-bottom: 8rem;
}

@media screen and (max-width: 900px) {
    .sap {
        padding-bottom: 8rem;
    }
}

.sap__content {
    max-width: 132rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.sap__content--heading {
    max-width: 109rem;
    padding: 0 2rem;
    margin: 8rem auto;
    width: 100%;
}

.sap__content--heading ul {
    list-style: disc !important;
    margin-left: 17px;
}

@media screen and (max-width: 650px) {
    .sap__content--heading {
        margin-bottom: 4rem;
    }
}

.sap__content--heading h1 {
    margin-bottom: 3rem;
    text-align: center;
}

.sap__content--heading p {
    text-align: center;
}

.sap__content--body {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    row-gap: 10rem;
    padding-top: 4rem;
}

@media screen and (max-width: 1000px) {
    .sap__content--body {
        row-gap: 5rem;
    }
}

@media screen and (max-width: 750px) {
    .sap__content--body-box {
        flex: 0 0 45%;
    }
}

@media screen and (max-width: 550px) {
    .sap__content--body-box {
        flex: 0 0 95%;
    }
}

.sap__content--body-box {
    text-align: center;
    flex: 0 0 30%;
}

.sap__content--body-box img {
    width: 7rem;
    height: 7rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 3.4rem;
}

.sap__content--body-box h2 {
    margin-bottom: 3rem;
}

@media screen and (max-width: 900px) {
    .sap__content--body-box p {
        padding-right: 0;
    }
}


/* ------------  [faq]  ------------ */

.faq__content {
    max-width: 104rem;
    padding: 0 2rem;
    width: 100%;
    margin: 0 auto;
}

.faq__content--body {
    margin-top: 10rem;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .faq__content--body {
        margin-top: 6rem;
    }
}

.faq__content--body-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1.6rem;
}

.faq__content--body-box button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.5rem;
    color: #fff;
    height: 9rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.3rem;
    font-size: 2rem;
    font-weight: 500;
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    .faq__content--body-box button {
        font-size: 1.6rem;
        text-align: left;
    }
}

.faq__content--body-box button span i {
    color: #696969;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 3rem;
}

.faq__content--body-box p {
    color: #d4d4d4;
    padding: 0 2.4rem;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq__content--body-box.faq-active p {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 2rem;
}

.faq__content--body-box.faq-active button i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__content--bottom {
    max-width: 104rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10rem;
}

@media screen and (max-width: 600px) {
    .faq__content--bottom {
        margin-top: 6rem;
    }
}

.faq__content--bottom h2 {
    font-size: 4.4rem;
    font-weight: 700;
    color: #fff;
    font-family: "Gordita", sans-serif;
    margin-bottom: 4.4rem;
}

@media screen and (max-width: 600px) {
    .faq__content--bottom h2 {
        font-size: 2.6rem;
    }
}


/* ------------  [login]  ------------ */

.login {
    max-width: 192rem;
    margin: 0 auto;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(300px, 1fr) minmax(400px, 1fr);
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 1fr);
    background-image: url("..//img/png/bg-vasih.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}

@media screen and (max-width: 1100px) {
    .login {
        background-image: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        position: relative;
    }
}

.login__left {
    width: 100%;
    height: 100vh;
    position: relative;
}

.login__left img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
    overflow: auto;
    gap: 4rem;
    padding: 4rem 6.6rem;
}

@media screen and (max-width: 600px) {
    .login__right {
        padding: 2.4rem;
    }
}

@media screen and (max-width: 1100px) {
    .login__right {
        background-color: rgba(9, 8, 14, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.login__right--detail--top {
    margin-bottom: 12rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
}

@media screen and (max-width: 800px) {
    .login__right--detail--top {
        margin-bottom: 7rem;
    }
}

@media screen and (max-width: 600px) {
    .login__right--detail--top {
        margin-bottom: 3.5rem;
    }
}

.login__right--detail--top img {
    width: 15rem;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .login__right--detail--top img {
        width: 9rem;
    }
}

.login__right--detail--body {
    max-width: 57rem;
    width: 100%;
    margin: 0 auto;
}

.login__right--detail--body .heading {
    margin-bottom: 5.3rem;
}

@media screen and (max-width: 600px) {
    .login__right--detail--body .heading {
        margin-bottom: 2rem;
    }
}

.login__right--detail--body .heading h1 {
    font-size: 6.2rem;
    font-weight: 700;
    line-height: 7.5rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 600px) {
    .login__right--detail--body .heading h1 {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 1.6rem;
    }
}

.login__right--detail--body .heading span {
    text-decoration: underline;
}

.login__right--detail--body .group {
    width: 100%;
}

.login__right--detail--body .group-box {
    width: 100%;
}

.login__right--detail--body .group-box:not(:last-child) {
    margin-bottom: 3.3rem;
}

.login__right--detail--body .group-box label {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
    display: block;
}

.login__right--detail--body .group-box .input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    padding: 0 2rem;
}

.login__right--detail--body .group-box .input input {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-family: "Gordita", sans-serif;
    color: #0094d7;
}

.login__right--detail--body .group-box .input input::-webkit-input-placeholder {
    color: #0094d7;
}

.login__right--detail--body .group-box .input input:-ms-input-placeholder {
    color: #0094d7;
}

.login__right--detail--body .group-box .input input::-ms-input-placeholder {
    color: #0094d7;
}

.login__right--detail--body .group-box .input input::placeholder {
    color: #0094d7;
}

.login__right--detail--body .group-box .input i {
    color: #0094d7;
    font-size: 2.5rem;
}

.login__right--detail--body .btn-login {
    margin-top: 5.5rem;
}

.login__right--detail--body .btn-login button {
    width: 100%;
    height: 6rem;
    border-radius: 7px;
    font-size: 1.4rem;
    font-family: "Gordita", sans-serif;
    text-transform: uppercase;
}

.login__right .bottom-text {
    text-align: center;
    padding-bottom: 2rem;
}

.login__right .bottom-text p {
    opacity: 0.7;
}

.stranica {
    max-width: 137rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5rem;
    margin-bottom: 15rem;
}

@media screen and (max-width: 760px) {
    .stranica {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10rem;
    }
}

.stranica__left--small-text {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #0094d7;
    letter-spacing: 5px;
    margin-bottom: 1rem;
}

.stranica__left h1 {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 8.2rem;
    line-height: 8.6rem;
    color: #fff;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 900px) {
    .stranica__left h1 {
        font-size: 6rem;
        line-height: 6.7rem;
    }
}

@media screen and (max-width: 600px) {
    .stranica__left h1 {
        font-size: 4rem;
        line-height: 4.7rem;
    }
}

.stranica__left--medium-text {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 6.5rem;
}

.stranica__right {
    max-width: 67.5rem;
    width: 100%;
}

.stranica__right-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-job {
    margin-top: 5rem;
    margin-bottom: 20rem;
}

@media screen and (max-width: 800px) {
    .single-job {
        margin-bottom: 8rem;
    }
}

.single-job__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-job__heading h1 {
    margin-bottom: 3rem;
    padding: 0 2rem;
}

.single-job__heading p {
    margin-bottom: 1rem;
}

.single-job__content {
    max-width: 139rem;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.single-job__content .disc {
    list-style-type: disc;
    padding-left: 2.5rem;
}

.single-job__content .social-link {
    margin-top: 20rem;
    margin-bottom: 16rem;
}

@media screen and (max-width: 800px) {
    .single-job__content .social-link {
        margin-top: 7rem;
        margin-bottom: 0;
    }
}

.single-job__content .social-link h2 {
    margin-bottom: 3.2rem;
}

.single-job__content .social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

.single-job__content .social-link ul li a {
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.5rem;
    color: #000;
    width: 38px;
    height: 38px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.single-job__content .social-link ul li:nth-child(odd):hover a {
    background-color: #0094d7;
    color: white;
}

.single-job__content .social-link ul li:nth-child(even):hover a {
    background-color: #0094d7;
    color: black;
}

.single-form {
    max-width: 650px;
    width: 100%;
    padding: 0 2rem 12rem 2rem;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .single-form {
        text-align: center;
    }
}

.single-form__heading {
    font-family: "Gordita", sans-serif;
    font-weight: 700;
    font-size: 6.2rem;
    line-height: 7.2rem;
    color: #fff;
    text-align: center;
}

h2.single-form__heading {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .single-form__heading {
        font-size: 5rem;
        line-height: 6rem;
    }
}

@media screen and (max-width: 500px) {
    .single-form__heading {
        font-size: 4rem;
        line-height: 5rem;
    }
}


/* .single-form__input-group {
    margin-bottom: 6.3rem;
} */

.single-form__input-group input {
    width: 100%;
    height: 5rem;
    background-color: #fff;
    border: 2px solid transparent;
    outline: none;
    border-radius: 8px;
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding: 0 2rem;
    color: #333;
    margin: 2rem 0;
}

.single-form__input-group input::-webkit-input-placeholder {
    color: #979797;
}

.single-form__input-group input:-ms-input-placeholder {
    color: #979797;
}

.single-form__input-group input::-ms-input-placeholder {
    color: #979797;
}

.single-form__input-group input::placeholder {
    color: #979797;
}

.single-form__input-group input:focus {
    border-color: #0094d7;
}

.single-form .file input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    height: 5rem;
}

.single-form .dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.single-form .dot span {
    font-size: 2rem;
    display: inline-block;
    padding-bottom: 5rem;
}

.single-form .dot p {
    font-family: "Gordita", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.9rem;
    padding-bottom: 2rem;
    color: #979797;
}

.single-form .single__btn {
    width: 100%;
    height: 5rem;
    background-color: #0094d7;
    color: #fff;
    font-family: "Gordita", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 8px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    align-items: center;
}

.single-form .single__btn:hover {
    background-color: #fff;
    color: #0094d7;
}


/*# sourceMappingURL=main.css.map */

.search-container {
    position: relative;
    vertical-align: middle;
    transition: 0.15s;
}

.search-bar {
    visibility: hidden;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background-color: #161616;
    letter-spacing: 1px;
    font-weight: 600;
    width: 0;
    height: 50px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.15s;
}

.search-bar::placeholder {
    opacity: 0;
    color: #fff;
    transition: 0.05s;
}

.search-bar.show-search-bar {
    visibility: visible;
    width: 180px;
    padding-left: 10px;
    padding-right: 50px;
}

.search-bar.show-search-bar::placeholder {
    opacity: 1;
}

.search-icon {
    position: relative;
    width: 35px;
    background-color: #161616;
    margin-top: 2px;
    z-index: 2;
}

@media (max-width: 720px) {
    .search-container {
        display: none;
    }
}
.header {
    max-width: 171rem !important;
    width: 100% !important;
    padding: 0 2rem !important;
    margin: 8rem auto;
    border-radius: 10px;
    height: fit-content;
}
.about-header, .about-header,  .service-header,  .subservice-header,  .zasto-header,  .career-header,  .contact-header {
    padding: 0 2rem !important;
}
.header__content {
    border-radius: 10px !important;
    position: relative;
    width: 100%;
    height: 100%;
}
.header-slider-item {
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.header__content .novo-back {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}
.header__content .novo-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
}
@media (max-width: 820px) {
    .about-header__content h1, .service-header__content h1, .subservice-header__content h1, .zasto-header__content h1, .career-header__content h1, .contact-header__content h1 {
        margin-top: 0rem !important;
        font-size: 4.5rem !important;
        line-height: 5.5rem !important;
    }
}
@media (max-width: 600px) {
    .header {
        padding: 0 !important;
        border-radius: 0px;
        margin: 0 auto;
    }
    .about-header, .about-header,  .service-header,  .subservice-header,  .zasto-header,  .career-header,  .contact-header {
        padding: 0 !important;
    }
    .header__content {
        border-radius: 0px !important;
        top: 0px !important;
    }
    .about-header__content, .service-header__content, .subservice-header__content, .zasto-header__content, .career-header__content, .contact-header__content {
        margin-top: 0px !important;
    }
    .about-header__content h1, .service-header__content h1, .subservice-header__content h1, .zasto-header__content h1, .career-header__content h1, .contact-header__content h1 {
        margin-top: 2rem !important;
        font-size: 3.5rem !important;
        line-height: 5.5rem !important;
    }
}