/*---------------------Roots-----------------*/

:root {
    ---orange: #EF6A00;
    ---white: #ffffff;
    ---Pink: #BB3760;
    ---black: #222222;
    ---border: #e5e5e5;
    ---LightYellow: #FEF2EC;
    ---LightsYellow: #FFEEE4;
}

/*---------------------Roots-----------------*/

.dountpack {
    background-image: url(img/pinkbackground.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
    z-index: -5;
    margin-top: -200px;
    width: 100%;
}

.dountpack .container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 300px;
}

.dountpack .container .leftimage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 52%;
}

.dountpack .container .leftimage #packfront {
    position: absolute;
    left: 91px;
    bottom: 125px;
    width: 65%;
    z-index: 10;
}

.dountpack .container .leftimage #packback {
    z-index: 2;
    width: 100%;
}

.dountpack .container .text h5 {
    color: var(---white);
    font-size: 40px;
}

.dountpack .container .text #headingdount {
    color: var(---white);
    font-size: 150px;
    line-height: 140px;
    margin: 15px 0px;
}

.dountpack .container .text #headingdount span {
    color: var(---orange);
}

.dountpack .container .text .option {
    display: block;
}

.dountpack .container .text .option .box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.dountpack .container .text .option .box .iconbox {
    background-color: var(---orange);
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.dountpack .container .text .option .box .textoption {
    margin-left: 10px;
}

.dountpack .container .text .option .box .textoption h1 {
    color: var(---white);
    font-size: 30px;
}

.dountpack .container .text .option .box .textoption p {
    color: var(---white);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}


@media (max-width:2600px) {
    .dountpack {
        height: 1800px;
    }

    .dountpack .container .leftimage #packfront {
        left: 130px;
        bottom: 160px;
        width: 65%;
    }

}

@media (max-width:1950px) {
    .dountpack .container .leftimage #packfront {
        position: absolute;
        left: 91px;
        bottom: 125px;
        width: 65%;
        z-index: 10;
    }
    .dountpack {
    background-image: url(img/pinkbackground.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
    z-index: -5;
    margin-top: -200px;
    width: 100%;
}

}


@media (max-width:1450px) {
    .dountpack .container .leftimage #packfront {
        left: 76px;
        bottom: 100px;
        width: 65%;
    }

    .dountpack .container .text #headingdount {
        font-size: 120px;
        line-height: 120px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 100px;
        height: 100px;
    }

    .dountpack .container .text .option .box .iconbox img {
        width: 50%;
    }

    .dountpack {
        height: 1200px;
    }

}

@media (max-width:1366px) {
    .dountpack .container .leftimage #packfront {
        left: 70px;
        bottom: 90px;
        width: 65%;
    }
}

@media (max-width:1200px) {
    .dountpack .container .leftimage #packfront {
        left: 65px;
        bottom: 85px;
        width: 65%;
    }
}

@media (max-width:1080px) {
    .dountpack {
        height: 1050px;
    }

    .dountpack .container .leftimage #packfront {
        left: 55px;
        bottom: 70px;
        width: 65%;
    }

    .dountpack .container .text h5 {
        color: var(---white);
        font-size: 22px;
    }

    .dountpack .container .text #headingdount {
        color: var(---white);
        font-size: 80px;
        line-height: 80px;
        margin: 10px 0px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 80px;
        height: 80px;
    }

    .dountpack .container .text .option .box .iconbox img {
        width: 50%;
    }

    .dountpack .container .text .option .box .textoption h1 {
        color: var(---white);
        font-size: 20px;
    }

    .dountpack .container .text .option .box .textoption p {
        color: var(---white);
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        line-height: 25px;
    }
}

@media (max-width:1024px) {
    .dountpack .container .leftimage #packfront {
        left: 55px;
        bottom: 70px;
        width: 65%;
    }
}

@media (max-width:920px) {
    .dountpack .container .leftimage #packfront {
        left: 50px;
        bottom: 65px;
        width: 65%;
    }

    .dountpack .container .text h5 {
        color: var(---white);
        font-size: 22px;
    }

    .dountpack .container .text #headingdount {
        color: var(---white);
        font-size: 70px;
        line-height: 80px;
        margin: 10px 0px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 80px;
        height: 80px;
    }

    .dountpack .container .text .option .box .iconbox img {
        width: 50%;
    }

    .dountpack .container .text .option .box .textoption h1 {
        color: var(---white);
        font-size: 16px;
    }

    .dountpack .container .text .option .box .textoption p {
        color: var(---white);
        font-size: 11px;
        font-family: "Poppins", sans-serif;
        line-height: 25px;
    }
}

