.brand-section{
/*    background-color: #FFF8EF;*/
    background: url('/wp-content/themes/swanson/src/image/brand_bg.png') repeat;
    background-size: contain;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
/*    position: relative;*/
}

.brand-section .branding-wrapper{
    width: 75vw;
    margin: 0 auto;
    position: relative;
    padding-bottom: 12vw;
}

.branding-wrapper .vector1{
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14vw;
    max-width: 280px;
    z-index: 2;
    transition: all 0.3s ease;
}

.branding-wrapper .vector1.bottom{
    top: 50%;
/*    width: 12vw*/
}

.branding-landing{
    min-height: 45vw;
    position: relative;
/*    border-bottom: 1px solid #ccc;*/
}


.branding-landing .timeline-bar{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1vw;
    position: absolute;
/*    top: 100%;*/
    top: 98%;
    left: 0;
    transform: translate(-50%, -50%);
}
.timeline-bar.timeline2{
/*    top: 80%;*/
    top: 76%;
}
.timeline-bar.timeline3{
    top: 80%;
}


.branding-landing .landingFrame{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 70vw;
    animation: float 5s ease infinite;
}

@keyframes float {
    0% {
        transform: translate(-50%,-40%);
    }
    50% {
        transform: translate(-50%,-50%);
    }
    100% {
        transform: translate(-50%,-40%);
    }
}

.timeline-dot{
    width: 2vw;
    height: 2vw;
    display: inline-block;
    background: linear-gradient(90deg, #D4C687 0.03%, #9D8057 96.88%);
    border: 0.3vw solid #fff;
    border-radius: 50%;
}

.timeline-line{
    width: 0.5vw;
    height: 0vw;
    display: inline-block;
    background: transparent;
    transition: all 0.3s ease;
    opacity: 0;
}
.timeline-line.line1{
    height: 25vw;
}
.timeline-line.line2{
    height: 45vw;
}
.timeline-line.line3{
    height: 45vw;
}
.timeline-line.line1.active,
.timeline-line.line2.active,
.timeline-line.line3.active{
    background: linear-gradient(90deg, #D4C687 0.03%, #9D8057 96.88%);
    opacity: 1;
}

.brandImg-wrapper .brandYear{
    max-width: 500px;
    width: 26vw;
    position: absolute;
    
    left: 25%;
    top: 20%;
    transform: translate(-50%, -50%);
}



.brandImg-wrapper .sectionLandingFrame{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
/*    transform: translate(-50%,-50%);*/
}


/*landing2 frames*/
.sectionLandingFrame#landing2frame1{
    max-width: 230px;
    width: 12vw;
    
/*    left:15%;
    top: 50%;*/
}

.sectionLandingFrame#landing2frame2{
    max-width: 410px;
    width: 22vw;
    
/*    left:80%;
    top: 60%;*/
}
.sectionLandingFrame#landing2frame3{
    max-width: 500px;
    width: 26vw;
    
/*    left: 25%;
    top: 68%;*/
}


/*landing3 frames*/
.sectionLandingFrame#landing3frame1{
    max-width: 510px;
    width: 28vw;
/*    
    left:88%;
    top: 70%;*/
}
.sectionLandingFrame#landing3frame2{
    max-width: 300px;
    width: 16vw;
    z-index: 2;
    
/*    left: 100%;
    top: 52%;*/
}
.sectionLandingFrame#landing3frame3{
    max-width: 205px;
    width: 11vw;
    z-index: 1
    
/*    left: 88%;
    top: 40%;*/
}
.sectionLandingFrame#landing3frame4{
    max-width: 300px;
    width: 14vw;
    
/*    left: 78%;
    top: 56%;*/
}
.sectionLandingFrame#landing3frame5{
    max-width: 240px;
    width: 13vw;
    
/*    left: 75%;
    top: 70%;*/
    z-index: 1;
}
.sectionLandingFrame#landing3frame6{
    max-width: 310px;
    width: 17vw;
    
/*    left: 66%;
    top: 58%;*/
}
.sectionLandingFrame#landing3frame7{
    max-width: 380px;
    width: 22vw;
    
/*    left: 20%;
    top: 65%;*/
}
.sectionLandingFrame#landing3frame8{
    max-width: 135px;
    width: 7vw;
    
/*    left: 28%;
    top: 48%;*/
}
.sectionLandingFrame#landing3frame9{
    max-width: 157px;
    width: 9vw;
    
/*    left:34%;
    top: 68%;*/
}

/*landing4 frames*/
.sectionLandingFrame#landing4frame1{
    max-width: 368px;
    width: 20vw;
    
/*    left: 77%;
    top: 67%;*/
}
.sectionLandingFrame#landing4frame2{
    max-width: 420px;
    width: 23vw;
    
