/* Sections */
.sections {
    display: flex;
    flex-direction: column;
    max-width: var(--max-container-width);
    margin: 0 auto;
    position: relative;
}

.section {
    display: flex;
    font-size: var(--font-size-large);
    font-weight: bold;
    flex-direction: column;
    margin-left: var(--sidemenu-width);
    padding: 0 30px;
    margin-bottom: 50px;
}

.section h2{
    margin: 60px 0 30px 0;
    font-size: 32px;
    line-height: 48px;
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    background: url("../assets/red_bg.jpg") no-repeat center center;
    background-size: cover;
    text-transform: uppercase;
    border-radius: 5px;
}

.section h3{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: var(--color-text-light);
    line-height: 36px;
    margin: 10px 0 20px;
}

.section h4{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.section h5{
    font-family: 'SSportsD', sans-serif;
    font-weight: 700;
    font-size: 16px;

}


.section .hr{
    width: 100%;
    background-color: #fff;
    height: 3px;
}

.section p{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.section p.bolded{
    font-weight: 700;
}

.section p.yellow-p{
    font-family: "SkyText", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: var(--color-bg);
    color: #000;
}

.section h3.logo{
    margin-top: 20px;
}

.section h4{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--color-text-light);
    margin: 10px 0 20px;
}
.section h5{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-text-light);
    line-height: 24px;
    margin: 10px 0 20px;
}

.section h6{
    font-family: 'SSportsD', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-text-light);
    text-transform: uppercase;
    line-height: 16px;
    margin: 10px 0 20px;
}
.section .logo-holder{
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}



.section .wrap-buttons{
    display: flex;
    align-items: stretch;
    gap: 10px;
    text-align: left;
    margin-top: 30px;
    color: #fff;
}

.section .logo-bg-changer{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
}

#brand-strategy-section{
    min-height: 100vh;
}

#three-container {
    width: 600px;
    height: 33vh;
    background: #222;
    border: 2px solid #555;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

canvas {
    display: block;
}

.logo-bg-changer .bg-wrapper{
    height: 215px;
    width: 20px;
    padding: 20px;
    justify-content: center;
    align-content: center;
    display: flex;
    transition: flex 0.4s ease;
}

.logo-bg-changer .bg-wrapper.active{
    flex: 1;
}

.logo-bg-changer .bg-wrapper img{
    display: none;
}

.logo-bg-changer .bg-wrapper.active img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#m-b-logo-subsection .bg-changers{
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
}


#m-b-logo-subsection .bg-changers > .bg-wrapper{
    flex: 1;
    height: 100%;
    background-size: cover;
    cursor: pointer;
}

#m-b-logo-subsection .vi-logo{
    text-align: center;
}

#m-b-logo-subsection .vi-logo img{
    height: 116px;
}

#m-b-logo-subsection .swiper-first .vi-logo img{
    width: 400px;
}

#m-b-logo-subsection .bg-1{
    background: url("../assets/light-blue.jpg") no-repeat center center;
}
#m-b-logo-subsection .bg-2{
    background: url("../assets/blue-bg.jpg") no-repeat center center;
}

#m-b-logo-subsection .bg-3{
    background: url("../assets/red_bg.jpg") no-repeat center center;
}

#m-b-logo-subsection .bg-4{
    background: linear-gradient(to bottom right, black 50%, white 50%)
}

#m-b-logo-subsection .bg-btn{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

#m-b-logo-subsection .bg-btn.active{
    border: 1px solid #4DDFDD;
}

#m-b-logo-subsection .bg-2.bg-btn:not(.active){
    border: 1px solid #0873FF;
}


.logo-txt{
    font-family: Roobert, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-transform: capitalize;
    vertical-align: baseline;
}

.additional-text{
    font-family: 'SkyText', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 38px;
    line-height: 30px;
    vertical-align: baseline;
}

.article-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-block: 30px;

}

