@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&family=Saira:wght@500&display=swap');

* {
    font-family: Maven Pro, Maven-Pro-Fallback;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color:rgb(25, 130, 180);
}

.custom-img-size {
    width: 6.5vw;
    height: 6.5vw;
    object-fit: contain;
}

body {
    background-color: rgb(7, 44, 61);
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

nav {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

nav div {
    height: 100%;
    width: 400px;
    margin: 0px 80px 0 40px;
      margin-top: 0px;
      margin-right: 80px;
      margin-bottom: 0px;
      margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 27px;
  }
  nav div a:not(:last-child) {
    color: white;
    font-weight: 600;
    font-size: clamp(0.75rem, 0.5598rem + 0.8696vw, 1.15rem);
  }

nav div .active-nav-item {
    text-decoration-color: rgb(25, 130, 180);
    text-decoration-style: wavy;
    text-decoration-line: underline;
    text-decoration-thickness: 0.1px;
    text-underline-position: under;
}

.nav-button {
    cursor: pointer;
    text-align: center;
    border-radius: 0.125rem;
    border-width: 2px;
    border-style: solid;
    padding-left: clamp(0px, 2vw, 35px);
    padding-right: clamp(0px, 2vw, 35px);
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: Saira;
    font-size: clamp(9px, 1vw, 14px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background-color: transparent;
    color: rgb(25, 130, 180);
    border-color: rgb(25, 130, 180);
  }

.nav-button:hover {
    background-color: rgb(25, 130, 180);
    color: #000 !important;
}


header {
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 100%;
    margin-left: 10%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-container h1,
span {
    color: rgb(25, 130, 180);;
    font-family: Saira, Saira-Fallback;
    font-weight: 300;
    line-height: 7vw;
    white-space: nowrap;
    font-size: 5vw;
}

.header-container h1 .bracket {
    color: #FFF !important;
    font-family: Saira, Saira-Fallback;
}

.header-container img {
    /*width: 700px;*/
    width: 50vw;
    opacity: 0.9;
}

.sonar-full-width-logo {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    gap: 50px;
}

.sonar-full-width-logo img {
    width: 15vw;
    min-width: 100px;
}

.sonar-products-container {
    margin-top: 4.3vw;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
}

.sonar-products-container img {
    width: 16vw;
    min-width: 100px;
    object-fit: contain;
}

.sonarsource-button-container {
    display: flex;
    justify-content: center;
    margin-top: 8vh;
}

.sonarsource-button-container button {
    cursor: pointer;
    text-align: center;
    border-radius: 0.125rem;
    border-width: 2px;
    border-style: solid;
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Saira;
    font-size: 2vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background-color: transparent;
    color: rgb(25, 130, 180);
    border-color: rgb(25, 130, 180);
    /*max-width: 380px;
    min-width: 150px;*/
}

.sonarsource-button-container button:hover {
    color: #000;
    background-color: rgb(25, 130, 180);
}

.advantages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17vh;
    margin-bottom: 17vh;
    gap: 6vw;
}

.advantages-texts {
    color: #FFF;
    font-size: 1.6vw;
    line-height: 4vw;
    text-align: right;
    white-space: nowrap;
}

.advantages-texts .word-break {
    white-space: break-spaces !important;
}

.advantages-img {
    width: 14vw;
    height: 14vw;
}

.sonar-solutions-svg {
    display: flex;
    justify-content: center;
}

.sonar-solutions-svg svg {
    width: 12vw;
    height: 12vw;
    max-width: 100px;
    max-height: 100px;
}

.swiper {
    cursor: pointer;
}

.swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 15vw !important;
    min-height: 120px !important;
    color: #fff;
    font-weight: 500;
    font-size: 3vw;
    text-align: center;
}

.swiper-slide img {
    width: 15vw;
    max-width: 190px;
    min-width: 95px;
}

.swiper-pagination-bullet {
    background-color: #FFF !important;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    background-color: #FD3456 !important;
    opacity: 1 !important;
}

.swiper-navigation-buttons {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #FFF !important;
    --swiper-navigation-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.focus-on-developers {
    text-align: center;
    color: rgb(25, 130, 180);
    font-size: 3.6vw;
    font-weight: 700;
}

.footer-advantages {
    width: 100%;
    display: flex;
    justify-content: space-around;
    color: #FFF;
    font-size: 1.5vw;
    margin-top: 7vh;
}

.footer-advantages div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-advantages p {
    margin-top: 3.2vw;
}

.footer-advantages div svg {
    width: 6vw;
    height: 6vw;
}

.footer .szitar-company {
    color: #FFF;
    text-align: center;
    font-size: 2vw;
    margin-top: 10vh;
    font-family: Saira, Saira-Fallback;
    line-height: 3.8vw;
    font-weight: 300;
    margin-right: 11px;
}

.contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #FFF;
    font-size: 2vw;
    margin-bottom: 10px;
}

.contact-detail {
    color: #FFF;
}

.about-us {
    margin-top: 10vh;
    /*margin-left: 7vw;
    margin-right: 7vw;*/
    height: inherit;
    padding: 8vh;
    font-size: clamp(0.75rem, 0.6664rem + 0.3822vw, 1.125rem);
    color: #290042;
}

.about-us .focus-on-developers {
    margin-bottom: 4vh;
}

.about-us div:not(.colleagues img) {
    margin-left: 5vw;
    margin-right: 5vw;
    color: #FFF;
    display: flex;
    text-align: justify;
    line-height: 40px;
}

.about-us a {
    color: white;
    text-decoration-color: #FD3456;
    text-decoration-style: wavy;
    text-decoration-line: underline;
    text-decoration-thickness: 1.2px;
    text-underline-position: under;
}

.about-us span {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    float: left;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 78.9px;
    margin: 0.01em 0.4em 0 6px;
  }

  .about-us .writing-cursor {
    width: 1.5px;
    height: 22px;
    background-color: #FD3456;
    margin: 0;
    float: none;
    position: relative !important;
    display: inline-block;
    top: 4.5px;
    margin-left: 2px;
    animation: writing-cursor 1s infinite;
  }


@keyframes writing-cursor {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.colleagues {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 15vh;
}

.colleagues .individual-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    gap: 12vw;
  }

.colleagues img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}

.colleagues p {
    color: #FFF;
    width: 330px;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
    font-size: 22px;
  }

.colleagues p:nth-child(1) {
    margin-bottom: 3px;
}

.colleagues p:nth-child(2) {
    font-size: 11px !important;
    line-height: 13px;
    font-weight: 600;
}

p:nth-child(3) {
    font-size: 16px;
}


/*RESZPONZÍV*/
@media screen and (min-width: 1320px) {
    .sonarsource-button-container button {
        font-size: 20px;
    }

    .contact {
        font-size: 26px;
    }
}

@media screen and (max-width: 1256px) {

    .about-us {
        margin-top: 10vh;
        margin-left: 1vw;
        margin-right: 1vw;
        height: inherit;
        padding: 1vh !important;
        font-size: clamp(0.70rem, 0.6264rem + 0.3622vw, 1.1rem);
       /* color: #290042;*/
      }

    .about-us div:not(.colleagues img) {
        margin-left: 10px !important;
        margin-right: 10px !important;
        /* background-color: #290042; */
        color: #FFF;
        display: flex;
        text-align: justify;
        line-height: 30px !important;
    }

    .colleagues p {
        color: #FFF;
        width: 350px;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: justify;
       /*  font-size: 21px; */
      }

      .colleagues p:nth-child(3) {
        font-size: 14px;
      }

    .about-us span {
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        float: left;
        font-weight: 700;
        font-size: 3.2rem;
        line-height: 58.9px;
        margin: 0.01em 0.4em 0 6px;
      }

      .colleagues .individual-container {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        gap: 10vw;
      }
}

@media screen and (max-width: 1000px) {
    .footer-advantages p {
        font-size: 12px;
    }

    .footer-advantages div svg {
        min-width: 40px !important;
        min-height: 40px !important;
    }
    .custom-img-size {
        width: 9vw !important;
        height: 9vw !important;
        object-fit: contain;
    }
}

@media screen and (max-width: 600px) {
    .advantages-texts {
        font-size: 13px;
        line-height: 28px;
        font-weight: 500;
    }

    .custom-img-size {
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }

    .advantages-img {
        min-width: 65px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        --swiper-navigation-size: 20px;
    }

    .focus-on-developers {
        font-size: 20px;
    }

    .footer .szitar-company {
        font-size: 15px;
        line-height: 20px;
    }

    .contact {
        font-size: 13px;
    }

    .colleagues {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 8vh;
    }

    .colleague {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        gap: 20px;
    }

    .colleagues p {
        margin-bottom: 5px;
        width: 290px;
        text-align: center;
        font-size: 14px !important;
      }

      .colleagues p:nth-child(2) {
        margin-bottom: 12px;
      }

      .colleagues img {
     /*    width: 50px;
        height: 50px; */
        object-fit: cover;
        border-radius: 100%;
        float: unset;
        margin-right: 0px;
      }
}

@media screen and (max-width: 450px) {

    .header-container h1,
    span {
        font-size: 19px;
        line-height: 25px;
    }

    .sonar-products-container {
        justify-content: space-around;
    }

    .swiper-button-prev,
    .swiper-button-next {
        --swiper-navigation-size: 16px;
    }

    .advantages {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }

    .advantages-texts {
        font-size: 11px;
        line-height: 24px;
        font-weight: 500;
    }

    .footer-advantages {
        flex-direction: column;
        gap: 50px;
        margin-top: 50px;
    }

    .footer {
        margin-top: 50px !important;
    }

    .advantages-img {
        min-width: 65px;
        min-height: 62px;
    }

    .about-us div:not(.colleagues img) {
        margin-left: 10px !important;
        margin-right: 10px !important;
        /* background-color: #290042; */
        color: #FFF;
        display: flex;
        text-align: justify;
        line-height: 24px !important;
    }

    .about-us span {
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        float: left;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 50.9px;
        margin: 0em 0.4em 0 1px;
      }

      .about-us .writing-cursor {
        width: 1px;
        height: 19px;
      }
      nav div {
        margin: 0px 10px 0 10px;
      }
}