body {
    font-family: 'Libre Franklin', sans-serif;
    letter-spacing: 0.8px;
    font-size: 18px;
    background-image: url(/wp-content/themes/understrap-child/img/zeroAndOnes.jpg);
    background-size: contain;
    background-position-x: center;
    background-position-y: 500px;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.pageimg {
  margin-bottom: 2em;
  border-radius: 0.6em;
}

.rounded {
	border-radius: 30px;
}

.blacktext {
	color:black;
}

/* Goran odmor - obrisati početak */

/* 
.page-template-homepage-edit-php #navbarNavDropdown {
    display: none!important;
} */

/* Goran odmor - obrisati kraj */

.navbar-dark .navbar-brand {
    max-width: 230px;
}

li#menu-item-120 a {
    color: #fe3131;
}

.contact-info {
    display: none;
}

h2.title span {
    text-transform: lowercase;
}

/* Goran odmor - prebaciti u display: none */

.page-template-homepage-edit-php .contact-info {
    display: none;
}

section.custom-ic-design p {
	color:black;
}

/* Goran odmor - prebaciti u display: none kraj */

div#wrapper-navbar {
    position: absolute;
    width: 100%;
}
section.nirsen-stands {
    margin-bottom: 100px;
}
h2.under-stands {
    margin-bottom: 40px;
}

/* .navbar-dark .navbar-toggler {
    display: none;
} */

section.project-icons .item-wrapper img:nth-child(1) {
    display: none;
}

section.references .item-wrapper img:nth-child(1) {
    display: none;
}
.single-member .member-title.no-img {
    font-size: 22px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.project-icons .item-wrapper h3 {
    font-weight: 600;
    font-size: 18px;
    color: #d5e1ff;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1.2px;
}

.project-icons .item-wrapper span {
    color: #d5e1ff;
    font-weight: 600;
    margin-top: -3px;
}

.project-icons .col-md, .references .col-md {
    max-width: 990px;
    margin: 0 auto;
}
/* section.ips h4.title-ips.silicon {
    margin-top: 85px;
} */

.references .item-wrapper h3 {
    font-weight: 600;
    font-size: 18px;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1.2px;
}

.references .item-wrapper span {
    color: #6e6e6e;
    font-weight: 600;
    /* margin-top: -3px; */
    margin-bottom: 25px;
}

section.ai h3.subtitle-red {
    padding-top: 80px;
	padding-bottom: 30px;
}

.animated {
    -webkit-animation: opac 0.8s;
    animation: opac 0.8s
}

@-webkit-keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

button:focus {
    outline: none;
}

.navbar {
    margin-top: 30px;
    z-index: 1000;
}

/* .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding-left: 30px
} */

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
}

body.page-template-homepage-edit-php {
    background: url("/wp-content/uploads/2021/06/Nirsen_Home_back.jpg"), #000f36;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.bg-primary {
    background-color: transparent!important;
}

button.btn-more {
    border: 2px solid #fe3131;
    background-color: #fe3131;
    color: #fff;
    border-radius: 40px;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    transition: background ease 0.3s;
    letter-spacing: 0.8px;
    font-weight: 600;
}

section.hero {
    padding-top: 80px;
}

.herorow {
  padding-top: 20vmin;
  padding-bottom: 30vmin;
}

button.btn-more:hover {
    background: #000f36;
    transition: background ease 0.3s;
}

section.hero h2 {
    color: #2b84d8;
    /* font-size: 30px; */
    font-size: 29px;
    font-weight: 300;
    margin: 65px 0 55px 0;
    letter-spacing: 0.5px;
}

section.hero h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: 35px;
}

section.hero {
    padding-top: 255px;
}

section.hero h4 {
    font-size: 18px;
    color: #d5e1ff;
    margin-bottom: 65px;
    line-height: 30px;
}

section.nirsen-stands {
    margin-top: 200px;
}

section.nirsen-stands h1 {
    color: #fe3131;
    font-size: 30px;
    text-align: center;
    margin-bottom: 80px;
}

section.nirsen-stands h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
   /*  margin-bottom: 170px; */
}

section.icons h2 {
    color: #fe3131;
    font-size: 20px;
    text-align: left;
}

section.icons img {
    margin-bottom: 30px;
}

section.icons h3 {
    font-size: 16px;
    color: #d5e1ff;
    line-height: 30px;
    /* min-height: 6.5rem; */
}

section.icons ul li::before, section.ips ul li::before {
    content: "\2022";
    color: #00aae2;
    left: -14px;
    position: absolute;
    font-size: xx-large;
    padding: -8px;
}

section.icons li, section.ips li {
    color: #d5e1ff;
    font-weight: 300;
    position: relative;
}

section.icons ul, section.ips ul {
    list-style: none;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    line-height: 30px;
}