#m-b-logo-subsection .dos-swiper .article-container{
    height: 330px;
}

#m-b-logo-subsection .article-container.horizontal{
    flex-direction: row;
}

.images-holder {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 20px;
    padding: 40px;
}

.article-container > img{
    max-width: 100%;
    width: auto;
    height: 280px;
    object-fit: contain;
}

.dont-3-img{
    width: 210px;
}

.article-1 {
    grid-column: 6 / 13;
    grid-row: 1 / 3;
    justify-self: end;
}

.article-2 {
    grid-column: 1 / 6;
    grid-row: 2 / 6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-3 {
    grid-column: 7 / 13;
    grid-row: 3 / 5;
}


.article-4 {
    grid-column: 6 / 13;    /* заема колони 6 до 12 */
}

.grid-layout-second{
    grid-template-columns: repeat(3, 1fr); /* 12 колони */
    grid-template-rows: repeat(2, auto);   /* 10 реда */
}


.article-5 {
    grid-column: 1 / 2; /* първа колона */
    grid-row: 1 / 2;    /* първи ред */
}

.article-6 {
    grid-column: -2;
    grid-row: 1 / -1;
}

.article-8 {
    grid-column: 2 / 3; /* втора колона */
    grid-row: 2 / 3;
}

.article-7{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.txt-container p{
    max-width: 300px;
}

.fixed-width{
    width: 200px;
}

.palette{
    padding: 5px 18px 16px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.palette h5{
    font-family: 'SSportsD', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0 -5px;
    padding: 12px 0;
}

.color-wrapper{
    display: flex;
    gap: 10px;
}

.color-wrapper .single-color{
    height: 250px;
    flex: 1;
    background-size: cover;
    border-radius: 5px;
}

.wrap-two{
    display: flex;
    flex: 1;
    gap: 10px;
}

.color-wrapper.secondary .single-color, .color-wrapper.last .single-color{
    height: 80px;
}

.color-wrapper .single-color.red{
    background: url("../assets/red_palette.jpg") no-repeat center center;
}

.color-wrapper .single-color.blue{
    background: url("../assets/blue_palette.jpg") no-repeat center center;
}

.color-wrapper .single-color.yellow{
    background-color: #FFE630;
    flex: 3;
}

.single-img-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.single-img-holder.left-al{
    justify-content: flex-start;
}

.single-img-holder img{
    border-radius: 5px;
    border: 1px solid #4DDFDD;
}

img.boost{
    border-radius: 5px;
}

p.yellow-p{
    border-radius: 5px;
    background-color: #FFE630;
    color: #000;
    padding: 5px;
}

.color-wrapper .single-color.white{
    background-color: #fff;
}


.all-typographs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.typo-holder{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.typo-holder img{
    border-radius: 5px;
    overflow: hidden;
}

.typo-holder.big-typo img{
    width: 285px;
}

.typo-holder.medium-typo img{
    width: 200px;
}

.typo-holder.small-typo img{
    width: 200px;
}

.grid-layout-third{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}

.article-10 {
    padding: 50px 0 0 50px;
}

.article-11 {
    padding: 50px 0 0 50px;
}

h4.extra-large-roobert{
    font-family: "Roobert", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase;
}

h4.small-roobert{
    font-family: "SkyText", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

h4.large-skytext{
    font-family: "SkyText", sans-serif;
    font-weight: 400;
    font-size: 48px;
}
h4.large-ssportsd{
    font-family: "SSportsD", sans-serif;
    font-weight: 500;
    font-size: 48px;

}

p.sky-example{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 38px;
}

p.acumin-example{
    font-family: 'Acumin Variable Concept', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;

}


/*fonts section*/

.font-name{
    font-family: 'SSportsD', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-text-light);
    display: flex;
    padding: 0;
    justify-content: space-between;
    padding-bottom: 15px;
}

.font-name span.explanation{
    font-size: 18px;
    font-family: 'SkyText', sans-serif;
    text-transform: uppercase;
}

.sky-example{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 38px;

}

/* Download section */
.table {
    width: 100%;
    margin: auto;
    color: white;
    font-family: sans-serif;
}

/* Header row and file rows */
.downloads-header,
.file-row {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
}

.download-body{
    background-color: #00277CCC;
}

.downloads-header span{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #4DDFDD;
}

/* Equal layout for header and rows */
.downloads-header span,
.file-row span {
    flex-shrink: 0;
}

.downloads-header span:nth-child(1),
.file-row span:nth-child(1) {
    flex-basis: 40%;
    text-align: left;
}

.downloads-header span:nth-child(2),
.file-row span:nth-child(2) {
    flex-basis: 30%;
    text-align: center;
}

.downloads-header span:nth-child(3),
.file-row span:nth-child(3) {
    flex-basis: 30%;
    text-align: right;
}

/* Download button */

.downloads-section .download-btn {
    flex-basis: 10%;
    text-align: right;
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding-left: 0.5rem;
}

/* Accordion headers (e.g. Fonts, Toolkit) */
.downloads-section .accordion-header {
    display: flex;
    align-items: center;
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #FF0000;
    position: relative;
}

.downloads-section label.accordion-header {
    font-family: "SSportsD", sans-serif;
    font-weight: 700;
    font-size: 18px;

}

/* Arrow on the right */
.downloads-section .accordion-header::after {
    content: '';
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: auto;
}

/* Rotate arrow when open */
.downloads-section input[type="checkbox"]:checked + .accordion-header::after {
    transform: rotate(-135deg);
}

/* Accordion content */
.downloads-section .accordion-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.downloads-section input[type="checkbox"]:checked + .accordion-header + .accordion-content {
    display: block;
}

.downloads-section .file-row .type{
    color: #4DDFDD;
    text-transform: uppercase;
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*common*/

.section .download-btn-holder{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:30px;
}

.download-button {
    padding: 14px 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SkyText', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #fff;
}

.section .download-btn-holder.full .download-button{
    width: 100%;
    text-align: center;
}

.logo-and-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 45px;
    cursor: pointer;
}

.blue-logo-holder{
    position: relative;
}

.blue-logo-holder .yellow-line{
    position: absolute;
    top: 50%;
    left: 14%;
    width: 76%;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.logo-and-text p{
    color: #000;
    font-family: 'SkyText', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}

.logo-and-text:hover .yellow-line{
    opacity: 0.7;
}

.logo-and-text ul{
    display: flex;
    list-style: none;
    width: 100%;
}
.logo-and-text ul li{
    height: 20px;
    transition: flex 0.4s ease;
}
.logo-and-text ul li:nth-of-type(1){
    flex: 4;
    background: url("../assets/blue-bg.jpg") no-repeat center center;
    background-size: cover;
}
.logo-and-text ul li:nth-of-type(2){
    flex: 3;
    background: url("../assets/red_palette.jpg") no-repeat center center;
    background-size: cover;
}

.logo-and-text ul li:nth-of-type(3){
    flex: 1;
}
.logo-and-text:hover ul li:nth-of-type(1) {
    flex: 3;
}
.logo-and-text:hover ul li:nth-of-type(2) {
    flex: 5;
}

.logo-and-text:hover ul li:nth-of-type(3) {
    flex: 2;
}


#viewfinder h4.centered{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/*videos section*/

.video-section {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 2rem 0;
    color: white;
    flex-wrap: wrap;
}

.video-column {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    border-radius: 12px;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-column video {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.video-column p{
    text-align: center;
    max-width: 200px;
    margin: 0 auto 15px;
}

.video-column h4{
    text-align: center;
}


/*image comparison section*/


.image-compare-wrapper {
    font-family: sans-serif;
    color: white;
    max-width: 600px;
}

.image-compare {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* square image */
    overflow: hidden;
    margin: 1rem 0;
    border-radius: 12px;
    border: 2px solid red;
}

.image-compare img {
    width: 600px;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
}

.image-top-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    width: 50%; /* default slider position */
}

.image-top {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: red;
    left: 50%;
    z-index: 10;
}

.slider {
    left: 0;
    width: 100%;
    z-index: 20;
    cursor: pointer;
}

.slider-note {
    font-size: 0.85rem;
    margin-top: 1rem;
    color: #ffebeb;
}

input[type=range].slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #FFB6B5; /* променен цвят на лентата */
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin: 10px 0;
}

input[type=range].slider::-moz-range-track {
    background: #FFB6B5; /* променен цвят на лентата за Firefox */
    height: 6px;
    border-radius: 3px;
}

input[type=range].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 16px;
    background: #E71312;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

input[type=range].slider::-moz-range-thumb {
    width: 50px;
    height: 16px;
    background: #E71312;
    border: none;
    cursor: pointer;
}

/*------imagery------------*/

.imagery-custom{
    font-family: 'SSportsD', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.imagery-custom small{
    font-size: 16px;
    font-weight:400;
    text-transform: none;
}

.wrap-imgs .wrap-top, .wrap-imgs .wrap-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.wrap-imgs .wrap-top{
    margin-bottom: 10px;
}

.wrap-imgs .wrap-top img, .wrap-imgs .wrap-bottom img{
    flex: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.footballer{
    border-radius: 5px;
}

/*---------grid--------------*/

.group-image-wrapper{
    display: flex;
    gap: 30px;
}

.comp-holder{
    flex: 1;
    text-align: center;
}

.comp-holder img{
    max-width: 100%;
}

.logo-grid{
    width: 300px
}

.logo-grid img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.img-wrapper .text-wrap{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    max-width: 765px;
    gap: 30px;
    width: 100%;
}

#layout .img-holder{
    padding: 65px 70px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
}

.img-wrapper .text-wrap p{
    font-family: 'SkyText', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    flex: 1;
}

.wrap-elements{
    position: relative;
}

.left-side{
    position: absolute;
    left: -60px;
}

.arr-holder{
    list-style: none;
    margin-top: 60px;
}

.arr-holder li{
    font-family: 'SkyText', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 12px;
}

.arr-holder li ol{
    margin-left: 40px;
}

.arr-holder ol li{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.arr-holder li.num{
    margin-bottom: 30px;
}

.arr-holder li.num.second-n{
    margin-bottom: 110px;
}

.arr-holder li.num.third-n{
    margin-bottom: 60px;
}

.arr-holder li.num.fourth-n{
    margin-bottom: 68px;
}

.right-side {
    position: absolute;
    right: -250px;
    top: 0;
    width: 220px;
}

.grid-horse{
    width: 380px
}

.arrow-container {
    position: relative;
    width: 30px; /* примерна ширина */
}

.right-side .arrow-container {
    width: 230px;
}

.line {
    border: none;
    border-top: 2px solid #fff;
    width: 100%;
    margin: 0;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -10px;
    top: -5px;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    left: -15px;
    top: -5px;
}


#motion .flex-images-wrapper{
    display: flex;
    gap: 30px
}

#motion .flex-images-wrapper .img-wrapper{
    flex: 1;
}

/*-----------icons------------*/

.icons-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 32px; /* контролира отстоянията между редовете */
}

.icons-holder a {
    width: 45px;
    height: 80px;
    margin: 8px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease;
}

.icons-holder a:hover {
    box-shadow: 0 0 16px rgba(0, 204, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../assets/download-cloud.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.icons-holder img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.icon-logos img{
 max-width: 100%;
}

/*.icon-logos > div{*/
/*    flex: 1;*/
/*    display: flex;*/
/*}*/

/*.icon-logos > div img{*/
/* max-height: 110px;*/
/* height: 100%;*/
/*}*/




