/* Hero section */

.hero {
    margin-top: 60px;
    position: relative;
    border-radius: 0 0 25px 25px;
    min-height: 100vh;
    overflow: hidden;
}

.hero__earth {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.hero__background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}

.hero__content-holder {
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.hero__content {
    max-width: 945px;
    margin: auto;
}

.hero__content h1 {
    margin-bottom: 20px;
}

.hero__content p {
    font-size: 16px;
}

.hero__buttons {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.hero__slider {
    position: absolute;
    bottom: 52px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}

.hero__single-slide img {
    max-height: 72px;
    width: auto;
}

@media only screen and (min-width: 991px) {
    .hero {
        border-radius: 0 0 50px 50px;
    }

    .hero__content h1 {
        font-size: 64px;
    }

    .hero__content p {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .hero {
        min-height: 873px;
    }

    .hero__content h1 {
        font-size: 96px;
    }
}

/* About */

.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about__holder {
    margin-bottom: 60px;
}

.about__small-title {
    margin-bottom: 20px;
}

.about__small-title h3 {
    font-family: var(--font-primary);
    color: var(--color-primary);
    font-weight: 400;
    margin: 0;
}

.about__content-title {
    margin-bottom: 20px;
}

.about__content-title h2 {
    font-size: 36px;
    margin: 0;
}

.about__content p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #383838;
}

.about__join-btn {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(--color-primary);
    margin-top: 5px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}

.about__single-work {
    border: 1px solid #9D9D9D;
    background: #F9F9FA;
    border-radius: 25px;
    padding: 30px;
    position: relative;
    min-height: 450px;
    z-index: 4;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.about__single-work__image {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.about__single-work__content h3 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #0D0D0D;
}

.about__single-work__content {
    z-index: 4;
}

.about__single-work__description {
    margin-top: 20px;
    display: none;
}

.about__single-work__description p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #383838;
}

.about__single-work.active {
    border-color: var(--color-primary);
}

.about__single-work.active svg {
    transform: rotate(45deg);
}

.about__single-work {
    margin-bottom: 20px;
}

.about__single-work svg {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all 500ms ease;
}

.about__our-work {
    margin-bottom: 50px;
}

.about__we-do {
    border-top: 1px solid #9D9D9D;
    padding-top: 50px;
}

.about__single-work {
    margin-bottom: 20px;
}

.about__we-do__single {
    margin-bottom: 20px;
}

.about__we-do__title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    gap: 10px;

}

.about__we-do__title h3 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: var(--color-primary);
    margin-bottom: 7px;
	margin-top: 0;
}

.about__we-do__description p {
    color: #383838;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;;
    line-height: 1.4;

}

.about__we-do__description {
    padding-left: 40px;
}