section.project-icons h2 {
    font-size: 18px;
    color: #d5e1ff;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 1.2px;
}

section.project-icons {
    padding: 100px 0 80px;
}

section.project-icons .item-wrapper {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

/* section.project-icons .item-wrapper img {
    align-self: center;
    flex-wrap: wrap;
} */

section.ips h1 {
    color: #fff;
    margin-top: 50px;
    font-size: 33px;
    font-weight: 700;
}

/* section.ips img {
    min-height: 384px;
} */

section.ips {
    padding-top: 100px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

section.ips img {
    margin-bottom: 30px;
}

section.ips h3 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-top: 33px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

section.ips h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

section.ips span {
    font-size: 14px;
    color: #42e7e0;
    margin-left: 15px;
}

section.footer h2, section.footer h2 a {
    color: #fe3131;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

section.footer h2 a:hover {
    color: #fe3131;
    text-decoration: none;
}

section.footer h3, section.footer h3 a {
    color: #d5e1ff;
    font-size: 16px;
    line-height: 20px;
}

section.footer h3, section.footer h3 a {
    text-decoration: none;
}

section.footer {
    padding-top: 90px;
/*    background-repeat: no-repeat;*/
}

section.copyright {
    color: #d5e1ff;
    font-size: 16px;
    margin-top: 70px;
    padding-bottom: 25px;
}

section.copyright p {
    font-size: 14px;
}

section.footer .col-md h2 {
    min-height: 3em;
}

section.footer h2, section.footer h3 {
    white-space: nowrap;
}

section.ips h2 {
    color: #fe3131;
    font-size: 30px;
    text-align: center;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-footer {
    float: right;
    color: #fff;
    font-size: 14px;
    max-width: 360px;
    line-height: 24px;
}

.contact-info {
    font-size: 14px;
    float: right;
    color: #fff;
    max-width: 359px;
}

.contact-info a, .contact-info-footer a {
    color: #fff;
}

.contact-info a:hover, .contact-info-footer:hover a {
    text-decoration: underline;
}

.contact-info a {
    padding: 10px 30px;
    background: white;
    color: #fe3131;
    border-radius: 40px;
    font-weight: 600;
}

.title-ips {
    font-weight: 600;
    margin-top: 25px;
}

section.hero-tipske {
    min-height: 700px;
    display: flex;
    align-items: center;
    background: #000d2f;
    background-position: center;
    background-size: cover;
		background-attachment: fixed;

}

section.hero-tipske h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 150px;
}

section.hero-tipske p {
    color: #fd3132;
    font-size: 22px;
}

section.mission-team {
    padding: 80px 0 10px;
}

h2.title {
    color: #2e84d9;
    font-weight: 700;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}

h2.title.left-line {
    text-align: left;
}

h2.title:after {
    content: "";
    width: 135px;
    height: 5px;
    background: #2e84d9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

h2.title.left-line:after {
    left: 0;
    right: 0;
    margin: 0;
}

.single-member {
    margin-bottom: 70px;
}

.single-member .content-member {
    /*   color: #2e84d9; */
    color: #212529;
}

.single-member .member-title {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

section.nirs {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
}

section.nirs h4 {
    color: #fd3132;
    margin-bottom: 15px;
    font-size: 14px;
}

section.nirs h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}

section.nirs .right-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.nirs .right-button a {
    color: #fff;
    background-color: #fd3132;
    padding: 20px 50px;
    border-radius: 60px;
}

section.references img {
    filter: grayscale(1);
}

section.references {
    padding: 80px 0 90px;
    background-color: #f3f3f5;
}

section.references .item-wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.references h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

section.business-models {
    padding: 80px 0 80px;
}

section.business-models h3 {
    color: #fd3132;
    margin: 55px 0 25px;
    text-align: center;
    font-weight: 600;
}

section.business-models ul {
    list-style: none;
    padding-left: 18px;
}

section.business-models h4 {
    font-weight: 600;
}

section.business-models h4 span {
    color: #01aae3;
}

section.business-models h5 {
    color: #fd3132;
    font-weight: 600;
    margin-bottom: 20px;
}

section.business-models ul li {
    font-size: 16px;
}

section.business-models ul li::before {
    content: "\2022";
    color: #2e84d9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.blue-bullets {
    list-style: none;
    padding-left: 15px;
}

ul.blue-bullets li::before {
    content: "\2022";
    color: #2e84d9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

section.business-models img {
    margin: 40px 0 20px;
}

section.custom-ic-design {
    padding: 80px 0 40px
}

.fpgasection {
  background: url(/wp-content/uploads/2024/04/DSCF0278-scaled.jpg);
  background-attachment: scroll;
  background-color: #021037b8;
  background-blend-mode: overlay;
background-size:cover;
  background-position: center;
  color: white;
  text-shadow: 2.3px 2px 4px #00000040;
  background-attachment: fixed;
  padding-top: 10vmin;
  padding-bottom: 10vmin;
	inset 0 0 177px #0210375e;
  border-radius: 30px;
  margin: 2.1vmax;
  box-shadow: 2px 2px 6px #00000040;
}
.ai {
  padding-bottom: 10vmin;
}
section.extra-services {
    padding: 30px 0 90px
}

.mw-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.mw-990 {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

section.analog-ips {
    padding: 80px 0 50px;
    text-align: center;
}

section.analog-ips p {
    margin-bottom: 8px;
	color:black;
}

section.digital-ips {
    padding: 80px 0;
}

section.digital-ips p {
    margin-bottom: 8px;
}

section.digital-ips h3.subtitle-red {
    margin-bottom: 30px;
}

section.up-8-icons .subtitle-red {
    text-align: center;
}

h3.subtitle-red {
    font-size: 23px;
    color: red;
    font-weight: 600;
}

.business-models h3.subtitle-red, .analog-ips h3.subtitle-red, .chips h3.subtitle-red {
    margin-bottom: 50px;
}

section.nanometers {
    padding: 80px 0;
}

.nanometers h3.subtitle-red {
    margin-bottom: 20px;
}

section.chips strong {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

section.chips {
    padding: 50px 0 70px;
}

section.chips ul {
    margin-bottom: 30px;
    font-size: 16px;
}

.box-wrap img {
    margin: 10px auto;
    display: block;
}

.box-wrap p {
    display: block;
    margin: 0;
    background: #001e4b;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 15px 0;
    padding: 5px 8px;
}

/*Benefits Boxes*/
.benefits {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  padding-top: 0.8em;
}


.box-wrap {
    color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 2px #d8d8d8;
    margin-bottom: 30px;
    background-color: #fff;
}

.imgbenefits {
  filter: hue-rotate(-64deg) drop-shadow(3px 5px 6px #0000001f);
}

.img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chips2 ul {
    font-size: 16px;
}

.chips2 h2 {
    font-size: 20px;
    color: #fe3131;
    font-weight: 600;
    margin-bottom: 30px;
}

section.boxes {
    padding: 40px 0 40px;
}

section.chips2 {
    padding: 40px 0 80px;
}

section.chips2 img {
    margin: 30px auto;
    display: block;
}

.chips2 .sensors {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue-background-text {
    display: block;
    margin: 0;
    background: #001e4b;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 5px 8px;
}

.sensor-wrap {
    padding: 35px 25px 35px;
    box-shadow: 0 0 5px 2px #d8d8d8;
    margin-bottom: 30px;
    background-color: #fff;
}

.digital-ips-img {
    margin: 60px auto 30px;
    display: block;
}

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

.analog-ips ul {
    font-size: 16px;
}

.analog-ips .separate, .digital-ips .separate {
    margin-top: 70px;
}

h4.red-box {
    font-size: 16px;
    background-color: #fe3131;
    padding: 15px;
    margin: 30px 0 45px;
    color: #fff;
    text-align: center;
}

section.rfAndM, section.amsIc, section.digitalas {
    padding-bottom: 70px;
}

section.digitalas {
    padding-top: 20px;
}

section.digitalas img {
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
}

.blue-square-text {
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    background-color: #001e4b;
    text-align: center;
    display: table;
    margin: 30px auto 15px;
}

section.digitalas h3.red-subtitle {
    font-size: 18px;
    color: #fe3131;
    font-weight: 600;
    margin-bottom: 35px;
}

section.rsp {
    padding-bottom: 90px;
}

section.careers-content {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

section.careers-content p {
    color: #001e4b;
    /* font-weight: 600; */
}

section.careers-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.chips .row {
    margin-top: 40px;
}

section.risc-v p:first-child {
    text-align: center;
    color: #fe3131;
    font-weight: 600;
}

.learn-more {
    color: #2b84d8;
    /*display: table;*/
    text-decoration: none;
    font-size: 20px;
    margin-top: 15px;
}

.learn-more:after {
    content: url(../img/learn-more.png);
    margin-left: 10px;
    margin-top: -1px
}

.learn-more:hover {
    color: #2b84d8;
    /* text-decoration: none; */
}

section.careers-fields {
    padding: 80px 0;
}

section.careers-fields ul {
    padding-left: 0;
    list-style: none;
}

section.careers-fields p {
    margin-bottom: 45px;
}

.button-block {
    background: #010b33;
    padding: 11px 14px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.button-block a {
    color: #fff;
    font-weight: bold;
}

.button-block:hover a {
    text-decoration: underline;
}

@media (max-width: 1600px) and (min-width: 1024px) {
    section.hero {
        padding-top: 80px;
    }
    section.hero h1 {
        font-size: 40px;
    }
    section.hero h2 {
        margin: 30px 0 45px;
    }
    section.hero h4 {
        margin-bottom: 40px;
    }
    button.btn-more {
        padding: 10px 30px;
    }
    section.nirsen-stands {
        margin-top: 100px;
    }
  /*   section.nirsen-stands h2 {
        margin-bottom: 100px
    } */
}

@media (max-width: 1200px) {
    section.hero .col-lg-8 {
        max-width: 100%;
        flex: 100%;
    }
    section.project-icons img {
        margin-top: 20px;
    }
    section.project-icons {
        margin-bottom: 50px;
    }
    section.project-icons .item-wrapper, section.references .item-wrapper {
        justify-content: space-around;
    }
    .footer .col-lg-3 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    section.project-icons .item-wrapper h3, section.references .item-wrapper h3 {
        padding: 0 10px;
    }
    section.careers-fields {
        padding: 40px 0;
    }
    .references .item-wrapper span, .project-icons .item-wrapper span {
        display: none;
    }
    section.business-models h3 {
        margin-bottom: 0;
        margin-top: 50px;
    }
    h2.title.left-line {
        text-align: center;
        /* margin-bottom: 60px; */
        margin-bottom: 0;
    }
    h2.title.left-line:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    section.mission-team {
        padding-bottom: 0;
    }
    section.references {
        padding-bottom: 70px;
    }
    section.business-models {
        padding-bottom: 70px;
    }
    section.project-icons .item-wrapper h3,
    section.references .item-wrapper h3 {
        width: 48%;
    }
    section.references .item-wrapper img {
        max-width: 45%;
        display: inline;
        margin: 10px auto;
        padding: 15px;
    }
    section.nirs h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .content-member {
        margin-top: 30px;
    }
    .navbar-nav {
        background-color: #000d2f;
        padding-bottom: 15px;
    }
    section.nirs {
        text-align: center;
    }
    section.nirs .right-button {
        display: block;
    }
    section.nirs .right-button a {
        padding: 10px 20px;
        display: table;
        margin: 0 auto;
    }
    section.hero {
        padding-top: 170px;
    }
    section.hero-tipske p {
        font-size: 16px;
    }
    section.hero-tipske h1 {
        font-size: 30px;
        margin-top: 70px;
    }
    section.hero-tipske {
        min-height: 55vh;
        padding: 40px 0 40px;
    }
    section.custom-ic-design {
        padding: 60px 0 30px;
    }
    .extra-services img {
        margin-top: 30px;
    }
    h2.title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    body {
        font-size: 16px;
    }
    section.ips h2 {
        font-size: 25px;
    }
    button.btn-more {
        padding: 10px 30px;
    }
    section.hero h3 {
        padding-top: 30px;
    }
    section.ips h1 {
        font-size: 26px;
    }
    section.ips {
        padding-bottom: 30px;
        padding-top: 90px;
    }
    section.ips img {
        margin-top: 30px;
    }
    a.navbar-brand img {
        max-width: 200px;
    }
    section.icons {
        flex-wrap: wrap;
    }
    section.footer .col-md h2 {
        height: auto;
    }
    section.project-icons {
        padding: 30px 0 0;
        margin: 0;
    }
    section.project-icons img {
        margin: 20px;
    }
    section.icons h3 {
        min-height: auto;
    }
    body {
        background-position: unset;
        background-size: auto;
    }
    section.hero h1 {
        font-size: 30px;
    }
    section.hero h2 {
        font-size: 24px;
        margin: 25px 0 20px;
    }
    section.hero h4 {
        margin-bottom: 25px;
        line-height: 28px;
    }
    section.nirsen-stands h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }
   /*  section.nirsen-stands h2 {
        margin-bottom: 60px;
    } */
    section.icons ul {
        margin-bottom: 40px;
    }
    section.copyright {
        font-size: 14px;
        text-align: center;
        margin-top: 40px;
    }
    .contact-info-footer {
        padding-top: 30px;
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    section.nirsen-stands {
        margin-bottom: 80px;
    }
    /* GS .navbar-toggler-icon {
        margin-top: 20px;
    } */
    /* body {
        background: none;
        background-color: #000f36;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: unset;
    } */
    section.footer {
        padding-top: 60px;
    }
    section.nirsen-stands {
        margin-top: 100px;
    }
    .contact-info {
        padding-top: 30px;
        padding-left: unset;
    }
   
}

@media (max-width:600px) {
    section.nirsen-stands {
        margin-top: 100px;
    }
    .contact-info {
        display: none;
    }
    section.project-icons .item-wrapper h3 {
        margin: 0 3px 25px;
    }
    section.ips h4.title-ips.silicon {
        margin-top: 33px;
    }
    .single-member {
        margin-bottom: 0;
    }
}