/* Home Section */

section.home {
    flex-direction: column;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    /* SVGs */
    .home .top_left {
        position: absolute;
        top: 0; left: 0;
        filter: drop-shadow( 10px 5px 1.53rem rgba(0, 0, 0, .1));
        z-index: -1;
    }

    .home .white_side_clip {
        position: absolute;
        bottom: 0; left: 0;
        z-index: -2;
        height: 50vh;
        width: 50.56vw;
    }

    .home .gray_side {
        position: absolute;
        top: 0;
        z-index: -4;
    }

    .home .bottom_left {
        position: absolute;
        bottom: 0; left: 0;
        z-index: -1;
    }

    .home .bottom_right {
        position: absolute;
        bottom: 0; right: 0;
        z-index: 0;
        height: 29.64vh;
    }
    /*******************/

    .home .transportation {
        align-items: flex-end;
        text-align: right;
        color: #fff;
    }    

        .home .transportation .row {
            justify-content: flex-end;  
            align-items: flex-end;
        }

            .home .transportation .title.small {
                color: #BDBBBE;
            }

    .home .brand {
        align-items: center;
        margin: 0 auto;
    }


            .home .brand .top {
                height: 4.5rem;
                margin-top: -0.67rem;
                margin-left: 2rem;
                z-index: -5;
                position: absolute;
            }

            .home .brand .bottom {
                height: 4.5rem;
                margin-left: 7.5rem;
                position: absolute;
                z-index: -3;
            }

        .home .brand .logo {
            position: absolute;
            transform: translateY(-50%);
            top: 50%;
            margin-left: 5.5rem;
        }

/* Delivery Section */

section.delivery {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #3D3B3E;
}

    /* SVGs */
    .delivery .top_left {
        position: absolute;
        top: 0; left: 0;
        z-index: 2;
    }

    .delivery .top_right {
        position: absolute;
        top: 0; right: 0;
        z-index: 1;
    }

    .delivery .white_background {
        position: absolute;
        top: 0; left: 0;
        width: 100vw;
        z-index: 2;
    }

    .delivery .gray_top {
        position: absolute;
        top: 0; right: 0;
        z-index: 4;
    }

    .delivery .top_dashes {
        position: absolute;
    }

    .delivery .hexagon {
        position: absolute;
    }

    .delivery .road {
        position: absolute;
        bottom: 0; right: 0;
        z-index: 3;
    }

    .delivery .truck {
        position: absolute;
        z-index: 5;
        transform: translateY(2%)
    }

    .delivery .wind {
        position: absolute;
        z-index: 3;
    }

    .delivery .clouds {
        position: absolute;
        z-index: 3;
    }

    .delivery .arrow {
        position: absolute;
        z-index: 6;
        cursor: pointer;
    }

    .delivery .hexagons {
        position: absolute;
    }
    
    /********/

    .delivery .text {
        z-index: 4;
        position: absolute;
        transition: transform ease-in-out 1.5s, opacity ease-in-out 1.5s;
    }

        .delivery .text.hide {
            transform: translateX(100%);
            opacity: 0;
        }

/* Transportation Section */
section.transportation {
    position: relative;
    height: 100vh;
    background: #3D3B3E;
    overflow: hidden;
    z-index: 5;
}

/* SVGs */

    .transportation .road_top {
        position: absolute;
        top: 0; right: 0;
        width: 93.15vw;
    }

    .transportation .white_background {
        position: absolute;
        top: 0; right: 0;
        z-index: 1;
    }

    .transportation .bottom_left {
        position: absolute;
        bottom: 0; left: 0;
        z-index: 2;
    }

    .transportation .van {
        position: absolute;
        z-index: 5;
    }

    .transportation .van_background {
        position: absolute;
        z-index: 4;
    }

    .transportation .clouds {
        position: absolute;
        left: 0;
        z-index: 1;
        opacity: 0.75;
    }

    .transportation .dashes {
        position: absolute;
        z-index: 0;
    }

    .transportation .stars {
        position: relative;
    }

    .transportation .star {
        position: absolute;
    }

    .transportation .hexagons {
        position: absolute;
        z-index: 2;
        bottom: 0;
        opacity: 0.75;
    }

/********/

    .transportation .text {
        z-index: 4;
        position: absolute;
        transition: transform ease-in-out 1.5s, opacity ease-in-out 1.5s;
        align-items: flex-end;
        text-align: right;
    }

        .transportation .text.hide {
            transform: translateX(-100%);
            opacity: 0;
        }

/* Testimonials Section */
.testimonials {
    position: relative;
    height: 150vh;
    overflow: hidden;
}

/* SVGs */

    .testimonials .top_left {
        position: absolute;
        top: 0; left: 0;
    }

    .testimonials .dashes {
        position: absolute;
        right: 0;
    }

    .testimonials .stars {
        position: absolute;
    }

/********/

    .testimonials .testimonial {
        position: absolute;
        width: 15.63rem;
    }

        .testimonials .testimonial .background {
            align-items: center;
            background: #fff;
            width: inherit;
            box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
            padding: 2.25rem;
            border-radius: 1rem;
        }

        .testimonials .testimonial .holder {
            position: absolute;
            width: 5.75rem;
            height: 6.5rem;
            background: #FFDC4C;
            background: linear-gradient(135deg, #FFDC4C, #FFDC4C 0%, #FFC070 100%);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, .1);
            border-radius: 1rem;
            z-index: -3;
        }

            .testimonials .testimonial .holder.top_right {
                right: -10%; top: -5%;
            }

            .testimonials .testimonial .holder.bottom_left {
                left: -5%; bottom: -10%;
            }

            .testimonials .testimonial .holder.bottom_right {
                right: -10%; bottom: -10%;
            }

        .testimonials .testimonial img {
            border-radius: 50%;
            position: absolute;
            top: 0; left: 50%;
            transform: translate(-50%, -50%);
        }

        .testimonials .testimonial span {
            margin-top: 1rem;
        }

        .testimonials .testimonial p {
            margin: 0;
            margin-top: 1.5rem;
        }

/* Footer Section */
.footer {
    margin-top: initial;
}

    .footer .text {
        position: absolute;
        align-items: center;
        z-index: 3;
    }

        .footer .text .row {
            align-items: center;
        }

        .footer .buttons {
            align-items: center
        }
