*, html {

    scroll-behavior: smooth !important;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
}
.inner{
    padding: 2rem 3rem;
}

.greyF{
    background-color: #f1f1f1;
}
.orange{
    background-color: #FFAC1C;
}
.pink{
    background-color: #E541AB;
}
.purple{
    background-color: #C1C1F4;
}

#header-logo__shapeUp{
    padding: 1rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-logo__shapeUp .logo{
    display: block;
    height: 50px;
    width: 239px;
    background-image: url(https://www.quadpack.com/webpac_content/global/images/logos/nav_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

#video-shapeup{
    position: relative;
}

#video-shapeup .scroll-down{
    position: absolute;
    background-color: transparent;
    color: var(--colorBrand);
    width: 50px;
    height: 50px;
    bottom: 12rem;
    right: 3.5rem;
    z-index: 1;
}

#video-shapeup .scroll-down::before {
    content: 'Scroll down';
    width: 50px;
    color: white;
    display: block;
    transform: translate(-50%, -60%);
    left: 50%;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
}

#video-shapeup .scroll-down::after{
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    left: 50%;
    width: 19px;
    height: 19px;
    transform: translate(-50%, -90%) rotate(135deg);
    border-width: 2px 2px 0 0;
    border-color: white;
    border-style: solid;
}

#video-shapeup video{
    object-fit: contain;
    object-position: center;
    min-height: 400px;
    background: #5f259f;
    height: 80vh;
}

        #firstvideo.hidde,
        #secondvideo.hidde{
            display: none;
            visibility: hidden;
        }

.scroll-down a {
    position: absolute;
    top: -5px;
    width: 100%;
    height: 100%;
    z-index: 3;
    font-size: 0.1px;
    color: transparent;
}

#shapeup-stick {
    background-color: #5f259f;
    padding: 4rem 2rem 5rem;
    text-align: center;
    color: white;
}
    #shapeup-stick h1{
        font-size: 4.5rem;
        margin-bottom: 1.35rem;
        color: white;
    }
    #shapeup-stick span{
        font-size: 3.45rem;
        font-weight: 100;
    }

#your-dream{
    position: relative;
    overflow: hidden;
}

.your-dream__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden;

}
    .sliders {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .sliders .prop-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        opacity: 1;
        transition: opacity 0.8s linear;
    }
    .sliders img.prop-img.hidden {
        opacity: 0;
        pointer-events: none;
    }
    .dots{
        position: absolute;
        bottom: 2rem;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .dot {
        width: 12px;
        height: 12px;
        background-color: #5f259f;
        border: 0.5px solid #5f259f;
        border-radius: 50%;
        margin: 0 4.5px;
        cursor: pointer;
        transition: .3s ease-out;
    }
    .dot.no-active {
        background: white;
        border: 0.5px solid #ebebeb;
    }
    .your-dream__content .info{
        padding: 12rem 6rem;
    }
    .your-dream__content h2{
        color: #5f259f;
        font-size: 4rem;
        font-weight: 600;
    }
    .your-dream__content ul{
        list-style: disc;
        padding: 0 0 0 1.75rem;
        color: black;
    }
        .your-dream__content ul li{
            font-size: 2.5rem;
            color: black;
            font-weight: 100;
        }
    .your-dream__content p{
        font-size: 2.5rem;
        padding: 2rem 0;
        font-weight: 200;
        line-height: 3.5rem;
    }
    .your-dream__content a{
        font-weight: 600;
        border-radius: 1.85rem;
        display: inline-block;
        margin: 3rem 0 0;
        font-size: 2.65rem;
        padding: 1.5rem 4.35rem 1.85rem;
        color: white;
        background-color: #5f259f;
    }

    .threeblocks__content > div{
        padding: 8rem 4rem 7rem;
    }
    .threeblocks__content{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        color: white;
    }
    #threeblocks h3{
        color: white;
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }

    #threeblocks p{
        font-size: 2.15rem;
        font-weight: 200;
        color: white;
    }

    #threeblocks strong{
        color: white;
    }

#join-shapeup .info{
    padding: 16rem 6rem;
    width: 90%;
}


@media only screen and (max-width: 1200px) {
    #video-shapeup video{
        min-height: auto;
        height: auto;
    }
    #shapeup-stick {
        padding: 3rem 0 4rem;
    }
    #shapeup-stick h1{
        font-size: 3.5rem;
    }
    #shapeup-stick span{
        font-size: 2.95rem;
    }
    .your-dream__content h2 {
        font-size: 2.5rem;
    }
    .your-dream__content p, 
    .your-dream__content ul li{
        font-size: 2rem;
    }
    .your-dream__content a{
        font-size: 1.75rem;
        padding: 1.5rem 3rem 1.85rem;
    }
    #threeblocks h3 {
        font-size: 2.5rem;
    }
    #threeblocks p {
        font-size: 1.75rem;
    }
    .your-dream__content .info {
        padding: 8rem 6rem;
    }
    #join-shapeup .info{
        padding: 12rem 6rem;
    }
}

@media only screen and (max-width: 900px) {
    #video-shapeup .scroll-down{
        display: none;
    }
    #header-logo__shapeUp .logo{
        height: 30px;
        width: 190px;
    } 
    .inner {
        padding: 2rem 2.5rem;
    }
    .your-dream__content {
        grid-template-columns: 1fr;
    }
    .your-dream__content .info {
        padding: 3rem 0rem;
    }
    .your-dream__content p {
        line-height: 2.75rem;
    }
    .your-dream__content a {
        margin: 1rem 0 0;
    }
    #join-shapeup .info{
        padding: 3rem 0rem;
    }
    .prop-img {
        height: 420px;
        object-fit: cover;
    }
    .threeblocks__content {
        grid-template-columns: 1fr;
    }
    .threeblocks__content > div {
        padding: 4.25rem 4rem 4rem;
    }
    #threeblocks h3 {
        margin-bottom: 3rem;
    }
    .sliders{
        height: 400px;
    }

}

@media only screen and (max-width: 768px) {
    .sliders{
        height: 300px;
    }
    #shapeup-stick h1{
        font-size: 3rem;
    }
    #shapeup-stick span{
        font-size: 1.5rem;
    }
    .your-dream__content h2 {
        font-size: 2.85rem;
    }
}

@media only screen and (max-width: 580px) {
    #header-logo__shapeUp .logo{
        height: 30px;
        width: 160px;
    }
}

#join-shapeup strong {
   color: black;
}