@media only screen and (min-width: 991px) {
    .about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about__holder {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .about__small-title {
        flex: 0 0 100%;
    }

    .about__content-title h2 {
        font-size: 64px;
    }

    .about__content {
        flex: 1;
        max-width: 434px;
    }

    .about__content-title {
        flex: 1;
        width: 100%;
        margin-bottom: 0;
    }

    .about__single-work {
        border-radius: 50px;
        margin-bottom: 0;

    }

    .about__single-work__content h3 {
        font-size: 30px;
    }

    .about__our-work {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 100px;
    }

    .about__we-do {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1199px) {
    .about__we-do {
        gap: 68px;
    }
}

/* Red CTA */

.red-cta {
    z-index: 9;
    position: relative;
}

.red-cta__background {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.red-cta__holder {
    background: #F24534;
    background: linear-gradient(90deg, rgba(242, 69, 52, 1) 0%, rgba(140, 40, 30, 1) 100%);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: -120px;
    z-index: 9;
    position: relative;
}

.red-cta__holder h2 {
    font: 700 38px/1.2 var(--font-primary);
    color: var(--color-white);
    margin-bottom: 10px;
}

.red-cta__holder h2 strong {
    font-weight: 700;
}

.red-cta__holder p {
    font: 400 20px/1.2 var(--font-primary);
    color: var(--color-white);
}

.red-cta__button-holder {
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 12px;
}

.red-cta__button-holder .btn {
    font-size: 20px;
    padding: 12px 30px;
    height: 48px;
}

@media only screen and (min-width: 1024px) {
    .red-cta__holder {
        padding: 64px 32px 32px 100px;
    }

    .red-cta__holder h2 {
        font-size: 64px;
    }
}

.black-cubes {
    position: relative;
    background: #0D0D0D;
    padding-top: 160px;
    z-index: 1;
    padding-bottom: 60px;
}

.about-hub__content-holder {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 60px;
}

.about-hub__background {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
}

.why-hub__small-title h3,
.about-hub__small-title h3 {
    font-size: 20px;font-weight: 400;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.about-hub__small-title strong {
    color: var(--color-primary);font-weight: 700;
}

.why-hub__content h2,
.about-hub__content h2 {
    font-size: 24px;
    margin-bottom: 50px;
    color: #fff;
	margin-top: 0;
}

.about-hub__content p {
    color: #9D9D9D;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 570px;
}

.why-hub__content {
    margin-bottom: 60px;
}

.about-hub__button {
    gap: 8px;
}

.why-hub__single-column h3 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-primary);
	margin-top: 0;
    margin-bottom: 8px;
}

.why-hub__single-column p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #9D9D9D;
}

.why-hub__single-column:last-of-type {
    margin-bottom: 0;
}

.why-hub__single-column {
    margin-bottom: 40px;
}

@media only screen and (min-width: 991px) {
    .black-cubes {
        padding-top: 220px;
        padding-bottom: 100px;
    }

    .about-hub__content-holder {
        padding-bottom: 100px;
        margin-bottom: 100px;
    }

    .why-hub__content {
        margin-bottom: 100px;
    }

    .why-hub__content h2,
    .about-hub__content h2 {
        font-size: 64px;
    }

    .why-hub__single-column h3 {
        font-size: 24px;
    }

    .why-hub__columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}

@media only screen and (min-width: 1199px) {
    .why-hub__columns {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* pulsec */

.pulsec {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pulsec__background {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.pulsec__small-title h3 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-primary);
}

.pulsec__small-title {
    text-align: center;
    margin-bottom: 20px;
}

.pulsec__title {
    text-align: center;
    max-width: 595px;
    margin: 0 auto 60px;
}

.pulsec__title h2 {
    font-size: 24px;
}

.pulsec__logo-holder img {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}

.pulsec__single-cloud:last-of-type {
    margin-bottom: 0;
}

.pulsec__cloud {
    margin-bottom: 60px;
}

.pulsec__single-cloud {
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #9D9D9D;
    background: #F9F9FA;
    margin-bottom: 20px;
}

.pulsec__single-cloud p {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #383838;
}

@media only screen and (min-width: 991px) {

    .pulsec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pulsec__title {
        margin: 0 auto 100px;
    }

    .pulsec__title h2 {
        font-size: 64px;
    }

    .pulsec__cloud {
        margin-bottom: 100px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .pulsec__single-cloud {
        padding: 30px;
        border-radius: 50px;
        margin-bottom: 0;
    }
}

/*Events section*/
.events {
    padding-top: 60px;
    padding-bottom: 60px;
}

.events__headline {
    margin-bottom: 60px;
}

.events__title {
    margin-bottom: 40px;
}

.events__small-title {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-primary);
    display: inline-block;
    margin-bottom: 20px;
}

.events__small-title strong {
    font-weight: 700;
}

.events-slider .slick-slide {
    margin: 0 10px; /* polovina od 20px */
}

.events-slider .slick-list {
    margin: 0 -10px; /* da spoljne ivice budu poravnate */
}

.event-card {
    border: 1px solid #9D9D9D;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 15px;
}

.event-card__image {
    margin-bottom: 15px;
}

.event-card__image img {
    aspect-ratio: 2/1;
    width: 100%;
    object-fit: cover;
}

.event__button,
.event__description,
.event__categories {
    padding: 0 15px;
}

.events__arrows {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.events__arrows button {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.event__button a {
    width: 100%;
    gap: 8px;
}

.event__categories {
    margin-bottom: 20px;
}

.event-card__category {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #474747;
    border: 1px solid #9D9D9D;
    padding: 5px 15px;
    border-radius: 40px;
}

.event__description {
    margin-bottom: 20px;
}

.event-card__title {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #262626;
    margin-bottom: 10px;
}

.event-card__excerpt {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #383838
}

@media only screen and (min-width: 991px) {
    .events {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .events__headline {
        display: flex;
        flex-flow: row;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .events__title {
        margin-bottom: 0;
    }

    .events__title h2 {
        font-size: 64px;
    }

    .event-card {
        border-radius: 50px;
        padding-bottom: 30px;
    }

    .event-card__image {
        margin-bottom: 30px;
    }

    .event__button,
    .event__description,
    .event__categories {
        padding: 0 30px;
    }
}

/* Team section */

.team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #0D0D0D;
    padding-top: 60px;
    padding-bottom: 60px;
}

.team__background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    z-index: -1;
}

.team__small-title {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-primary);
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.team__headline {
    margin-bottom: 60px;
}

.team__headline strong {
    font-weight: 700;
}

.team__headline h2 strong {
    font-weight: 800;
}

.team__headline h2 {
    width: 100%;
    color: #fff;
    text-align: center;
}

.team__single-member {
    margin-bottom: 30px;
    background: #222222;
    border: 1px solid #383838;
    border-radius: 30px;
    padding: 16px;
}

.team-member__image {
    margin-bottom: 16px;
}

.team-member__image img {
    width: 100%;
    aspect-ratio: 1/1;
}

.team__single-member-information {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.team__single-member-information h3 {
    max-width: 70%;
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-primary);
}

.team-member__socials {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.team-member__position {
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    color: #9D9D9D;
}

@media only screen and (min-width: 768px) {
    .team__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media only screen and (min-width: 991px) {
    .team {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .team__background {
        height: auto;
        top: unset;
        width: 100%;
    }

    .team__headline {
        margin-bottom: 100px;
    }

    .team__headline h2 {
        font-size: 64px;
    }

    .team__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .team__single-member {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1199px) {
    .team__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 27px;
    }
}

/* Contact form */

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-form__background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
}

.contact-form__small-title {
    margin-bottom: 20px;
}

.contact-form__small-title h3 {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.contact-form__content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

.contact-form__content p {
    color: #383838;
    font-size: 15px;
}

.contact-form__small-title {
    width: 100%;
}

.contact-form {
    background: #fff;
    padding: 32px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
}

.contact-form__socials {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.contact-form__socials-single img {
    max-width: 24px;
    height: auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    width: 100%;
}

label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

input, textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 14px;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
    transition: 0.2s;
}

input:focus, textarea:focus {
    border-color: var(--color-primary);
}

input::placeholder, textarea::placeholder {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #9D9D9D;
}

textarea {
    height: 140px;
    resize: none;
}

.checkbox-label {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-primary);
    line-height: 1.5;
    color: #9D9D9D;
}

.checkbox-label input {
    width: fit-content;
}

.checkbox-label a {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--font-primary);
    line-height: 1.5;
}

.btn-submit {
    background: var(--color-primary);
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: 0.2s;
}

.btn-submit:hover {
    background: #d93c2d;
}

.form-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.form-response {
    margin-top: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .btn-submit {
        width: 100%;
    }
}

@media only screen and (min-width: 991px) {
    .checkbox-label,
    .checkbox-label a {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .form-row {
        flex-direction: column;
    }

    .form-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.contact-form__left-side__top {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
}

.contact-form-full {
    flex: 1;
    width: 100%;
}

.contact-form__holder {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.contact-form-full {
    border: 1px solid #9D9D9D;
    border-radius: 25px;
    padding: 30px;
}

.contact-form__left-side {
    margin-bottom: 60px;
}

.contact-form__left-side__bottom {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.contact-form__left-side__bottom span,
.contact-form__left-side__bottom a {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #0D0D0D;
}

@media only screen and (min-width: 991px) {
    .contact-form {
        padding: 100px 0 200px;
    }

    .contact-form__holder {
        display: flex;
        flex-flow: row;
        align-items: stretch;
        gap: 110px;
    }

    .contact-form__left-side {
        flex: 0 0 430px;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .contact-form__content {
        max-width: 428px;
    }

    .contact-form__content h2 {
        font-size: 64px;
    }

    .contact-form-full {
        flex: 1;
        border-radius: 50px;
    }

    .contact-form__left-side__bottom span,
    .contact-form__left-side__bottom a {
        font-size: 20px;
    }
}