@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);
}

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;
}

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-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: rgba(20, 95, 130, 1);
    border-color: rgba(20, 95, 130, 1);
}

.nav-button:hover {
    background-color: rgba(20, 95, 130, 1);
    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: 25vw;
    opacity: 0.9;
}

.sonar-full-width-logo {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.sonar-full-width-logo img {
    width: 25vw;
    min-width: 150px;
}

.sonar-products-container {
    margin-top: 4.3vw;
    display: flex;
    justify-content: space-between;
    margin-left: 20%;
    margin-right: 20%;
}

.sonar-products-container img {
    width: 30vw;
    min-width: 100px;
    object-fit: contain;
}

.sonar-products-container img:last-child {
    width: 25vw;
}

.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: #FD3456;
    border-color: #FD3456;
    /*max-width: 380px;
    min-width: 150px;*/
}

.sonarsource-button-container button:hover {
    color: #290042;
    background-color: #FD3456;
}

.advantages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17vh;
    margin-bottom: 17vh;
    gap: 3vw;
    max-width: 95vw;
}

.advantages-texts {
    color: #FFF;
    font-size: 1.4vw;
    line-height: 3.3vw;
    white-space: nowrap;
}

.advantages-texts .word-break {
    white-space: break-spaces !important;
}

.advantages-img {
    width: 9vw;
}

.article-show {
    background-color: #FFF;
    height: inherit;
    margin-bottom: 13vh;
    padding: 60px;
}

.article-show-container {
    background-color: #FFF;
    height: inherit;
    margin-bottom: 13vh;
    padding: 60px;
}

.article-show-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(7, 44, 61, 0.1);
}

.article-show-item:last-of-type {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
}

