@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

img {
    height: 20px;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1vh;
}

header .logo img {
    height: 50px;
    width: 50px;
}

header .logo h1 {
    font-size: 2rem;
    color: blue;
}


header .sub-menu {
    display: flex;
    flex-direction: column;

}

.example {
    display: flex;
    width: 80%;
    border: 1px solid black;
    border-radius: 20px;
    background: #fbd49b;
    align-items: center;
    justify-content: center;
    margin: 1vh auto;
    border: none;
    outline: none;
    padding: 0.3rem;
}

.example input {
    background-color: #fbd49b;
    width: 50%;
    outline: none;
    border: none;
}

.search-img {
    height: 10px;
    margin-left: 90px;

}



header .sub-menu ul {
    list-style: none;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    justify-content: space-around;
    margin: 1vh;
}

/* SECTION ONE */

.one .left .off {
    border: 1px solid black;
    /* border-radius: 20px; */
    margin: 2rem;
    width: auto;
    height: 40px;
    padding: 0.6rem;
    background: #fbd49b;
    outline: none;
    border: none;

}

.one .left .off p {
    font-size: 1rem;
    font-size: 400;
    margin: 0.5vh;

}

.one .left h2 {
    color: blue;
    margin: 1rem;
    font-size: 1.5rem;
}

.one .left h1 {
    font-size: 1.5rem;
    margin: 1rem;
}

.one .left p {
    font-size: 1rem;
    margin: 1rem;
    text-align: justify;
}

.products .product {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5vh;
}

.product img {
    height: 50px;
    width: 50px;
}

.product p {
    font-size: 1rem;
    font-weight: 500;
}

.button {
    bottom: 1px solid black;
    border-radius: 20px;
    color: black;
    background: #fbd49b;
    padding: 1vh;
    margin: 6vh 2vh 1vh 2vh;
    text-decoration: none;

}

.one .right {
    border: 1px solid black;
    background: #fbd49b;
    margin: 3vh;
    border-radius: 50%;
    border: none;
}

.one .right img {
    height: 80%;
    width: 100%;
}

/* SECOND CSS */

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid black;
    margin: 4vh;
    padding: 2vh;
    background: #fbd49b;
    border: none;
    outline: none;
    border-radius: 6px;

}

.second .left p {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2vh;
    color: grey;
}

.second .left h2 {
    margin: 0.2rem 2rem 0.5rem 10rem;
    height: 40px;
    width: 40px;
    color: grey;
}

.second .right .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second .right .items .item img {
    height: 100%;
    width: 100%;
    border: 1px solid black;
    margin: 1vh;
    border-radius: 30px;
    padding: 1vh;
    background: white;
    border: none;
    outline: none;
}

/* THIRD CSS */

.third {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid black;
    margin: 4vh;
    border-radius: 6px;
    background-color: #fbe0d2;
    border: none;
    outline: none;
}

.third img {
    height: 50%;
    width: 50%;
    margin: 6vh;
}

.third h4 {
    font-size: 1.4rem;
    /* text-align: justify; */
    margin: 2vh 6vh;
    color: gray;
}

/* FOUR CSS */
.four {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #fbe0d2; */
}

.four .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    margin: 1vh;
    width: 60%;
    height: 20%;
    padding: 2vh;
    background: #fbe0d2;
    border-radius: 30px;
    border: none;
}

.four .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    margin: 1vh;
    width: 60%;
    height: 20%;
    padding: 3vh;
    background: #fbe0d2;
    border-radius: 30px;
    border: none;
}

.four img {
    height: 50%;
    width: 50%;
    margin-top: 1vh;
}

.four .left p {
    margin-left: 1.5rem;
    font-size: 1rem;
}

.four .right p {
    margin-left: 1.5rem;
    font-size: 1rem;
}

/* FIVE CSS */


.five {
    border: 1px solid gray;
    margin: 2vh;
    padding: 0.8rem;
    background: #fbd49b;
    border: none;
    border-radius: 4px;
    height: auto;
    width: auto;
}

