/*global*/
#brand-strategy-section .section-carousel-holder .slide-details{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

#brand-strategy-section .section-carousel-holder .slide-details .part{
    flex: 1;
}

#brand-strategy-section .section-carousel-holder .slide-5 .slide-details.horizontal-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#brand-strategy-section .swiper-wrapper{
    align-items: stretch;
}

#brand-strategy-section  .swiper-slide{
    height: auto;
    position: relative;
}


#brand-strategy-section .section-carousel-holder .slide-details.horizontal-slide .top-part{
    position: absolute;
    top: 0;
    left: 0;
}

#brand-strategy-section .section-carousel-holder .slide-8 .slide-details.horizontal-slide .top-part{
    position: static;
}
#brand-strategy-section .section-carousel-holder .slide-8 .slide-details.horizontal-slide{
    flex-direction: column;
    width: 100%;
}

#brand-strategy-section .section-carousel-holder .slide-details.horizontal-slide .bottom-part{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#brand-strategy-section .section-carousel-holder .slide-8 .slide-details.horizontal-slide .bottom-part{
    flex-direction: column;
}

.slide-8 .text-container{
    max-width: 510px;
}

#brand-strategy-section .section-carousel-holder .slide-details .part img{
    max-width: 100%;
}

#brand-strategy-section .section-carousel-holder .slide-details .part.right-part{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#brand-strategy-section .section-carousel-holder .slide-details .part.left-part{
    flex: 1;
}

#brand-strategy-section .section-carousel-holder .slide-details .part.right-part-2{
    flex: 2;
}

.right-part-2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.right-part-2 .heading-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.arrows-img{
    display: block;
    margin: 0 auto;
}



/*texts*/

#brand-strategy-section h4.first-text{
    font-family: 'Roobert', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;

}

#brand-strategy-section h3.main-heading{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    max-width: 80%;
}

.section-carousel-holder{
    position: relative;
    padding: 0 40px;
}

.section-carousel-holder .swiper-button-prev{
    left: 0;
}

.section-carousel-holder .swiper-button-next{
    right: 0;
}

#brand-strategy-section .swiper{
    padding: 0;
}

#brand-strategy-section .slide-2 h3.main-heading{
    font-size: 72px;
}

#brand-strategy-section h5.secondary-heading{
    font-size: 28px;
    max-width: 90%;
    line-height: 30px;
}

#brand-strategy-section .slide-1 p, #brand-strategy-section p{
    max-width: 90%;
}

.slide-3 h3{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
}

.slide-3 .left-part-1 p{
    width: 90%
}

p.sub-heading{
    font-family: 'SkyText', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
}

.slide-4 h3{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    text-align: center;
}

.slide-4 h4{
    font-family: 'Roobert', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.slide-4 h4.first-text{
    text-align: left;
}

.slide-6 h3, .slide-7 h3{
    font-family: 'Roobert', sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
    margin: 0;
    padding: 0

}
.slide-6 .sub-heading, .slide-7 .sub-heading{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
}

.slide-8 h3{
    font-family: 'Roobert', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.slide-8 .bottom-part p{
    font-family: 'SkyText', sans-serif;
    font-weight: 400;
    font-size: 20px;
}
