body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #0E123B;
}

::selection {
    background: #77E6FC;
}

h2,
p,
div,
span {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

section {
    display: grid;
    justify-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 110px;
}

header,
footer,
#section1,
#section5,
#section6,
#section7 {
    background-color: #0E123B;
    padding: 20px 60px 20px 60px;
    box-sizing: border-box;
}

.wrapper {
    /* background-color: #000000; */
    padding: 20px;
    color: #ffffff;
}

header .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 189px;
    padding: 0;
    position: relative;
    z-index: 3;
}

header .logo {
    margin-bottom: 100px;
}

header h2 {
    font-size: 46px;
    text-align: center;
    font-weight: 500;
}

header p {
    font-size: 22px;
    text-align: center;
}

header .language-links {
    display: flex;
    justify-content: end;
    margin-top: -45px;
    gap: 15px;
}

header .language-links a {
    font-size: 12px;
    opacity: 0.4;
    transition: all 0.2s ease;
    color: #ffffff;
    text-decoration: none;
}

header .language-links a.active,
header .language-links a:hover {
    opacity: 1;
    cursor: pointer;
}

#section1 .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#section1 .logo {
    margin-bottom: 100px;
}

header {
    position: relative;
    padding: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    z-index: 0;
    background: url('../images/bgrd-img.jpg') center top no-repeat;
    background-size: cover;
    width: 100%;
    aspect-ratio: 1966 / 768;
}

header .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    max-width: 1380px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
}

header .logo {
    margin-bottom: 100px;
    max-width: 100%;
}

header h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

header p {
    font-size: 22px;
    color: #fff;
}

#section1 .wrapper div {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

#section1 .wrapper div span {
    font-size: 40px;
    font-weight: 500;
}

#section1 .wrapper div {
    padding-bottom: 40px;
}

#section1 h2 {
    font-size: 46px;
    font-weight: 500;
}

#section1 p {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 40px;
}

#section2 {
    display: block;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 110px auto;
    box-sizing: border-box;
}

#section2 div.imgHolderContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 50px;
    margin-top: 10px;
}

#section2 .imgHolder {
    height: 100px;
    /* ili koliko želiš */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;

}

.second-part-h2 {
    padding-top: 20px;
    padding-bottom: 20px !important;
}

#section2 .mainImgHolderContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}

#section2 div.mainImgHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 120px;
    border: 1px solid #E2E2E2;
}

#section2 div.mainImgHolder:not(:last-child) {
    border-right: none;
}

#section2 div.imgHolder {
    justify-self: center;
    align-self: center;
}

#section2 h2,
#section3 h2,
#section4 h2,
#section5 h2,
#section7 h2,
.contact-info h2,
#privacyModal h2 {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 25px;
}

#emailError h2,
#emailSuccess h2 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
    line-height: 30px;
}

#section2 p {
    font-size: 20px;
    font-weight: 300;
}

#section3 .numbers-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#section3 .numbers-container div {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 50px 10px 30px 30px;
    border-radius: 40px;
    text-align: left;
    height: 350px;
    width: 230px;
}

#section3 .numbers-container div p:first-child {
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 120px;
}

#section3 .numbers-container div p:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
}

#section3 .numbers-container div p:last-child {
    display: flex;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    align-self: end;
}

#section3 .numbers-container div:nth-child(even) {
    background-color: rgba(2, 60, 252, 0.2);
}

#section3 .numbers-container div:nth-child(odd) {
    background-color: rgba(2, 130, 252, 0.2);
}

#section3 .numbers-container div p:nth-child(2) {
    width: 150px;
}

.buttons-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.buttons-wrapper button,
#emailSuccess button,
#emailError button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    border: none;
    border-radius: 5px;
    background-color: #0E123B;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    min-width: 320px;
    padding: 15px;
    transition: all 0.3s ease;
}

#emailSuccess button,
#emailError button {
    min-width: 90px;
}

.buttons-wrapper button:hover,
.buttons-wrapper #linkedInButton:hover,
#emailSuccess button:hover,
#emailError button:hover {
    cursor: pointer;
    background: #053cfc;
}

.buttons-wrapper #linkedInButton {
    background-color: #0A66C2;
}

.buttons-wrapper button img {
    height: 20px;
    padding-right: 10px;
}

#section4 {
    gap: 25px;
}

#section4 p {
    font-size: 18px;
    font-weight: 400;
    max-width: 610px;
}

#section4 p:last-child {
    font-weight: 700;
}

#section5 {
    display: block;
    padding: 20px 0 0 0;
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0;
}

#section5 .products-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

#section5 .products-container .product-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section5 .products-container .product-card p {
    max-width: 200px;
    font-size: 16px;
    line-height: 1;
}


#section5 .products-container .product-card img {
    padding-bottom: 25px;
}

#section5 .products-container div:first-child {
    background-color: rgba(2, 60, 252, 0.05);
}

#section5 .products-container div:nth-child(2) {
    background-color: rgba(0, 200, 83, 0.05);
}

#section6,
#section7 {
    position: relative;
}

#section6 .wrapper,
#section7 .wrapper {
    display: grid;
    justify-items: center;
    max-width: 1300px;
}

#section6 p:first-child {
    font-size: 56px;
    font-weight: 400;
    padding: 125px 125px 0 125px;
}

#section6 p:last-child {
    font-size: 22px;
    padding-top: 25px;
}