.five .left {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-around;
    margin: 1rem 0rem 1rem 3rem;


}

.five .left img {
    width: 60%;
    height: 80%;
    border: 1px solid black;
    border-radius: 20px;
    padding: 0.5vh;
    background: white;

}

.five .right {
    margin: 1.5rem;

}

.five .right p {
    text-align: justify;
    margin: 1vh;
}

.five .right .points .point {
    display: flex;
    align-items: center;
    margin: 0.6vh;
}

.five .right .points .point img {
    height: 30px;
    width: 30px;
}

.five .right .points .point p {
    margin-left: 1rem;

}

.shop {
    border: 1px solid black;
    background: white;
    width: auto;
    height: auto;
    padding: 0.5rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    color: #f7b32f;
    border: none;
    align-items: center;
    text-align: center;

}

/* six css */
.six {
    margin: 1.5rem;
}

.six h3 {
    font-size: 1.7rem;
    text-align: center;
}

.six p {
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 1vh;
}

.six .table ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;

}

.six .table-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table-items img {
    height: 50%;
    width: 60%;
    border: 1px solid #fbe0d2;
    border-radius: 30px;
    background: #fbe0d2;
}


.six .table1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.six .table2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six .table8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 2vh;
}

.six p {
    font-size: 1.2rem;
    margin-top: 1rem;
}

/* seven css */
.seven {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    margin: 2rem;
    border-radius: 20px;
    height: auto;
    width: auto;
    padding: 1.5rem;
    background: #fbd49b;
    border: none;
}

.seven p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.seven .left .button {
    border: 1px solid black;
    border-radius: 30px;
    background: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.6rem;
    height: auto;
    margin: 1vh 4vh;
}

.seven img {
    height: 100%;
    width: 100%;
    margin-top: 6rem;
}

/* EIGHT CSS */

.eight {
    margin: 1.5rem;
    border: 1px solid black;
    padding: 0.5rem;
    border-radius: 4px;
    background: #fbd49b;
    border: none;
}

.eight h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

.eight p {
    font-size: 1.1rem;
    margin: 1vh;
    text-align: center;
}

.eight .person {
    height: auto;
    width: auto;
}

.eight .ratings3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.eight .rating1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    padding: 0.5rem;
    margin: 1vh 0vh;
    border-radius: 12px;
    background: white;
    border: none;
}

.star {
    margin-left: 0.5rem;
}

.star img {
    height: 40%;
    width: 40%;
    /* margin-top: 0.2rem; */
    margin-left: 0.5rem;
}

.star p {
    font-size: 1rem;
    text-align: justify;

}

/* NINE */

.nine {
    margin: 2rem;
}

.nine h1 {
    text-align: center;
    color: grey;

}

.sofa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1vh auto;
    border: 1px solid black;
    width: 60%;
    height: 1%;
    /* padding: 1rem; */
    background: #fbe0d2;
    border-radius: 6px;
    border: none;

}

.padding {
    width: 100%;
    height: 180px;
    /* height: 0%; */
    padding: 0px;
}

.sofa p {
    font-size: 1.2rem;
    text-align: center;
    margin: 1vh auto;

}

/* TEN CSS */
.ten {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid black;
    margin: 3vh;
    padding: 4vh;
    border-radius: 4px;
    background: #fbd49b;
    border: none;
}

.ten .right {
    display: flex;
    flex-direction: column;
}

.ten .right img {
    height: auto;
    width: auto;
    border: 1px solid black;
    margin: 2vh 1vh 1vh 1vh;
    padding: 2vh;
    border-radius: 30px;
    background: white;
    border: none;
}

/* ELEVEN */

.eleven {
    height: auto;
    margin: 2rem;
    width: auto;

}

.map {
    height: 100%;
    width: 100%;
}

/* FOOTER */

footer {
    margin: 2rem;
}

.down {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vh;
}

.down img {
    width: 20%;
    height: 20%;
}

.full p {
    font-size: 1.2rem;
    text-align: justify;
}