@media (max-width:855px) {
    .dountpack {
        margin-top: -100px;
        height: 1000px;
    }

    .dountpack .container .leftimage {
        width: 60%;
    }

    .dountpack .container .leftimage #packfront {
        left: 51px;
        bottom: 65px;
        width: 65%;
    }

    .dountpack .container .text h5 {
        color: var(---white);
        font-size: 20px;
    }

    .dountpack .container .text #headingdount {
        color: var(---white);
        font-size: 70px;
        line-height: 80px;
        margin: 10px 0px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 60px;
        height: 60px;
    }

    .dountpack .container .text .option .box .iconbox img {
        width: 50%;
    }

    .dountpack .container .text .option .box .textoption h1 {
        color: var(---white);
        font-size: 16px;
    }

    .dountpack .container .text .option .box .textoption p {
        color: var(---white);
        font-size: 9px;
        font-family: "Poppins", sans-serif;
        line-height: 16px;
    }

    .dountpack .container .text .option .box {
        margin-bottom: 10px;
    }
}

@media (max-width:690px) {
    .dountpack .container {
        display: block;
    }

    .dountpack .container .leftimage {
        width: 100%;
    }

    .dountpack .container .leftimage #packback {
        width: 100%;
    }

    .dountpack .container .leftimage #packfront {
        left: 73px;
        bottom: 90px;
        width: 65%;
    }

    .dountpack .container .text h5 {
        color: var(---white);
        font-size: 30px;
    }

    .dountpack .container .text #headingdount {
        color: var(---white);
        font-size: 120px;
        line-height: 120px;
        margin: 10px 0px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 100px;
        height: 100px;
    }

    .dountpack .container .text .option .box .textoption h1 {
        color: var(---white);
        font-size: 25px;
    }

    .dountpack .container .text .option .box .textoption p {
        color: var(---white);
        font-size: 14px;
        line-height: 25px;
    }

    .dountpack .container .text .option .box {
        margin-bottom: 20px;
    }

    .dountpack {
        height: 1800px;
    }
}

@media (max-width:550px) {

    .dountpack .container .leftimage #packfront {
        left: 57px;
        bottom: 69px;
        width: 65%;
    }

    .dountpack {
        height: 1650px;
    }
}

@media (max-width:450px) {

    .dountpack .container .leftimage #packfront {
        left: 45px;
        bottom: 60px;
        width: 65%;
    }

    .dountpack .container {
        margin-top: 100px;
    }

    .dountpack {
        height: 1070px;
    }

    .dountpack .container .text h5 {
        color: var(---white);
        font-size: 20px;
    }

    .dountpack .container .text #headingdount {
        color: var(---white);
        font-size: 70px;
        line-height: 80px;
        margin: 10px 0px;
    }

    .dountpack .container .text .option .box .iconbox {
        width: 60px;
        height: 60px;
    }

    .dountpack .container .text .option .box .iconbox img {
        width: 50%;
    }

    .dountpack .container .text .option .box .textoption h1 {
        color: var(---white);
        font-size: 16px;
    }

    .dountpack .container .text .option .box .textoption p {
        color: var(---white);
        font-size: 9px;
        font-family: "Poppins", sans-serif;
        line-height: 16px;
    }

    .dountpack .container .text .option .box {
        margin-bottom: 15px;
    }
}

@media (max-width:420px) {

    .dountpack .container .leftimage #packfront {
        left: 40px;
        bottom: 55px;
        width: 65%;
    }

    .dountpack {
        height: 1050px;
    }
}

@media (max-width:380px) {

    .dountpack .container .leftimage #packfront {
        left: 40px;
        bottom: 52px;
        width: 65%;
    }

    .dountpack {
        height: 1020px;
    }
}

@media (max-width:350px) {

    .dountpack .container .leftimage #packfront {
        left: 35px;
        bottom: 48px;
        width: 65%;
    }

    .dountpack {
        height: 1000px;
    }
}