.article-show .content-container,
.article-show-container .content-container {
    background-color: #FFF;
    height: inherit;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.article-show .content-container .headline,
.article-show-container .content-container .headline {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    width: 400px;
    color: #290042;
    margin-right: 100px;
    line-height: 1.3;
}

.article-show .content-container .content,
.article-show-container .content-container .content {
    background-color: #FFF;
    height: inherit;
    display: flex;
    gap: 40px;
    width: 30vw;
}

.article-show button,
.article-show-container button {
    float: right;
    margin-bottom: 30px;
}

.article-show-container .content svg {
    width: 80px;
    height: 100px;
    min-width: 80px;
    align-self: baseline;
}

.content svg {
    width: 370px;
    align-self: baseline;
}

.content div p:first-child {
    font-weight: 800;
    font-size: 1.35vw;
    margin-bottom: 10px;
    line-height: 1.8vw;
}

.content div p:nth-child(2) {
    font-size: 1.15vw;
    line-height: 25px;
    text-align: justify;
}

.read-more-link {
    color: rgb(25, 130, 180);
    font-weight: 600;
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}

.sonar-solutions-svg {
    display: flex;
    justify-content: center;
}

.sonar-solutions-svg svg {
    width: 12vw;
    height: 12vw;
    max-width: 100px;
    max-height: 100px;
}

.swiper {
    margin-bottom: 17vh;
    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-pagination-bullet {
    background-color: #FFF !important;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    background-color: rgb(25, 130, 180) !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: 10vh;
}

.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;
}


.trademarks p {
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}

.partner {
    margin: 0 0 2rem 0;
}

.partner p {
    text-align: center;
    color: rgb(25, 130, 180);
    font-size: 1.2em;
    /* font-weight: 700; */
}


/*RESZPONZÍV*/

@media screen and (min-width: 1770px) {
    .article-show {
        background-color: #FFF;
        height: inherit;
        margin-bottom: 13vh;
        padding: 80px !important;
    }

    .article-show .content-container {
        background-color: #FFF;
        height: inherit;
        display: flex;
        justify-content: space-between;
        margin-bottom: 55px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .article-show .content-container .headline {
        font-size: 80px;
        width: 600px;
        color: #290042;
    }

    .article-show .content-container .content {
        background-color: #FFF;
        height: inherit;
        display: flex;
        gap: 100px;
        width: 30vw;
    }

    .article-show button {
        float: right;
        margin-bottom: 30px;
    }

    .content svg {
        width: 400px;
        align-self: baseline;
    }

    .content div p:first-child {
        font-weight: 800;
        font-size: 27px;
        margin-bottom: 10px;
        line-height: 1.8vw;
    }

    .content div p:nth-child(2) {
        font-size: 23px;
        line-height: 25px;
        text-align: justify;
    }
}

@media screen and (min-width: 1320px) {
    .sonarsource-button-container button {
        font-size: 20px;
    }

    .contact {
        font-size: 26px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-advantages p {
        font-size: 12px;
    }

    .footer-advantages div svg {
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .article-show,
    .article-show-container {
        margin-bottom: 13vh;
        padding: 6vh !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .article-show .content-container,
    .article-show-container .content-container {
        display: flex;
        justify-content: space-between;
        margin-bottom: 55px;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .article-show .content-container .headline,
    .article-show-container .content-container .headline {
        font-size: 3.8vw;
        width: inherit;
        color: #290042;
    }

    .article-show .content-container .content,
    .article-show-container .content-container .content {
        background-color: #FFF;
        height: inherit;
        display: flex;
        gap: 60px;
        width: 380px;
    }

    .article-show button,
    .article-show-container button {
        float: right;
        width: 200px;
    }

    .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content svg {
        width: 30vw;
    }

    .content div p:first-child {
        font-weight: 800;
        font-size: 2.05vw;
        margin-bottom: 10px;
        line-height: 2.5vw;
    }

    .content div p:nth-child(2) {
        font-size: 1.85vw;
        line-height: 25px;
        text-align: justify;
    }

    .headline {
        text-align: center;
        margin-right: 0px !important;
    }

}

@media screen and (max-width: 600px) {
    .advantages-texts {
        font-size: 13px;
        line-height: 28px;
        font-weight: 500;
        text-align: center;
    }

    .advantages {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17vh;
        margin-bottom: 17vh;
        gap: 6vw;
        flex-direction: column;
    }

    .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;
    }

    .contact-container {
        margin-left: 30px;
        margin-right: 30px;
    }

    .article-show .content-container .content,
    .article-show-container .content-container .content {
        background-color: #FFF;
        height: inherit;
        display: flex;
        gap: 30px !important;
        width: 380px;
    }

    .content div p:first-child {
        font-weight: 600 !important;
        font-size: 14px !important;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content svg {
        width: 8vw;
    }

    .headline {
        font-size: 20px !important;
        text-align: center !important;
    }

    .article-text {
        font-size: 11px !important;
        line-height: 20px !important;
        text-align: justify;
        width: 200px;
    }
}

.video-section {
    padding: 0 50px;
    margin-bottom: 5rem;
}

.videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.7vw;


}

.videos a.yt01 {
    background-image: url("../jpg/yt01.jpg");
}
.videos a.yt02 {
    background-image: url("../jpg/yt02.jpg");
}
.videos a.yt03 {
    background-image: url("../jpg/yt03.jpg");
}


.videos a {
    margin: 0 auto;
    width: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    border: solid .4rem rgb(25, 130, 180);
    aspect-ratio: 2 / 1;
}

.videos a {
    position: relative;
}

.videos a:hover {
    opacity: 0.9;
}

.videos svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    opacity: 0.7;
}

.videos svg:hover {
    opacity: 0.95;
}

.videos p {
    position: relative;
    color: #fff;
    margin: 0.5em 0.5em 0.5em 0.5em;
    text-shadow: 2px 1px 2px #222;
}



@media screen and (max-width: 1100px) {
    .videos {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 755px) {
    .videos {
        grid-template-columns: 1fr;
    }
}


@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;
    }

    nav div {
        margin: 0px 10px 0 10px;
    }

    .headline {
        width: 300px !important;
        text-align: center !important;
    }


} 