.bottom {
    display: flex;
    margin: 2vh;
    width: auto;
    border: 1px solid black;
    background: #fbd49b;
    align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 0.3rem;
}

.bottom input {
    background-color: #fbd49b;
    outline: none;
    border: none;
}

.bottom img {
    height: 10px;

}

ul li {
    list-style: none;
}

.detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 2vh;
}


/* IPAD SECTION */
@media screen and (min-width: 700px) {
    /* HEader */


    header {
        display: flex;
    }

    header .logo {
        width: 25%;
        margin: 1.5rem;
    }

    header .sub-menu {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .sub-menu ul {
        width: 100%;
    }

    .example {
        display: flex;
        width: 70%;
        border: 1px solid black;
        border-radius: 20px;
        background: #fbd49b;
        align-items: center;
        justify-content: center;
        height: 36%;
        margin: 2.5vh 1vh 1vh 2vh;
        border: none;
        outline: none;

    }

    .search-img {
        margin-left: 60px;
    }

    header .sub-menu ul li {
        margin-left: 0.6rem;
    }

    /* section one css */

    .one {
        margin: 2rem;
    }

    .one .left .off {
        border: 1px solid black;
        /* border-radius: 20px; */
        margin: 1rem;
        width: 40%;
        height: 40px;
        padding: 0.5rem 0.5rem;
        background: #fbd49b;
        outline: none;
        border: none;
        padding: 0.5rem;
    }

    .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: center;
        margin: 1vh;
    }

    .button {
        bottom: 1px solid black;
        border-radius: 20px;
        color: black;
        background: #fbd49b;
        padding: 1vh;
        height: 20%;
        width: auto;
        text-decoration: none;
    }

    .one .right {
        border: 1px solid black;
        height: 100%;
        width: 500px;
        background: #fbd49b;
        /* margin: 4vh 4vh 2vh 30vh; */
        align-items: center;

        border: none;
    }

    .padding1 {
        height: auto;
        width: 100%;
        align-items: center;
        /* padding: 1rem; */
    }

    /* second css */

    .second {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        border: 1px solid black;
        margin: 4vh;
        padding: 1.5vh;
        background: #fbd49b;
        border: none;
        outline: none;
        border-radius: 6px;

    }

    .second .right .items .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .second .right .items .item img {
        height: 100%;
        width: 100%;
        border: 1px solid black;
        margin: 1vh;
        border-radius: 30px;
        padding: 1vh;
        background: white;
        border: none;
        outline: none;
    }

    /* SECTION THREE CSS */
    .third {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        border: 1px solid black;
        margin: 2vh auto;
        width: 80%;
        border-radius: 6px;
        background: #fbe0d2;
        border: none;
        outline: none;
    }

    .third img {
        height: 30%;
        width: 30%;
        margin: 0.5vh;
    }

    .third h4 {
        font-size: 1.2rem;
        /* text-align: justify; */
        margin: 6vh auto;
        color: gray;
    }



    /* .back{
    width: 100%; 
    height: 40px; 
          border: 2px black solid; 
          background: #c6cdd0;
          border-radius: 16px;
          border: none;
          margin-top: -3rem;
        
} */

    /* FOUR CSS */
    .four {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        /* background: #fbe0d2; */
    }

    .four .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid black;
        margin: 1vh;
        width: 40%;
        height: auto;
        padding: 1vh;
        background: #fbe0d2;
        border-radius: 30px;
        border: none;
    }

    .four .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid black;
        margin: 1vh;
        width: 40%;
        height: auto;
        padding: 2.5vh;
        background: #fbe0d2;
        border-radius: 30px;
        border: none;
    }

    .four img {
        height: 40%;
        width: 40%;
        margin-top: 1vh;
    }

    /* section five */

    .five {
        margin: 4rem;
    }

    .shop {
        border: 1px solid black;
        background: white;
        width: 30%;
        height: auto;
        padding: 0.5rem;
        border-radius: 30px;
        font-size: 1rem;
        font-weight: 600;
        color: #f7b32f;
        border: none;
        align-items: center;
        text-align: center;
    }

    /* SIX CSS */
    .six {
        margin: 4rem;
    }

    .six h3 {
        font-size: 1.7rem;
        text-align: center;
    }

    .six p {
        font-size: 1.2rem;
        text-align: justify;
        margin-top: 1vh;
    }

    .six .table ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem;
        font-size: 1.2rem;
        font-weight: bold;

    }

    .six .table-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    .six .table-items img {
        height: 40%;
        width: 50%;
        border: 1px solid #fbe0d2;
        border-radius: 30px;
        background: #fbe0d2;
    }

    .six p {
        font-size: 1rem;
        margin-top: 1rem;
    }

    /* SEvEN CSS */

    .seven {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid black;
        margin: 2vh 5rem;
        border-radius: 20px;
        height: 40%;
        width: 80%;
        padding: 1.5rem;
        background: #fbd49b;
        border: none;
    }

    .seven img {
        height: 100%;
        width: 100%;
        margin-top: 2rem;
    }

    /* EIGHT CSS */
    .rating1 {
        display: flex;
        flex-direction: column;
        width: 60%;
        height: auto;
        align-items: center;
        justify-content: center;

    }

    .ratings3 {
        display: flex;
        align-items: center;
    }

    .rating2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rating3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* SECTION NINE CSS */

    .nine {
        margin: 0.5rem;
    }

    .sofas {
        display: flex;
    }


    .sofa {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1vh;
        border: 1px solid black;
        width: 60%;
        height: auto;
        /* padding: 1rem; */
        background: #fbe0d2;
        border-radius: 6px;
        border: none;

    }

    .sofa p {
        font-size: 1.2rem;
        text-align: center;
        margin: 1vh;

    }

    /* SECTION TEN CSS */

    .ten {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid black;
        margin: 3vh;
        padding: 4vh;
        border-radius: 4px;
        background: #fbd49b;
        border: none;
    }

    .ten .right {
        display: flex;
        flex-direction: row;
    }

    /* ELEVEN CSS */
    .eleven {
        width: 90%;
        height: 450px;

    }

    /* FOOTER CSS */
    .details {
        display: flex;
        align-items: center;
        width: auto;
    }

    .down p {
        align-items: center;
        text-align: center;
    }

    .bottom {
        width: auto;
    }

    .boxes {
        display: flex;
        align-items: center;
        width: auto;
        justify-content: center;

    }



}