#section6 span.diff-text {
    color: #0282FC;
    position: relative;
}

#section6 span.diff-text::after {
    content: "";
    display: block;
    width: 105%;
    height: 15px;
    background-color: rgba(2, 130, 252, 0.5);
    position: absolute;
    right: 0;
    bottom: 15px;
}

#section6 span.line {
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    width: 100px;
    margin-top: 25px;
}

#section6,
#section7,
footer {
    margin-bottom: 0;
}

#section7,
#section7 .wrapper {
    background-color: #053cfc !important;
}

#section7 h2 {
    padding: 70px 0 30px 0;
    color: #ffffff;
}

#section7 .imgTechnologiesContainer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 30px;
    align-items: center;
    padding-bottom: 50px;
}

#section7 .imgTechnologiesContainer .imgTechnologies {
    display: flex;
    justify-content: center;
    align-items: center;

}

footer,
footer .wrapper {
    padding-bottom: 0;
}

footer .wrapper {
    display: flex;
    flex-direction: column;
}

footer p.copyright {
    font-size: 10px;
    line-height: 1;
    float: non;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    align-self: flex-end;
}

footer div.imgWrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 265px;
}

footer div.imgWrapper img {
    width: 100%;
    max-width: 1500px;
}

.goToTop {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    transition: all 0.3s ease;
}

.goToTop:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* CSS ANIMATION FOR CONTACT SECTION */
.content {
    overflow: hidden;
    font-size: 36px;
    line-height: 40px;
}

.content__container {
    font-weight: 500;
    overflow: hidden;
    height: 43px;
    padding: 0 10px;
    position: relative;
}

#section4 p.content__container__text {
    margin-right: 8px;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

.content__container__text {
    display: inline;
    float: left;
    margin: 0;
}

.content__container__list {
    float: right;
    padding-left: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.content__container__list__item {
    /*margin: -1px 0 0 0;*/
    line-height: 40px;
    padding-bottom: 5px;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@-o-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-o-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@-moz-keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@-moz-keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes opacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes change {

    0%,
    12.66%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    16.66%,
    29.32% {
        transform: translate3d(0, -25%, 0);
    }

    33.32%,
    45.98% {
        transform: translate3d(0, -50%, 0);
    }

    49.98%,
    62.64% {
        transform: translate3d(0, -75%, 0);
    }

    66.64%,
    79.3% {
        transform: translate3d(0, -50%, 0);
    }

    83.3%,
    95.96% {
        transform: translate3d(0, -25%, 0);
    }
}

/* CONTACT FORM STYLE */
header.form-header {
    background-color: #ffffff;
    margin-top: -30px;
}

header.form-header .wrapper.form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 0;
}

.backLink {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}

.backLink:hover {
    color: #00CAFC;
}

.section6 {
    margin-top: 80px !important;
}

#form-section {
    text-align: left;
    min-height: 500px;
    display: block;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}

.contact-info {
    max-width: 450px;
    width: 100%;
}

.contact-info p {
    margin: 0 0 55px 0;
    text-align: justify;
}

.contact-info p:nth-child(3) {
    margin-bottom: 30px;
}

.phone-numbers {
    font-weight: 700;
    font-size: 20px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label,
.privacy-policy-link {
    margin-bottom: 0;
    font-size: 14px;
}

.contact-form input:not([name="privacy"]),
.contact-form textarea {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 710px;
}

input::placeholder,
textarea::placeholder {
    font-family: "Poppins", sans-serif;
    color: #000000;
}

input:not([name="privacy"]):focus,
textarea:focus {
    border: 1px solid #00CAFC !important;
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

.privacy-policy {
    display: flex;
    align-items: center;
}

.privacy-policy input {
    margin-right: 10px;
}

.contact-form button {
    font-family: "Poppins", sans-serif;
    padding: 10px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 320px;
    height: 60px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:not([disabled]) {
    background-color: #000000;
}

.contact-form button:not([disabled]):hover {
    background-color: #00CAFC;
}

.formSubmit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.privacy-policy-link {
    color: #00CAFC;
    margin-left: 5px;
}

.privacy-policy-link:hover {
    cursor: pointer;
}

/* Style checkbox */
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

input[type="checkbox"]:checked {
    background-color: #00CAFC;
    border-color: #00CAFC;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* The Modal */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open {
    overflow: hidden;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 40px 65px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    max-height: 70%;
    overflow-y: auto;
    text-align: center;
    border-radius: 10px;
}

.modal h2 {
    margin-left: 17px;
}

.modal p {
    text-align: justify;
}

.modal p span {
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    transition: all 03s ease;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#emailError .modal-content,
#emailSuccess .modal-content {
    width: 500px;
    padding: 20px 30px 40px 30px;
}

#emailError .modal-content-div,
#emailSuccess .modal-content-div {
    margin-top: 50px;
    display: grid;
    gap: 15px;
    justify-items: center;
    font-size: 22px;
}

/* ANIMATIONS */
/*@keyframes appearFromUnder {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(20px);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/** {*/
/*    animation: appearFromUnder 1s ease-out;*/
/*}*/

/*@keyframes appearFromUnder {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(20px);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*.fade-in {*/
/*    opacity: 0;*/
/*    transform: translateY(20px);*/
/*    transition: opacity 0.6s ease-out, transform 0.6s ease-out;*/
/*}*/

/*.fade-in.visible {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/