.body_4 {
    background-color: #FFFFFF;
}



/*=============== pillows-text ===============*/

.pillows-text {
    margin: 5rem 0 2.5rem 0;
    line-height: 2.8rem;
    text-align: center;
}

.pillows-text p {
    font-family: orta;
    letter-spacing: 1px;
    letter-spacing: 0.075rem;
    font-size: .8rem;
}

.pillows-text h1 {
    font-family: semibold;
    letter-spacing: 1px;
}

.pillows-text span {
    font-family: light;
    font-size: .8rem;
}


/*===============  acc-box-container ===============*/


.sleeper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}

.body_pillow{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}

.low_loft{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
}


.pillows-box-header{
    font-family: semibold;
    color: #394E73;
    margin: 1.5rem 0;
    font-size: 1.1rem;
}


.pillows-box-container {

    display: flex;
    flex-wrap: wrap;
    column-gap: .5rem;
    align-items: center;
}

.pillows-box {
    position: relative;
    height: 300px;
    width: 325px;
}


.pillows-box .pill-head {
    font-family: semibold;
    font-size: .8rem;
    margin: .3rem 0;
    color: #394E73;
}

.pillows-box span {
    font-family: light;
    font-size: .7rem;

}

.pillows-box-btn {
    padding: 0.3rem .5rem;
    border-radius: 1rem;
    background-color: #FFFFFF;
    border: 2px solid #394E73;
    font-family: orta;
    color: #394E73;
    transition: all .3s linear;
    letter-spacing: 1px;
    position: absolute;
    bottom: 120px;
    left: 10px;
    display: none;
    font-size: .7rem;
}

.pillows-box:hover .pillows-box-btn {
    display: block;
}

.pillows-box-img {

    width: 100%;
    height: 190px;
    object-fit: cover;
}

.pillows-box-btn:hover {
    background-color: #394E73;
    color: #FFFFFF;
}


.pillows-box .pill-choose{

    font-family: light;
    font-size: .7rem;
    margin-top: .3rem;
    opacity: .8;

}

/*===============  dream ===============*/


.dream {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 3rem auto;
}

.dream-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3rem;
}

.dream-box h5 {

    font-family: orta;
    letter-spacing: 1px;
    font-size: 18px;
}

.dream-box p {

    font-family: light;
    margin-top: .5rem;
    font-size: 12px;
    text-align: center;
    width: 250px;
}

.dream-img {
    width: 80px;
}






/* question */

.question-box {
    background-color: #eeee;
}

.questions {
    margin: 6rem 0;
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    justify-content: center;

}

.asked {
    font-family: semibold;
    max-width: 200px;
    font-size: 22px;
    margin-top: 2rem;

}


.questions-box_2 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.question {

    width: 450px;
    margin-bottom: 1.5rem;
}

.question .question-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.question .question-title p {

    font-family: regular;
    transition: all .3s linear;
    font-size: 16px;

}

.question .question-text {

    font-family: light;
    display: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: .5rem;
    opacity: .7;
    max-width: 400px;

}

.question .question-text.active {

    display: block;
}

.question-btn {
    transition: all .3s linear;
    background-color: transparent;
}

.role {

    transform: rotate(45deg);
}

.role_2 {

    transform: rotate(-45deg);
}



/*QUİCK */

.quick-buy{
    margin-bottom: 5rem;
}


.quick-img-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.quick-img {
    -o-object-fit: cover;
       object-fit: cover;

}

.quick-img-box_1 {
    position: relative;
}

.quick-img-box_2 {
    position: relative;
}

.quick-img-text {
    color: #FFFF;
    position: absolute;
    bottom: 50px;
    left: 30px;
    font-family: semibold;
    font-size: 24px;
}

.quick-text {
    margin: 6rem 0 4rem 0;
    line-height: 2.8rem;
    text-align: center;
}

.quick-text h1 {

    font-family: semibold;

}

.quick-text span {

    font-family: light;
}

.quick-btn {

    margin-top: 4rem;
    width: 150px;
    padding: 1rem 0rem;
    border-radius: .2rem;
    background-color: #394E73;
    font-family: regular;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    right: 30px;
    transition: all .3s linear;
}

.quick-btn:hover {

    background-color: #6379a0;
}