@media screen and (min-width:1200px) {

    /* HEADER */

    header {
        width: auto;
    }

    header .sub-menu {
        align-items: center;
        justify-content: space-between;
        width: 70%;

    }

    .search-img {
        height: 10px;
        margin-left: 120px;

    }

    header .sub-menu .example {
        width: 70%;
        margin-top: 1vh;
    }

    header .sub-menu ul {
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    /* ONE CSS */
    .one {
        width: auto;
        display: flex;
        margin: 2rem;
    }

    .one .left {
        width: 50%;
    }

    .one .left .products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .one .left .products .product p {
        font-size: 1rem;
    }

    .one .right {
        width: 40%;
    }

    /* SECOND CSS */
    .second {
        display: flex;
        flex-direction: row;
        margin: 2rem;
        width: 90%;

    }

    .second .left {
        width: 25%;
    }

    .second .right {
        width: 75%;

    }

    /* .second .right .items .item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
} */
    /* third css */
    .third {
        width: 70%;
    }

    .third h4 {
        font-size: 1.5rem;
        /* text-align: justify; */
        margin: 6vh;
        color: gray;
    }

    /* fourth css */
    .four {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;


    }

    .four .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        border: 1px solid black;
        justify-content: center;
        margin: 1vh;
        width: 30%;
        height: 250px;
        padding: 1vh;
        background: #fbe0d2;
        border-radius: 30px;
        border: none;
    }

    .four .right {
        display: flex;
        flex-direction: row;
        align-items: center;
        border: 1px solid black;
        /* margin: 1vh; */
        width: 30%;
        height: 250px;
        /* padding: 2.5vh; */
        background: #fbe0d2;
        border-radius: 30px;
        border: none;
    }

    .four img {
        height: auto;
        width: 40%;
        /* margin-top: 1vh; */
    }

    /* Fifth section */
    /* .five{
    display: flex;
}

.five .left{
    position: relative;
     width: 50%;
     height: auto;
    background: #fbe0d2;
    display: grid;
    grid-template-columns: repeat(2,1fr); */
    /* top: 0;
        left: 0; */
    /* } */

    /* .image1{
    position: relative;
}
.image2{
    position: relative;
    width: 100%;
 
} */
    /* .image3{
    position: absolute;
    width: 100%; */
    /* height: 2%; */
    /* left: 50px;
    top: 130px;
}
.image4{
    position: relative;
  margin-left: 200px;
} */

    .five {
        height: auto;
        width: auto;
        display: flex;
        flex-direction: row;

        justify-content: center;
        align-items: center;
    }

    .five .left {
        /* height:510px; */
        width: 50%;
        padding: 1rem;
        margin: 2rem 1rem 1rem 1rem;
        position: relative;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .five .left .image1 {
        height: 170px;
        width: 120px;
        position: relative;
        top: -10%;
        left: 26%;
    }

    .five .left .image2 {
        height: 210px;
        width: 225px;
        position: relative;
        left: -10%;
        bottom: -10%;
    }

    .five .left .image3 {
        height: 220px;
        width: 220px;
        position: relative;
        top: -12%;
        right: -26%;
    }

    .five .left .image4 {
        height: 160px;
        width: 120px;
        position: relative;
        bottom: -4%;
        right: -34%;

    }

    .five .left .image1 img {
        height: 80px;
        width: 80px;
    }

    .five .left .image2 img {
        height: 200px;
        width: 180px;
    }

    .five .left .image3 img {
        height: 180px;
        width: 190px;
    }

    .five .left .image4 img {
        height: 130px;
        width: 100px;
    }

    /* SECTION SIX CSS */
    .six p {
        font-size: 1.2rem;
        text-align: center;
    }

    .six .table-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: center;
        justify-content: space-around;
        margin: 3vh;
    }

    /* SEVEN CSS */
    .seven {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .seven .right img {
        width: 100%;
        height: 100%;
    }

    /* EIGHT CSS */

    .eight {
        width: 90%;
    }

    .eight .ratings3 {
        display: flex;
        flex-direction: row;


    }

    .eight .rating2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        /* margin: 1vh auto; */
        /* margin-left: 20px; */

    }

    .eight .rating3 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .rating1 {
        display: flex;
        flex-direction: column;
        width: 28%;
        height: auto;
        align-items: center;
        justify-content: center;


    }

    /* SECTION NINE */

    .nine {
        margin: 2rem 8rem;
    }

    .sofas {
        display: flex;
    }


    .sofa {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1vh;
        border: 1px solid black;
        width: 60%;
        height: auto;
        /* padding: 1rem; */
        background: #fbe0d2;
        border-radius: 6px;
        border: none;

    }

    /* SECTION TEN */
    .ten {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 20%;
        align-items: center;
        border: 1px solid black;
        margin: 3vh auto;
        margin-left: 100rem;
        padding: 4vh;
        border-radius: 4px;
        background: #fbd49b;
        border: none;
    }

    .ten .left {
        width: 25%;
    }

    .ten .right {
        width: 75%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    /* SECTION 11 */

    .ten {
        margin: 2vh auto;
    }

    /* footer */

    .details {
        display: flex;
        align-items: center;
        width: auto;
        margin: 2rem;
    }

    .full {
        width: 25%;
    }


    .down p {
        align-items: center;
        text-align: center;
        font-size: 1.2rem;
    }

    .bottom {
        width: auto;
    }

    .boxes {
        display: flex;
        align-items: center;
        width: 75%;
        justify-content: space-evenly;


    }

    .boxes .details {
        font-size: 1.2rem;
    }

    .details ul li {
        margin-top: 1rem;
    }
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLFj_Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}