/*    left: 78%;
    top: 42%;*/

}
.sectionLandingFrame#landing4frame3{
    max-width: 185px;
    width: 10vw;
/*    
    left: 94%;
    top: 70%;*/
}
.sectionLandingFrame#landing4frame4{
    max-width: 240px;
    width: 13vw;
    
/*    left: 28%;
    top: 65%;*/
}
.sectionLandingFrame#landing4frame5{
    max-width: 280px;
    width: 18vw;
    
/*    left: 22%;
    top: 60%;*/
}


.mobile_sectionLandingFrame{
    position: absolute;
    display: none;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile_brandYear{
    display: none;
}


@media(max-width: 480px){
    .top-margin{
        margin-top: 45px;
    }
    
    .timeline-dot{
        width: 5vw;
        height: 5vw;
    }
    
    .branding-landing .landingFrame{
        width: 100vw;
        top: 25%;
    }
    
    .branding-landing{
        min-height: 160vw;
    }
    
    .branding-wrapper .vector1{
        width: 30vw;
        top: 30%;
        transition: all 0.4s ease;
    }
    .branding-wrapper .vector1.active{
        top: 85%;
/*        top: 52%;*/
        width: 25vw;
    }
    .branding-wrapper .vector1.bottom{
/*        top: 50%;*/
        opacity: 0.8;
        position: absolute;
        top: 94.5%;
        transition: none;
    }

    .branding-landing .timeline-bar{
        top: 72%;
    }
    .timeline-line{
        width: 1.5vw;
    }
    .timeline-line.line1{
        height: 120vw;
    }
    
    
    
    .branding-landing.landing2{
        display: none;
    }
    .mobile_sectionLandingFrame,
    .mobile_brandYear{
        display: block;
    }
    
    .mobile_sectionLandingFrame#mobile_landing2frame2{
        opacity: 0;
        width: 50vw;
        max-width: 200px;
        transition: all 0.3s ease;
        top: 75%;
        left: 50%;
    }
    .mobile_brandYear.mobile_yearframe1869{
        position: absolute;
        width: 50vw;
        max-width: 200px;
        top: 46%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    
    .brandImg-wrapper .brandYear{
        width: 50vw;
        max-width: 200px;
        top: 10%;
        left: 40%;
    }
    
    .timeline-bar.timeline3{
        top: 60%;
    }
    .timeline-line.line3{
        height: 155vw;
    }
    
    
    .sectionLandingFrame#landing3frame1{
        max-width: 165px;
        width: 40vw;
/*        top: 35% !important;
        left: 70% !important;*/
    }
    .sectionLandingFrame#landing3frame2{
        max-width: 100px;
        width: 22vw;
/*        top: 30% !important;
        left: 90% !important;*/
    }
    .sectionLandingFrame#landing3frame3{
        max-width: 70px;
        width: 14vw;
/*        top: 29% !important;
        left: 76% !important;*/
    }
    .sectionLandingFrame#landing3frame4{       
        max-width: 124px;
        width: 26vw;
/*        top: 28% !important;
        left: 55% !important;*/
    }
    .sectionLandingFrame#landing3frame5{
        max-width: 100px;
        width: 19vw;
/*        top: 35% !important;
        left: 52% !important;*/
    }
    .sectionLandingFrame#landing3frame6{
        max-width: 140px;
        width: 30vw;
/*        top: 28% !important;
        left: 32% !important;*/
    }
    .sectionLandingFrame#landing3frame7{
        max-width: 300px;
        width: 62vw;
/*        top: 64% !important;
        left: 42% !important;*/
    }
    .sectionLandingFrame#landing3frame8{
        max-width: 120px;
        width: 25vw;
/*        left: 66% !important;
        top: 50% !important;*/
    }
    .sectionLandingFrame#landing3frame9{
        max-width: 112px;
        width: 24vw;
/*        top: 65% !important;
        left: 90% !important;*/
    }
    
    
    .sectionLandingFrame#landing4frame1{
        max-width: 200px;
        width: 42vw;
/*        top: 35% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) rotate(9deg);*/
    }
    .sectionLandingFrame#landing4frame2{
        max-width: 230px;
        width: 48vw;
/*        top: 22% !important;
        left: 60% !important;
        transform: translate(-50%,-50%) rotate(17deg);*/
    }
    .sectionLandingFrame#landing4frame3{
        max-width: 100px;
        width: 35vw;
/*        top: 40% !important;
        left: 84% !important;*/
    }
    .sectionLandingFrame#landing4frame4{
        max-width: 145px;
        width: 30vw;
/*        top: 63% !important;
        left: 40% !important;*/
    }
    .sectionLandingFrame#landing4frame5{
        max-width: 170px;
        width: 35vw;
/*        top: 60% !important;
        left: 24% !important;*/
    }
    
}

