@font-face {
    font-family: 'Raleway Regular';
    src: url("../fonts/Raleway-Regular.ttf");
}

@font-face {
    font-family: 'Raleway Bold';
    src: url("../fonts/Raleway-Bold.ttf");
}

@font-face {
    font-family: 'Raleway Light';
    src: url("../fonts/Raleway-Light.ttf");
}

@font-face {
    font-family: 'Raleway Medium';
    src: url("../fonts/Raleway-Medium.ttf");
}

@font-face {
    font-family: 'Raleway SemiBold';
    src: url("../fonts/Raleway-SemiBold.ttf");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url("../fonts/HelveticaNeueBold.otf");
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url("../fonts/HelveticaNeueLight.otf");
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url("../fonts/HelveticaNeueMedium.otf");
}





html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p, ul, li, h1, h2, h3, h4, h5 {
    margin: 0;
}

ul {
    padding-left: 0;
}



/* header */

header {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.header-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper ul {
    display: flex;
    justify-content: end;
}

.header-wrapper li {
    list-style-type: none;
    padding: 5px 15px;
}

.header-wrapper li:last-child {
    border: 1px solid #1A4276;
    border-radius: 20px;
}

.header-wrapper li a {
    color: #1A4276;
    text-decoration: none;
    font-family: 'Raleway Regular';
    font-size: 18px;
    padding: 10px 20px;
}

#menu-item-100,
#menu-item-101,
#menu-item-102,
.socials,
.mobile-menu.mobile-menu-test.menu_btn {
    display: none;
}

/* banner */

.banner-wrapper {
    width: 100%;
    position: relative;
}

.banner-desktop img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner-mobile {
    display: none;
}

.banner-text {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translate(-5%, -50%);
    z-index: 0;
}

.banner-text h1 {
    color: #fff;
    font-family: 'Raleway Bold';
    font-size: 60px;
    padding-bottom: 10px;
}

.banner-text h3 {
    color: #fff;
    font-family: 'Raleway Light';
    font-size: 26px;
    width: 50%;
}

.banner-link {
    margin-top: 10%;
}

.banner-link a {
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway Medium';
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 40px;
}


/* prva sekcija */

.first-section-holder {
    padding: 50px 0;
    margin-top: -10px;
    background: transparent linear-gradient(180deg, #11335F 0%, #082143 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 20px #00000029, 0px 10px 20px #00000029;
}

.first-section-wrapper {
    width: 80%;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: end;
}

.first-section-block {
    width: 33.333%;
    text-align: center;
}

.first-section-block p {
    color: #fff;
    font-family: 'Raleway Medium';
    font-size: 22px;
    margin-top: 5px;
}



/* druga sekcija */

.second-section-holder {
    padding: 100px 0;
    background-color: #fff;
}

.second-section-wrapper {
    width: 80%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-section-left {
    width: 80%;
}

.second-section-left h3 {
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 50px;
}

.second-section-left h4 {
    color: #727272;
    font-family: 'Helvetica Neue Bold';
    font-size: 30px;
    padding: 20px 0;
}

.second-section-left p {
    color: #414141;
    font-family: 'Helvetica Neue Light';
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 0;
}

.second-section-right {
    width: 15%;
}

.second-section-right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



/* treca sekcija */

.third-section-holder {
    padding: 100px 0 130px 0;
    background: transparent linear-gradient(180deg, #11335F 0%, #082143 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 20px #00000029, 0px 10px 20px #00000029;
}

.third-section-wrapper {
    width: 80%;
    margin: 0 auto;
}

.third-section-wrapper h3 {
    color: #fff;
    font-family: 'Helvetica Neue Bold';
    font-size: 50px;
}

.third-section-wrapper h4 {
    color: #A4C9F8;
    font-family: 'Helvetica Neue Bold';
    font-size: 30px;
    padding: 20px 0;
}

.third-section-list-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.third-section-list {
    width: 45%;
}

.third-section-list h5 {
    color: #fff;
    font-family: 'Helvetica Neue Medium';
    font-size: 30px;
    font-weight: 100;
}

.third-section-list ul {
    margin-left: 20px;
    padding-top: 50px;
}

.third-section-list li {
    color: #fff;
    font-family: 'Helvetica Neue Light';
    font-size: 20px;
    padding: 3px 0;
    line-height: 1.2;
}


/* cetvrta sekcija */

.fourth-section-holder {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}

.fourth-section-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}

.fourth-section-wrapper h3 {
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 50px;
}

.fourth-section-wrapper h4 {
    color: #727272;
    font-family: 'Helvetica Neue Bold';
    font-size: 30px;
    padding: 20px 0;
    width: 70%;
}

.fourth-section-grid {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 70px;
}

.fourth-section-grid-block {
    display: flex;
    align-items: center;
}



.fourth-section-grid-block p {
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 40px;
    border: 3px solid #1A4276;
    border-radius: 50%;
    padding: 9px 15px 2px 15px;
}

.fourth-section-grid-block h5 {
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 20px;
    line-height: 1.4;
    margin-left: 15px;
}



.fourth-section-image {
    text-align: right;
    position: absolute;
    top: -15%;
    right: -70px;
}

.fourth-section-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



/* peta sekcija */

.fifth-section-holder {
    padding: 50px 0;
    background: transparent linear-gradient(180deg, #11335F 0%, #082143 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 20px #00000029, 0px 10px 20px #00000029;
}

.fifth-section-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fifth-section-left h3 {
    color: #fff;
    font-family: 'Helvetica Neue Light';
    font-size: 30px;
}

.fifth-section-left h3 strong {
    color: #A4C9F8;
}

.fifth-section-right a {
    text-decoration: none;
    background-color: #fff;
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 15px;
}



/* sesta sekcija */

.sixth-section-holder {
    padding: 100px 0;
}

.sixth-section-holder h3 {
    color: #1A4276;
    font-family: 'Raleway Regular';
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
}

.sixth-section-holder h3 strong {
    font-family: 'Raleway Bold';
}

.sixth-section-wrapper {
    width: 80%;
    margin: 50px auto;
    position: relative;
}

.sixth-section-block-wrapper {
    display: flex;
    justify-content: space-between;
}

.sixth-section-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000012;
    border: 1px solid #E5E5E5;
    border-radius: 0px 40px 40px 0px;
    margin-bottom: 20px;
    width: 40%;
}

.sixth-section-block h4 {
    color: #1A4276;
    font-family: 'Raleway Regular';
    font-size: 26px;
}

.sixth-section-block-wrapper:nth-child(1) .sixth-section-block {
    border-left: 7px solid #83B7FA;
}

.sixth-section-block-wrapper:nth-child(2) .sixth-section-block {
    border-left: 7px solid #4876B2;
}

.sixth-section-block-wrapper:nth-child(3) .sixth-section-block {
    border-left: 7px solid #4876B2;
}

.sixth-section-block-wrapper:nth-child(4) .sixth-section-block {
    border-left: 7px solid #4876B2;
}

.sixth-section-block-wrapper:nth-child(5) .sixth-section-block {
    border-left: 7px solid #3062A3;
}

.sixth-section-block-wrapper:nth-child(6) .sixth-section-block {
    border-left: 7px solid #25528D;
}

.sixth-section-block-wrapper:nth-child(7) .sixth-section-block {
    border-left: 7px solid #1A4276;
}

.function_active .sixth-section-block {
    background-color: #092447;
    width: 50%;
    transition: width 0.5s;
}

.trigger {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding: 10px 0 10px 25px;
}

.function_active .trigger:before {
    content: '\f061';
    font-family: "font awesome 5 pro";
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 20px;
}

.toggle-menu {
    width: 45%;
    display: none;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
}

.toggle-menu h3 {
    width: 100%;
    color: #1A4276;
    font-family: 'Raleway Bold';
    font-size: 40px;
    padding-bottom: 10px;
}

.toggle-menu h4 {
    color: #1A4276;
    font-family: 'Raleway Bold';
    font-size: 22px;
    padding: 20px 0;
}

.toggle-menu h5 {
    color: #727272;
    font-family: 'Raleway Bold';
    font-size: 22px;
}

.toggle-menu ul {
    margin-left: 25px;
    padding-top: 30px;
}

.toggle-menu li {
    color: #727272;
    font-family: 'Raleway Regular';
    font-size: 20px;
    padding: 3px 0;
}

.function_active .toggle-menu {
    display: block;
}

.function_active .sixth-section-block h4 {
    color: #fff;
    font-family: 'Raleway Bold';
}


/* sedma sekcija */

.seventh-section-holder {
    padding: 70px 0;
    background: transparent linear-gradient(180deg, #11335F 0%, #082143 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 20px #00000029, 0px 10px 20px #00000029;
    position: relative;
}

.seventh-section-holder h3 {
    color: #A4C9F8;
    font-family: 'Raleway Regular';
    font-size: 50px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.seventh-section-holder h3 strong {
    color: #fff;
    font-family: 'Raleway Bold';
}

.seventh-section-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.seventh-section-block-wrapper {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.seventh-section-block-wrapper p {
    color: #333333;
    font-family: 'Raleway Regular';
    font-size: 16px;
}

.seventh-section-block {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.seventh-section-block img {
    width: 120px !important;
    height: 120px;
    object-fit: contain;
}

.seventh-text {
    margin-left: 30px;
}

.seventh-text h3 {
    width: 100%;
    color: #1A4276;
    font-family: 'Raleway Bold';
    font-size: 30px;
    padding-bottom: 5px;
}

.seventh-text h4 {
    color: #C8363E;
    font-family: 'Raleway Regular';
    font-size: 22px;
}

.seventh-section-wrapper .owl-nav .owl-prev {
    position: absolute;
    top: -105px;
    right: 50px;
    color: #fff;
}

.seventh-section-wrapper .owl-nav .owl-next {
    position: absolute;
    top: -105px;
    right: 0;
    color: #fff;
}

.seventh-section-wrapper .fa-chevron-left,
.seventh-section-wrapper .fa-chevron-right {
    color: #fff;
    font-size: 40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}


/* osma sekcija */

.eigth-section-holder {
    background-color: #fff;
    padding: 100px 0;
}

.eigth-section-holder h3 {
    color: #1A4276;
    font-family: 'Raleway Bold';
    font-size: 50px;
    text-align: center;
    padding: 50px 0;
}

.eigth-section-wrapper {
    width: 80%;
    margin: 50px auto;
}




/*  footer  */

.footer-first-wrapper {
    background-color: #C8363E;
    padding: 30px 0;
}

.footer-first {
    width: 40%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-first h3 {
    color: #fff;
    font-family: 'Raleway Regular';
    font-size: 40px;
}

.footer-first h3 strong {
    font-family: 'Raleway Bold';
}

.footer-first a {
    text-decoration: none;
    background-color: #fff;
    color: #1A4276;
    font-family: 'Raleway SemiBold';
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 30px;
}

.footer-second {
    padding: 30px 0;
}

.footer-second ul {
    display: flex;
    justify-content: center;
}

.footer-second li {
    list-style-type: none;
    padding: 0 50px;
}

.footer-second a {
    text-decoration: none;
    color: #1A4276;
    font-family: 'Raleway Regular';
    font-size: 18px;
}

.footer-third {
    text-align: center;
    padding: 30px 0;
}

.footer-third p {
    color: #092447;
    font-family: 'Raleway Regular';
    font-size: 18px;
}

.footer-third a {
    text-decoration: none;
    color: #092447;
    font-family: 'Raleway Bold';
    font-size: 18px;
}


/* responsive */

@media (max-width: 1730px) {
    .sixth-section-block h4 {
        font-size: 24px;
    }
    .seventh-text h4 {
        font-size: 20px;
    }
    .footer-first {
        width: 45%;
    }
}

@media (max-width: 1600px) {
    .header-wrapper li a {
        padding: 10px 15px;
        font-size: 16px;
    }
    .first-section-block p {
        font-size: 20px;
    }
    .second-section-left {
        width: 75%;
    }
    .second-section-right {
        width: 20%;
    }
    .fifth-section-left h3 {
        font-size: 26px;
    }
    .fifth-section-right a {
        font-size: 18px;
    }
    .toggle-menu h3 {
        font-size: 35px;
    }
    .sixth-section-block h4 {
        font-size: 22px;
    }
    .function_active .trigger:before {
        top: 11px;
    }
    .seventh-section-wrapper {
        width: 80%;
    }
    .footer-first {
        width: 50%;
    }
}

@media (max-width: 1440px) {
    .header-wrapper {
        width: 90%;
    }
    .header-wrapper li {
        padding: 5px 10px;
    }
    .banner-text {
        left: 9%;
    }
    .banner-text h1 {
        font-size: 50px;
    }
    .banner-text h3 {
        font-size: 22px;
    }
    .banner-link a {
        font-size: 18px;
    }
    .banner-link {
        margin-top: 8%;
    }
    .first-section-wrapper,
    .second-section-wrapper,
    .third-section-wrapper,
    .fourth-section-wrapper,
    .fifth-section-wrapper,
    .sixth-section-holder h3,
    .sixth-section-wrapper,
    .seventh-section-holder h3,
    .seventh-section-wrapper,
    .eigth-section-wrapper {
        width: 90%;
    }
    .second-section-left h3,
    .third-section-wrapper h3,
    .fourth-section-wrapper h3,
    .sixth-section-holder h3,
    .seventh-section-holder h3,
    .eigth-section-holder h3 {
        font-size: 40px
    }
    .second-section-left h4,
    .third-section-wrapper h4,
    .fourth-section-wrapper h4 {
        font-size: 26px;
    }
    .second-section-left p,
    .third-section-list li,
    .fourth-section-grid-block h5 {
        font-size: 18px;
    }
    .third-section-list h5 {
        font-size: 24px;
    }
    .fourth-section-grid {
        width: 70%;
    }
    .fourth-section-wrapper h4 {
        width: 65%;
    }
    .toggle-menu h3 {
        width: 100%;
        font-size: 30px;
    }
    .toggle-menu h4,
    .toggle-menu h5 {
        font-size: 20px;
    }
    .sixth-section-block h4 {
        font-size: 20px;
    }
    .function_active .trigger:before {
        top: 10px;
    }
    .toggle-menu li {
        font-size: 18px;
    }
    .seventh-text h3 {
        width: 100%;
        font-size: 26px;
    }
    .seventh-text h4 {
        font-size: 18px;
    }
    .seventh-section-wrapper .owl-nav .owl-prev,
    .seventh-section-wrapper .owl-nav .owl-next {
        top: -100px;
    }
    .eigth-section-holder {
        padding: 70px 0;
    }
    .footer-first h3 {
        font-size: 30px;
    }
    .footer-first a {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .header-logo {
        width: 20%;
    }
    .header-logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .header-wrapper li a {
        padding: 10px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text h3 {
        font-size: 18px;
    }
    .banner-link a {
        font-size: 16px;
    }
    .first-section-block p {
        font-size: 16px;
    }
    .fourth-section-image img {
        width: 90%;
    }
    .fifth-section-left {
        width: 60%;
    }
    .sixth-section-block {
        width: 45%;
    }
    .trigger {
        padding: 10px 0 10px 10px;
    }
    .seventh-section-block-wrapper {
        padding: 30px 50px;
    }
    .seventh-section-block img {
        width: 100px !important;
        height: 100px;
    }
}

@media (max-width: 1150px) {
    .sixth-section-block {
        width: 50%;
    }
    .function_active .sixth-section-block {
        width: 55%;
    }
    .toggle-menu {
        width: 40%;
    }
    .toggle-menu h4 {
        padding: 15px 0;
    }
    .toggle-menu ul {
        padding-top: 10px;
    }
    .footer-first {
        width: 55%;
    }
}

@media (max-width: 1024px) {
    .header-wrapper {
        width: 95%;
        padding: 20px 0;
    }
    .header-logo {
        width: 17%;
    }
    .header-wrapper li {
        padding: 5px;
    }
    .header-wrapper li a {
        font-size: 14px;
        padding: 10px 5px;
    }
    .banner-text {
        left: 6%;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .banner-text h3 {
        font-size: 16px;
    }
    .banner-link a {
        font-size: 14px;
    }
    .banner-link {
        margin-top: 5%;
    }
    .first-section-wrapper,
    .second-section-wrapper,
    .third-section-wrapper,
    .fourth-section-wrapper,
    .fifth-section-wrapper,
    .sixth-section-wrapper,
    .sixth-section-holder h3,
    .seventh-section-holder h3,
    .seventh-section-wrapper,
    .eigth-section-wrapper {
        width: 95%;
    }
    .second-section-left {
        width: 70%;
    }
    .second-section-left h3,
    .third-section-wrapper h3,
    .fourth-section-wrapper h3,
    .sixth-section-holder h3,
    .seventh-section-holder h3,
    .eigth-section-holder h3 {
        font-size: 30px;
    }
    .second-section-left h4,
    .third-section-wrapper h4,
    .fourth-section-wrapper h4,
    .fifth-section-left h3 {
        font-size: 22px;
    }
    .second-section-left p,
    .third-section-list li,
    .fourth-section-grid-block h5,
    .fifth-section-right a {
        font-size: 16px;
    }
    .second-section-right {
        width: 25%;
    }
    .third-section-list h5 {
        font-size: 20px;
    }
    .fourth-section-image img {
        width: 75%;
    }
    .fourth-section-image {
        top: -2%;
    }
    .sixth-section-block h4 {
        font-size: 18px;
    }
    .function_active .trigger:before {
        top: 8px;
    }
    .toggle-menu h3 {
        width: 100%;
        font-size: 26px;
        padding-bottom: 0;
    }
    .toggle-menu ul {
        padding-top: 15px;
    }
    .toggle-menu li {
        font-size: 16px;
    }
    .toggle-menu h3 {
        font-size: 22px;
    }
    .toggle-menu h4,
    .toggle-menu h5 {
        font-size: 18px;
    }
    .seventh-section-holder {
        padding: 50px 0;
    }
    .seventh-section-wrapper {
        padding-top: 10px;
    }
    .seventh-section-block-wrapper {
        padding: 30px;
    }
    .seventh-section-block {
        padding-bottom: 15px;
    }
    .seventh-text h3 {
        width: 100%;
        font-size: 22px;
    }
    .seventh-text h4 {
        font-size: 16px;
    }
    .seventh-section-block-wrapper p {
        font-size: 15px;
    }
    .seventh-section-wrapper .owl-nav .owl-prev {
        top: -88px;
        right: 40px;
    }
    .seventh-section-wrapper .owl-nav .owl-next {
        top: -88px;
    }
    .seventh-section-wrapper .fa-chevron-left,
    .seventh-section-wrapper .fa-chevron-right {
        font-size: 30px;
    }
    .eigth-section-wrapper {
        margin: 10px auto;
    }
    .eigth-section-holder h3 {
        padding: 0;
        padding-bottom: 50px;
    }
    .footer-first h3 {
        font-size: 25px;
    }
    .footer-first a {
        font-size: 18px;
    }
    .footer-second a,
    .footer-third p {
        font-size: 16px;
    }
}

@media (max-width: 875px) {
    .first-section-block p {
        min-height: 40px;
    }
    .fourth-section-image img {
        width: 65%;
    }
}

@media (max-width: 850px) {
    .sixth-section-block h4 {
        font-size: 16px;
    }
    .function_active .trigger:before {
        font-size: 20px;
        top: 9px;
    }
    .toggle-menu li {
        font-size: 15px;
    }
    .footer-first {
        width: 60%;
    }
}

@media (max-width: 768px) {

    /* HEADER mob menu */
    .header-wrapper {
        width: 90%;
    }
    .header-logo {
        width: 250px;
    }

    #menu-item-100,
    #menu-item-101,
    #menu-item-102,
    .socials {
        display: block;
    }
    #menu-item-104 {
        display: none;
    }

    #ani-2 .icon-bar {
        position: absolute;
        height: 5px;
        margin-left: 10px;
        background-color: #1A4276;
        width: 35px;
        display: block;
        border-radius: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .top-bar {
        top: 0;
    }
    .middle-bar {
        width: 18px;
        top: 14px;
        opacity: 1;
        left: 0;
    }
    .bottom-bar {
        top: 28px;
        width: 10px;
    }
    .mobile-menu.mobile-menu-test.menu_btn {
        display: block;
        position: absolute;
        right: 80px;
        top: 35%;
        transform: translate(-50%, -50%);
        z-index: 99999;
    }
    .menu-main {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        z-index: 9999;
        overflow-y: auto;
    }
    .menu-main ul {
        flex-direction: column;
        row-gap: 50px;
        padding-top: 150px;
        text-align: center;
    }
    .menu-main ul li a {
        font-family: 'Raleway Bold';
        font-size: 24px;
    }
    .menu-main.active-mob {
        left: 0;
    }
    #ani-2.open .icon-bar.top-bar {
        top: 10px;
        animation: rotatedown 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(-45deg);
    }
    #ani-2.open .icon-bar.middle-bar {
        opacity: 0;
        width: 0;
    }
    #ani-2.open .icon-bar.bottom-bar {
        top: 10px;
        width: 35px;
        animation: rotateup 0.2s forwards;
        animation-delay: 0.20s;
        transform: rotate(45deg);
    }
    .socials {
        padding-top: 100px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .socials a {
        text-decoration: none;
        font-size: 45px;
        color: #fff;
        background-color: #1A4276;
        padding: 8px;
        border-radius: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    /* end mob menu */


    .banner-desktop {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .banner-mobile img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .banner-text {
        left: 9%;
        width: 100%;
    }
    .banner-text h1 {
        width: 90%;
        font-size: 50pt;
    }
    .banner-text h3 {
        font-size: 26pt;
        width: 90%;
    }
    .banner-link {
        display: none;
    }
    .first-section-wrapper,
    .second-section-wrapper,
    .fifth-section-wrapper {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .first-section-block {
        width: 100%;
        padding: 30px 0;
    }
    .first-section-block p {
        font-size: 20pt;
        margin-top: 10px;
    }
    .second-section-holder,
    .third-section-holder,
    .fourth-section-holder,
    .sixth-section-holder {
        padding: 50px 0;
    }
    .second-section-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .second-section-left h4,
    .third-section-wrapper h4 {
        font-size: 20px;
    }
    .second-section-right {
        width: 180px;
    }
    .second-section-right img {
        width: 180px;
        height: 200px;
    }
    .third-section-wrapper,
    .fourth-section-wrapper,
    .eigth-section-wrapper {
        width: 90%;
        text-align: center;
    }
    .third-section-list-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }
    .third-section-list {
        width: 100%;
        margin: 30px 0 30px 0;
    }
    .third-section-list ul {
        padding-top: 20px;
    }
    .fourth-section-image {
        display: none;
    }
    .fourth-section-wrapper h4{
        width: 100%;
        font-size: 20px;
    }
    .fourth-section-grid {
        width: 100%;
        grid-template-columns: repeat(1 ,1fr);
        grid-gap: 40px;
        margin-top: 50px;
    }
    .fourth-section-grid-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fourth-section-grid-block p {
        margin-bottom: 10px;
    }
    .fourth-section-grid-block h5 {
        width: 100%;
        font-family: 'Helvetica Neue Light';
        font-size: 18px;
        font-weight: 600;
    }
    .fifth-section-left,
    .fifth-section-right {
        text-align: center;
        width: 100%;
    }
    .fifth-section-left {
        margin-bottom: 50px;
    }
    .fifth-section-right a {
        display: block;
        width: 70%;
        margin: 0 auto;
        padding: 15px 0 10px 0;
    }
    .sixth-section-holder h3,
    .seventh-section-holder h3 {
        text-align: center;
    }
    .sixth-section-wrapper {
        width: 90%;
        margin-bottom: 0;
    }
    .sixth-section-block-wrapper {
        flex-wrap: wrap;
    }
    .sixth-section-block,
    .function_active .sixth-section-block,
    .toggle-menu {
        width: 100%;
    }
    .toggle-menu {
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .function_active .trigger:before {
        content: '\f063';
        font-size: 20px;
        top: 10px;
    }
    .seventh-section-holder {
        padding: 50px 0 100px 0;
    }
    .seventh-section-holder h3 {
        padding-bottom: 10px;
    }
    .seventh-section-holder h3 strong {
        font-family: 'Raleway Regular';
    }
    .seventh-section-block-wrapper {
        background-color: transparent;
    }
    .seventh-section-block {
        flex-direction: column;
    }
    .seventh-section-block img {
        width: 130px !important;
        height: 130px;
    }
    .seventh-text {
        margin-left: 0;
        margin-top: 30px;
    }
    .seventh-text h3 {
        color: #fff;
        font-size: 26px;
    }
    .seventh-text h4 {
        color: #A4C9F8;
        font-size: 20px;
        padding: 10px 0;
    }
    .seventh-section-block-wrapper p {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    .seventh-section-wrapper .owl-nav .owl-prev {
        top: unset;
        bottom: -20%;
        right: 51%;
    }
    .seventh-section-wrapper .owl-nav .owl-next {
        top: unset;
        bottom: -20%;
        right: 44%;
    }
    .seventh-section-wrapper .fa-chevron-left,
    .seventh-section-wrapper .fa-chevron-right {
        font-size: 40px;
    }
    .third-section-list li {
        list-style-type: none;
        padding: 3px 0 10px 0;
    }
    .footer-first {
        width: 100%;
        flex-direction: column;
    }
    .footer-first h3 {
        padding-bottom: 30px;
    }
    .footer-second {
        display: none;
    }
}

@media (max-width: 600px) {
    .seventh-section-wrapper .owl-nav .owl-prev {
        bottom: -15%;
        right: 53%;
    }
    .seventh-section-wrapper .owl-nav .owl-next {
        bottom: -15%;
        right: 42%;
    }
}

@media (max-width: 500px) {
    .header-logo {
        width: 200px;
    }
    .mobile-menu.mobile-menu-test.menu_btn {
        top: 30%;
    }
    .banner-text h1 {
        font-size: 40pt;
    }
    .banner-text h3 {
        font-size: 20pt;
    }
    .first-section-block p {
        font-size: 16pt;
    }
    .menu-main ul {
        row-gap: 30px;
        padding-top: 100px;
    }
    .menu-main ul li a {
        font-size: 20px;
    }
    .socials {
        padding-top: 50px;
    }
    .socials a {
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    .trigger {
        padding-right: 50px;
    }
    .seventh-section-wrapper .owl-nav .owl-prev {
        right: 55%;
    }
    .seventh-section-wrapper .owl-nav .owl-next {
        right: 40%;
    }
}

@media (max-width: 425px) {
    .header-wrapper {
        padding: 10px 0;
    }
    .header-logo {
        width: 180px;
    }
    .mobile-menu.mobile-menu-test.menu_btn {
        top: 27%;
    }
    .banner-text h1 {
        font-size: 30pt;
    }
    .banner-text h3 {
        font-size: 16pt;
    }
    .first-section-block p {
        font-size: 14pt;
    }
}

/*  formular za prijavu */
.eigth-section-holder {
    text-align: center;
}
.eigth-section-holder a {
    padding: 10px 0;
    background-color: #1A4276;
    color: #fff;
    font-family: 'Raleway Regular';
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 70px;
}


#gform_3_validation_container,
#gform_7_validation_container{
    display: none;
}

.login-wrapper {
    width: 750px;
    margin: 0 auto;
    padding: 50px 0;
}

.login-wrapper h2 {
    color: #1A4276;
    font-family: 'Helvetica Neue Bold';
    font-size: 50px;
}

.login-form {
    padding-top: 30px;
}

#label_3_7_1,
#label_7_7_1 {
    color: #414141;
    font-family: 'Raleway Regular';
    font-size: 16px;
}

#label_3_7_1 a,
#label_7_7_1 a,
.ginput_container input {
    color: #1A4276;
    line-height: 1 !important;
}

#gform_wrapper_3 .gfield_label,
#gform_wrapper_7 .gfield_label {
    color: #1A4276;
    font-family: 'Raleway Regular';
    font-size: 18px;
}

.gform_wrapper .gfield_required .gfield_required_custom,
.validation_message {
    font-style: normal !important;
    font-family: 'Raleway Regular' !important;
}

#gform_submit_button_3,
#gform_submit_button_7 {
    background-color: #1A4276;
    color: #fff;
    font-family: 'Helvetica Neue Bold';
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 10px;
    line-height: 1 !important;
}

.gform_footer {
    justify-content: end;
}

.gchoice_3_7_1,
.gchoice_7_7_1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ginput_container input:focus-visible {
    outline: 1px solid #1A4276;
}

.gform_heading {
    padding-bottom: 20px;
}
.gform_heading p {
    color: #414141;
    font-family: 'Raleway Regular';
    font-size: 16px;
    display: flex;
}

.gform_heading p .gfield_required_asterisk {
    font-size: 22px !important;
}

/* partneri */
.partners-holder {
    padding: 50px 0;
}

.partners-wrapper {
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.partners-block {
    width: 225px;
    height: 225px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partners-block img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.partners-hidden-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.partners-hidden-block p {
    color: #fff;
    font-family: 'Raleway Regular';
    font-size: 18px;
}

.partners-block:hover .partners-hidden-block {
    opacity: 1;
}
.partners-block:hover img {
    transform: scale(1.1);
}

@media (max-width: 1440px) {
    .login-wrapper h2 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .login-wrapper h2 {
        font-size: 30px;
    }
    .partners-wrapper {
        width: 80%;
        grid-template-columns: repeat(3, 1fr);
    }
    .partners-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .login-wrapper {
        width: 90%;
    }
    .login-wrapper h2 {
        font-size: 26px;
    }
    #gform_submit_button_1,
    #gform_submit_button_7 {
        font-size: 18px;
    }
}

@media (max-width: 650px) {
    .partners-wrapper {
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .partners-block {
        height: 200px;
    }
}


/* izmene 16.04 */
.gfield_required .gfield_required_asterisk {
    font-size: 22px !important;
}

.thank-you-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.thank-you-wrapper h1 {
    font-size: 50px;
    letter-spacing: -1px;
    font-family: 'Helvetica Neue Bold';
    color: #1A4276;
    margin: 0;
    margin-bottom: 30px;
}

.thank-you-wrapper h3 {
    font-size: 32px;
    letter-spacing: -1px;
    font-family: 'Helvetica Neue Bold';
    color: #1A4276;
    margin: 0;
}

.gchoice label span {
    color: #c02b0a;
    display: inline-block;
    font-size: 22px !important;
    padding-left: .125em;
    font-family: 'Raleway Regular';
    font-weight: 700;
}
.footer-custom {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 30px 0;
}
.footer-image,
.footer-text {
    width: 50%;
}

.footer-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-text p {
    color: #333333;
    font-family: 'Helvetica Neue Light';
    font-size: 16px;
    padding: 3px 0;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .footer-custom {
        width: 95%;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .thank-you-wrapper h1 {
        font-size: 36px;
    }
    .thank-you-wrapper h3 {
        font-size: 24px;
    }
    .footer-custom {
        width: 90%;
        flex-wrap: wrap;
        padding: 30px 0 0 0;
    }
    .footer-image,
    .footer-text {
        width: 100%;
    }

}